You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the latest docker version and while it all seems to work fine, i see that it is trying to run bluetooth commands the whole time. I also cannot find the config to disable bluetooth. can anyone help?
File "/usr/src/TWCManager/lib/TWCManager/TWCManager.py", line 274, in background_tasks_thread
pflik-twcmanager-1 | if not carble or not carble.car_api_charge(task["charge"]):
pflik-twcmanager-1 | File "/usr/src/TWCManager/lib/TWCManager/Vehicle/TeslaBLE.py", line 56, in car_api_charge
pflik-twcmanager-1 | self.startCharging(vehicle)
pflik-twcmanager-1 | File "/usr/src/TWCManager/lib/TWCManager/Vehicle/TeslaBLE.py", line 138, in startCharging
pflik-twcmanager-1 | self.wakeVehicle(vin)
pflik-twcmanager-1 | File "/usr/src/TWCManager/lib/TWCManager/Vehicle/TeslaBLE.py", line 194, in wakeVehicle
pflik-twcmanager-1 | self.sendCommand(vin, "wake")
pflik-twcmanager-1 | File "/usr/src/TWCManager/lib/TWCManager/Vehicle/TeslaBLE.py", line 107, in sendCommand
pflik-twcmanager-1 | result = subprocess.Popen(
pflik-twcmanager-1 | File "/usr/lib/python3.9/subprocess.py", line 951, in init
pflik-twcmanager-1 | self._execute_child(args, executable, preexec_fn, close_fds,
pflik-twcmanager-1 | File "/usr/lib/python3.9/subprocess.py", line 1823, in _execute_child
pflik-twcmanager-1 | raise child_exception_type(errno_num, err_msg, err_filename)
pflik-twcmanager-1 | PermissionError: [Errno 1] Operation not permitted: '/home/twcmanager/gobin/tesla-control'
pflik-twcmanager-1 | , occurred when processing background task
The text was updated successfully, but these errors were encountered:
I'm using the latest docker version and while it all seems to work fine, i see that it is trying to run bluetooth commands the whole time. I also cannot find the config to disable bluetooth. can anyone help?
File "/usr/src/TWCManager/lib/TWCManager/TWCManager.py", line 274, in background_tasks_thread
pflik-twcmanager-1 | if not carble or not carble.car_api_charge(task["charge"]):
pflik-twcmanager-1 | File "/usr/src/TWCManager/lib/TWCManager/Vehicle/TeslaBLE.py", line 56, in car_api_charge
pflik-twcmanager-1 | self.startCharging(vehicle)
pflik-twcmanager-1 | File "/usr/src/TWCManager/lib/TWCManager/Vehicle/TeslaBLE.py", line 138, in startCharging
pflik-twcmanager-1 | self.wakeVehicle(vin)
pflik-twcmanager-1 | File "/usr/src/TWCManager/lib/TWCManager/Vehicle/TeslaBLE.py", line 194, in wakeVehicle
pflik-twcmanager-1 | self.sendCommand(vin, "wake")
pflik-twcmanager-1 | File "/usr/src/TWCManager/lib/TWCManager/Vehicle/TeslaBLE.py", line 107, in sendCommand
pflik-twcmanager-1 | result = subprocess.Popen(
pflik-twcmanager-1 | File "/usr/lib/python3.9/subprocess.py", line 951, in init
pflik-twcmanager-1 | self._execute_child(args, executable, preexec_fn, close_fds,
pflik-twcmanager-1 | File "/usr/lib/python3.9/subprocess.py", line 1823, in _execute_child
pflik-twcmanager-1 | raise child_exception_type(errno_num, err_msg, err_filename)
pflik-twcmanager-1 | PermissionError: [Errno 1] Operation not permitted: '/home/twcmanager/gobin/tesla-control'
pflik-twcmanager-1 | , occurred when processing background task
The text was updated successfully, but these errors were encountered: