Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to reproduce Kodi acestream links: "Error 451 unused" on container start up #94

Open
GonzaloPardoVillalibre opened this issue Sep 9, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@GonzaloPardoVillalibre
Copy link

GonzaloPardoVillalibre commented Sep 9, 2024

I'm unable to reproduce kodi acestream links. I feel the root cause is already on container start up:

docker run --platform=linux/amd64 --rm -p 6878:6878 blaiseio/acelink                                                                                                     
2024-09-09 12:45:43,211|MainThread|acestream|init segmenter done: log_path=/root/.ACEStream/logs/segmenter.log
2024-09-09 12:45:43,215|MainThread|acestream|Start Ace Stream 3.2.3
2024-09-09 12:45:43,215|MainThread|acestream|platform=linux
2024-09-09 12:45:43,215|MainThread|acestream|app=acestream
2024-09-09 12:45:43,215|MainThread|acestream|version=3.2.3 code=3020300 revision=be4471a date=2024-04-19
2024-09-09 12:45:43,215|MainThread|acestream|use_local_db=True
2024-09-09 12:45:43,216|MainThread|acestream|is_gui_mode=0
2024-09-09 12:45:43,217|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-09-09 12:45:43,217|MainThread|acestream|python_version=3.8.10-final-0
2024-09-09 12:45:43,217|MainThread|acestream|enable debug: 0
2024-09-09 12:45:43,220|MainThread|acestream|set debug level: 0
2024-09-09 12:45:43,226|MainThread|acestream.coreapp|pid=9
2024-09-09 12:45:43,226|MainThread|acestream.coreapp|process monitor initialized
2024-09-09 12:45:43,232|MainThread|acestream|get_default_api_version: 2
2024-09-09 12:45:43,232|MainThread|acestream.coreapp|use fixed i2i_port: 62062
2024-09-09 12:45:43,233|MainThread|acestream.coreapp|state_dir='/root/.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
2024-09-09 12:45:44,171|MainThread|acestream.coreapp|set_debug_from_ui: level=0
2024-09-09 12:45:44,175|MainThread|acestream|enable debug: 0
2024-09-09 12:45:44,175|MainThread|acestream|set debug level: 0
2024-09-09 12:45:44,186|MainThread|acestream.coreapp|cannot load session config, use default
2024-09-09 12:45:44,207|MainThread|acestream.SocketHandler.InterruptSocket|bound on 127.0.0.1:53110
2024-09-09 12:45:44,207|MainThread|acestream.SocketHandler.SocketHandler|bind: socket bound: host=0.0.0.0 port=8621
2024-09-09 12:45:44,207|MainThread|acestream.LM|listen on 8621
2024-09-09 12:45:44,208|MainThread|acestream.localdb|No existing database found. Attempting to creating a new database '/root/.ACEStream/sqlite/torrentstream.sdb'
2024-09-09 12:45:44,383|MainThread|acestream.httpserver|start: addr= port=6878 allow_remote=1 allow_intranet=1
2024-09-09 12:45:44,384|MainThread|acestream.httpserver|start: bound on ('0.0.0.0', 6878)
2024-09-09 12:45:44,488|MainThread|acestream.SocketHandler.InterruptSocket|bound on 127.0.0.1:45023
2024-09-09 12:45:44,489|MainThread|acestream.SocketHandler.SocketHandler|bind: socket bound: host=0.0.0.0 port=62062
2024-09-09 12:45:44,489|Instance2InstanceThread-31|acestream.APIServer|run: ready to receive remote commands on 62062
2024-09-09 12:45:44,489|PlaylistTaskManagerThread-32|acestream.TaskManager|started
2024-09-09 12:45:44,847|TrafficStatsSenderThread|acestream.TrafficStatsSender|init: error: HTTP Error 451: unused
2024-09-09 12:45:48,652|ServiceTaskQueueThread-3|acestream.Session|sync_time: no response
2024-09-09 12:45:52,388|Thread-19|acestream.upnp|Unable to create Port Forward. Error: Success: <class 'Exception'>:Success

Specially:

2024-09-09 12:45:44,847|TrafficStatsSenderThread|acestream.TrafficStatsSender|init: error: HTTP Error 451: unused

Computer details:

  • MacOS Sonoma 14.6.1 (23G93)
  • Docker details:
Client: Docker Engine - Community
 Version:           26.1.2
 API version:       1.45
 Go version:        go1.22.3
 Git commit:        211e74b240
 Built:             Wed May  8 09:31:07 2024
 OS/Arch:           darwin/arm64
 Context:           desktop-linux

Server: Docker Desktop 4.29.0 (145265)
 Engine:
  Version:          26.0.0
  API version:      1.45 (minimum version 1.24)
  Go version:       go1.21.8
  Git commit:       8b79278
  Built:            Wed Mar 20 15:18:02 2024
  OS/Arch:          linux/arm64
  Experimental:     false
 containerd:
  Version:          1.6.28
  GitCommit:        ae07eda36dd25f8a1b98dfbf587313b99c0190bb
 runc:
  Version:          1.1.12
  GitCommit:        v1.1.12-0-g51d5e94
 docker-init:
  Version:          0.19.0
  GitCommit:        de40ad0

Is it my ISP blocking AceStream urls, maybe? Acestream is working from other android devices in the same local network... that makes me doubt it is the ISP... Any help would be highly appreciated :)

Thanks in advance,
Gon

@GonzaloPardoVillalibre GonzaloPardoVillalibre added the bug Something isn't working label Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants