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
hi I hope you could help me. Last DVD-rip was a few month ago and everything went well, but since today i get this error:
Ripper web log available on Port 9090
13.09.2024 19:47:46 : Disk tray open
13.09.2024 19:48:46 : Unexpected makemkvcon output:
13.09.2024 19:49:47 : Unexpected makemkvcon output:
13.09.2024 19:50:47 : Unexpected makemkvcon output:
13.09.2024 19:51:48 : Unexpected makemkvcon output:
13.09.2024 19:52:48 : Unexpected makemkvcon output:
13.09.2024 19:52:48 : Too many errors, ejecting disk and aborting
MSG:1005,0,1,"MakeMKV v1.17.7 linux(x64-release) started","%1 started","MakeMKV v1.17.7 linux(x64-release)"
MSG:5074,0,0,"Automatic checking for updates is enabled, you may disable it in preferences if you don't want MakeMKV to contact web server.","Automatic checking for updates is enabled, you may disable it in preferences if you don't want MakeMKV to contact web server."
/config/ripper.sh: line 207: 263 Segmentation fault (core dumped) makemkvcon -r --cache=1 info disc:9999
13.09.2024 19:52:55 : First Attempt At Ejecting Disk Failed. Trying Alternative Method.
/dev/sr0: ASUS BW-16D1HT 3.11 [cd/dvd]
/dev/sr0: ASUS BW-16D1HT 3.11 [cd/dvd]
here some additional info:
root@server:~# lsscsi -g
[0:0:0:0] disk ATA WD Red SA500 2.5 00WD /dev/sda /dev/sg0
[1:0:0:0] cd/dvd ASUS BW-16D1HT 3.11 /dev/sr0 /dev/sg1
[2:0:0:0] disk ATA ST6000VN001-2BB1 SC60 /dev/sdc /dev/sg2
[3:0:0:0] disk ATA ST6000VN001-2BB1 SC60 /dev/sdb /dev/sg3
[4:0:0:0] disk ATA ST6000VN001-2BB1 SC60 /dev/sdd /dev/sg4
[5:0:0:0] disk ATA ST6000VN001-2BB1 SC60 /dev/sde /dev/sg5
[N:0:5:1] disk Samsung SSD 980 250GB__1 /dev/nvme0n1
Have you read and understood this part of the readme?
[ X] YES
[] NO
Issue description:
hi I hope you could help me. Last DVD-rip was a few month ago and everything went well, but since today i get this error:
Ripper web log available on Port 9090
13.09.2024 19:47:46 : Disk tray open
13.09.2024 19:48:46 : Unexpected makemkvcon output:
13.09.2024 19:49:47 : Unexpected makemkvcon output:
13.09.2024 19:50:47 : Unexpected makemkvcon output:
13.09.2024 19:51:48 : Unexpected makemkvcon output:
13.09.2024 19:52:48 : Unexpected makemkvcon output:
13.09.2024 19:52:48 : Too many errors, ejecting disk and aborting
MSG:1005,0,1,"MakeMKV v1.17.7 linux(x64-release) started","%1 started","MakeMKV v1.17.7 linux(x64-release)"
MSG:5074,0,0,"Automatic checking for updates is enabled, you may disable it in preferences if you don't want MakeMKV to contact web server.","Automatic checking for updates is enabled, you may disable it in preferences if you don't want MakeMKV to contact web server."
/config/ripper.sh: line 207: 263 Segmentation fault (core dumped) makemkvcon -r --cache=1 info disc:9999
13.09.2024 19:52:55 : First Attempt At Ejecting Disk Failed. Trying Alternative Method.
/dev/sr0: ASUS BW-16D1HT 3.11 [cd/dvd]
/dev/sr0: ASUS BW-16D1HT 3.11 [cd/dvd]
here some additional info:
root@server:~# lsscsi -g
[0:0:0:0] disk ATA WD Red SA500 2.5 00WD /dev/sda /dev/sg0
[1:0:0:0] cd/dvd ASUS BW-16D1HT 3.11 /dev/sr0 /dev/sg1
[2:0:0:0] disk ATA ST6000VN001-2BB1 SC60 /dev/sdc /dev/sg2
[3:0:0:0] disk ATA ST6000VN001-2BB1 SC60 /dev/sdb /dev/sg3
[4:0:0:0] disk ATA ST6000VN001-2BB1 SC60 /dev/sdd /dev/sg4
[5:0:0:0] disk ATA ST6000VN001-2BB1 SC60 /dev/sde /dev/sg5
[N:0:5:1] disk Samsung SSD 980 250GB__1 /dev/nvme0n1
services:
app:
container_name: docker-ripper
privileged: true
image: rix1337/docker-ripper:manual-latest
hostname: docker-ripper
networks:
- servers
environment:
# Guppen und Useride des Freigegebenen Ordners
UID: 1000
GID: 1000
ports:
- "9090:9090"
devices:
- dev/sr0:/dev/sr0
- dev/sg0:/dev/sg0
- dev/sg1:/dev/sg1
volumes:
- ${FS}/docker-ripper:/config:rw
- ${FS}/docker-ripper/rips:/out:rw
The text was updated successfully, but these errors were encountered: