I get this error running acestream on Linux:
▶ acestreamengine --client-console --live-cache-type memory --vod-cache-type memory
2024-07-07 08:23:06,959|MainThread|acestream|init segmenter done: log_path=/home/backoff/.ACEStream/logs/segmenter.log
2024-07-07 08:23:06,960|MainThread|acestream|Start Ace Stream 3.2.3
2024-07-07 08:23:06,960|MainThread|acestream|platform=linux
2024-07-07 08:23:06,960|MainThread|acestream|app=acestream
2024-07-07 08:23:06,960|MainThread|acestream|version=3.2.3 code=3020300 revision=be4471a date=2024-04-22
2024-07-07 08:23:06,960|MainThread|acestream|use_local_db=True
2024-07-07 08:23:06,960|MainThread|acestream|is_gui_mode=0
2024-07-07 08:23:06,960|MainThread|acestream|user_agent=Mozilla/5.0 (Linux) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.50 Safari/537.36 AceStream/3.2.3
2024-07-07 08:23:06,960|MainThread|acestream|python_version=3.10.14-final-0
2024-07-07 08:23:06,960|MainThread|acestream|enable debug: 0
2024-07-07 08:23:06,960|MainThread|acestream|set debug level: 0
2024-07-07 08:23:06,963|MainThread|acestream.coreapp|pid=10693
2024-07-07 08:23:06,963|MainThread|acestream.coreapp|process monitor initialized
2024-07-07 08:23:06,964|MainThread|acestream|get_default_api_version: 2
2024-07-07 08:23:06,964|MainThread|acestream.coreapp|use fixed i2i_port: 62062
2024-07-07 08:23:06,964|MainThread|acestream.coreapp|state_dir='/home/backoff/.ACEStream'
2024-07-07 08:23:07,056|MainThread|acestream.coreapp|set_debug_from_ui: level=0
2024-07-07 08:23:07,056|MainThread|acestream|enable debug: 0
2024-07-07 08:23:07,056|MainThread|acestream|set debug level: 0
2024-07-07 08:23:07,067|MainThread|acestream.SocketHandler.InterruptSocket|bound on 127.0.0.1:51804
2024-07-07 08:23:07,067|MainThread|acestream.SocketHandler.SocketHandler|bind: socket bound: host=0.0.0.0 port=8623
2024-07-07 08:23:07,067|MainThread|acestream.LM|listen on 8623
2024-07-07 08:23:07,227|MainThread|acestream.httpserver|start: addr= port=33953 allow_remote=0 allow_intranet=1
2024-07-07 08:23:07,227|MainThread|acestream.httpserver|start: bound on ('0.0.0.0', 33953)
2024-07-07 08:23:07,266|MainThread|acestream.SocketHandler.InterruptSocket|bound on 127.0.0.1:41989
2024-07-07 08:23:07,266|MainThread|acestream.SocketHandler.SocketHandler|failed to bind: addrinfo=[<AddressFamily.AF_INET: 2>, None, None, None, ('', 62062)]
2024-07-07 08:23:07,266|MainThread|acestream.APIServer|port 62062 is busy, rebind on dynamic port
2024-07-07 08:23:07,266|MainThread|acestream.SocketHandler.SocketHandler|bind: socket bound: host=0.0.0.0 port=42353
2024-07-07 08:23:07,267|Instance2InstanceThread-31|acestream.APIServer|run: ready to receive remote commands on 42353
2024-07-07 08:23:07,267|PlaylistTaskManagerThread-32 (_run)|acestream.TaskManager|started
2024-07-07 08:23:07,267|MainThread|acestream.coreapp|update_runtime_info: error
Traceback (most recent call last):
File "core/src/CoreApp.pyx", line 25028, in
PermissionError: [Errno 13] Permission denied: '/usr/lib/acestream-engine/engine_runtime.json'
2024-07-07 08:23:09,280|Thread-19 (__forward)|acestream.upnp|Unable to create Port Forward. Error: UnknownError: <class 'Exception'>:UnknownError
All help is appreciated