Skip to content

failed to run on debian 13 #102

Description

@empanadablues

Hi, I have a clean debian 13 up-to-date install.
First time using docker, I've installed docker with official instructions Install Docker Engine on Debian
Tried first the rootless mode, but both methods throw the same errors:

docker run -t -p 6878:6878 ghcr.io/martinbjeldbak/acestream-http-proxy

2026-08-23 18:00:05,632|MainThread|acestream|init segmenter done: log_path=/home/appuser/.ACEStream/logs/segmenter.log
2026-08-23 18:00:05,661|MainThread|acestream|Start Ace Stream 3.2.11
2026-08-23 18:00:05,661|MainThread|acestream|platform=linux
2026-08-23 18:00:05,661|MainThread|acestream|app=acestream
2026-08-23 18:00:05,661|MainThread|acestream|version=3.2.11 code=3021100 revision=445e0ed date=2025-09-22
2026-08-23 18:00:05,662|MainThread|acestream|use_local_db=True
2026-08-23 18:00:05,662|MainThread|acestream|is_gui_mode=0
2026-08-23 18:00:05,663|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.11
2026-08-23 18:00:05,663|MainThread|acestream|python_version=3.10.21-final-0
2026-08-23 18:00:05,664|MainThread|acestream|enable debug: 0
2026-08-23 18:00:05,666|MainThread|acestream|set debug level: 0
2026-08-23 18:00:05,674|MainThread|acestream.coreapp|pid=10
2026-08-23 18:00:05,674|MainThread|acestream.coreapp|process monitor initialized
2026-08-23 18:00:05,676|MainThread|acestream|get_default_api_version: 2
2026-08-23 18:00:05,676|MainThread|acestream.coreapp|use fixed i2i_port: 62062
2026-08-23 18:00:05,677|MainThread|acestream.coreapp|state_dir='/home/appuser/.ACEStream'
ls: cannot access '/dev/disk/by-id/': No such file or directory
ls: cannot access '/dev/disk/by-id/': No such file or directory
ls: cannot access '/dev/disk/by-id/': No such file or directory
ls: cannot access '/dev/disk/by-id/': No such file or directory
ls: cannot access '/dev/disk/by-id/': No such file or directory
ls: cannot access '/dev/disk/by-id/': No such file or directory
ls: cannot access '/dev/disk/by-id/': No such file or directory
ls: cannot access '/dev/disk/by-id/': No such file or directory
ls: cannot access '/dev/disk/by-id/': No such file or directory
ls: cannot access '/dev/disk/by-id/': No such file or directory
ls: cannot access '/dev/disk/by-id/': No such file or directory
ls: cannot access '/dev/disk/by-id/': No such file or directory
ls: cannot access '/dev/disk/by-id/': No such file or directory
ls: cannot access '/dev/disk/by-id/': No such file or directory
ls: cannot access '/dev/disk/by-id/': No such file or directory
ls: cannot access '/dev/disk/by-id/': No such file or directory
ls: cannot access '/dev/disk/by-id/': No such file or directory
ls: cannot access '/dev/disk/by-id/': No such file or directory
ls: cannot access '/dev/disk/by-id/': No such file or directory
ls: cannot access '/dev/disk/by-id/': No such file or directory
ls: cannot access '/dev/disk/by-id/': No such file or directory
ls: cannot access '/dev/disk/by-id/': No such file or directory
ls: cannot access '/dev/disk/by-id/': No such file or directory
ls: cannot access '/dev/disk/by-id/': No such file or directory
ls: cannot access '/dev/disk/by-id/': No such file or directory
ls: cannot access '/dev/disk/by-id/': No such file or directory
2026-08-23 18:00:05,779|MainThread|acestream.coreapp|set_debug_from_ui: level=0
2026-08-23 18:00:05,780|MainThread|acestream|enable debug: 0
2026-08-23 18:00:05,781|MainThread|acestream|set debug level: 0
2026-08-23 18:00:05,787|MainThread|acestream.coreapp|cannot load session config, use default
2026-08-23 18:00:05,800|MainThread|acestream.SocketHandler.InterruptSocket|bound on 127.0.0.1:41233
2026-08-23 18:00:05,801|MainThread|acestream.SocketHandler.SocketHandler|bind: socket bound: host=0.0.0.0 port=8621
2026-08-23 18:00:05,801|MainThread|acestream.LM|listen on 8621
2026-08-23 18:00:05,801|MainThread|acestream.localdb|No existing database found. Attempting to creating a new database '/home/appuser/.ACEStream/sqlite/torrentstream.sdb'
2026-08-23 18:00:05,878|MainThread|acestream.httpserver|start: addr= port=6878 allow_remote=0 allow_intranet=1
2026-08-23 18:00:05,879|MainThread|acestream.httpserver|start: bound on ('0.0.0.0', 6878)
2026-08-23 18:00:05,933|MainThread|acestream.SocketHandler.InterruptSocket|bound on 127.0.0.1:48111
2026-08-23 18:00:05,934|MainThread|acestream.SocketHandler.SocketHandler|bind: socket bound: host=0.0.0.0 port=62062
2026-08-23 18:00:05,935|Instance2InstanceThread-31|acestream.APIServer|run: ready to receive remote commands on 62062
2026-08-23 18:00:05,936|PlaylistTaskManagerThread-32 (_run)|acestream.TaskManager|started
2026-08-23 18:00:13,832|Thread-19 (__forward)|acestream.upnp|Failed to init port forward: Success: <class 'Exception'>:Success
2026-08-23 18:00:15,984|TrafficStatsSenderThread|acestream.TrafficStatsSender|init: error:
2026-08-23 18:00:16,321|PlaylistTaskManagerThread-32 (_run)|acestream.UpdateNotificationsTask|failed to update notifications
Traceback (most recent call last):
File "/usr/local/lib/python3.10/urllib/request.py", line 1348, in do_open
h.request(req.get_method(), req.selector, req.data, headers,
File "/usr/local/lib/python3.10/http/client.py", line 1331, in request
self._send_request(method, url, body, headers, encode_chunked)
File "/usr/local/lib/python3.10/http/client.py", line 1377, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "/usr/local/lib/python3.10/http/client.py", line 1326, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "/usr/local/lib/python3.10/http/client.py", line 1086, in _send_output
self.send(msg)
File "/usr/local/lib/python3.10/http/client.py", line 1024, in send
self.connect()
File "ACEStream/Core/Utilities/timeouturlopen.py", line 290, in connect
OSError: failed to connect
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "ACEStream/Core/Tasks/UpdateNotificationsTask.py", line 24, in run
File "ACEStream/Core/notifications_v3/api.py", line 19, in get_notifications
File "ACEStream/Core/Utilities/timeouturlopen.py", line 444, in urlOpenTimeout
File "/usr/local/lib/python3.10/urllib/request.py", line 519, in open
response = self._open(req, data)
File "/usr/local/lib/python3.10/urllib/request.py", line 536, in _open
result = self._call_chain(self.handle_open, protocol, protocol +
File "/usr/local/lib/python3.10/urllib/request.py", line 496, in _call_chain
result = func(*args)
File "ACEStream/Core/Utilities/timeouturlopen.py", line 294, in http_open
File "/usr/local/lib/python3.10/urllib/request.py", line 1351, in do_open
raise URLError(err)
urllib.error.URLError:
2026-08-23 18:04:10,189|ProxyServerTaskQueueThread-4 (run)|acestream.PluginsContainer|_check_plugins_update:error
Traceback (most recent call last):
File "/usr/local/lib/python3.10/urllib/request.py", line 1348, in do_open
h.request(req.get_method(), req.selector, req.data, headers,
File "/usr/local/lib/python3.10/http/client.py", line 1331, in request
self._send_request(method, url, body, headers, encode_chunked)
File "/usr/local/lib/python3.10/http/client.py", line 1377, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "/usr/local/lib/python3.10/http/client.py", line 1326, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "/usr/local/lib/python3.10/http/client.py", line 1086, in _send_output
self.send(msg)
File "/usr/local/lib/python3.10/http/client.py", line 1024, in send
self.connect()
File "/usr/local/lib/python3.10/http/client.py", line 1496, in connect
super().connect()
File "/usr/local/lib/python3.10/http/client.py", line 990, in connect
self.sock = self._create_connection(
File "/usr/local/lib/python3.10/socket.py", line 857, in create_connection
raise err
File "/usr/local/lib/python3.10/socket.py", line 845, 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 "ACEStream/PluginsContainer/init.py", line 341, in _check_plugins_update
File "ACEStream/PluginsContainer/plugin_updater.py", line 35, in check_and_update
File "ACEStream/PluginsContainer/plugin_updater.py", line 52, in _fetch_manifest
File "core/Core.pyx", line 1962, in
File "/usr/local/lib/python3.10/urllib/request.py", line 216, in urlopen
return opener.open(url, data, timeout)
File "/usr/local/lib/python3.10/urllib/request.py", line 519, in open
response = self._open(req, data)
File "/usr/local/lib/python3.10/urllib/request.py", line 536, in _open
result = self._call_chain(self.handle_open, protocol, protocol +
File "/usr/local/lib/python3.10/urllib/request.py", line 496, in _call_chain
result = func(*args)
File "/usr/local/lib/python3.10/urllib/request.py", line 1391, in https_open
return self.do_open(http.client.HTTPSConnection, req,
File "/usr/local/lib/python3.10/urllib/request.py", line 1351, in do_open
raise URLError(err)
urllib.error.URLError: <urlopen error [Errno 110] Connection timed out>

Of course trying to open a valid acestream id (for example with vlc) do nothing: vlc try to connect forever but never reachs to open the stream.

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions