flobz / psa_car_controller

Control psa car with connected_car v4 API.
GNU General Public License v3.0
403 stars 210 forks source link

Fatal Python error: init_interp_main: can't initialize time #380

Closed S474N closed 2 years ago

S474N commented 2 years ago

After up in log:

pi@RaspiServer:~ $ docker logs psacc
Containerised psa_car_controller loading...
Fatal Python error: init_interp_main: can't initialize time
Python runtime state: core initialized
PermissionError: [Errno 1] Operation not permitted

Current thread 0xb6f61520 (most recent call first):
<no Python frame>
Containerised psa_car_controller loading...
Fatal Python error: init_interp_main: can't initialize time
Python runtime state: core initialized
PermissionError: [Errno 1] Operation not permitted

Current thread 0xb6fee520 (most recent call first):
<no Python frame>

Definition in docker-compose.yml:

psacc:
    container_name: psacc
    image: flobz/psa_car_controller:latest
    restart: unless-stopped
    ports:
      - "5000:5000"
    volumes:
      - ./volumes/psacarcontroller/config:/config

RPi 4B, 32bit raspbian, 2GB RAM docker-compose version 2.6.0

flobz commented 2 years ago

it's a right issue not related to psacc