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

TaskException – "No such device" #148

Open
effzehn opened this issue Jan 18, 2016 · 0 comments
Open

TaskException – "No such device" #148

effzehn opened this issue Jan 18, 2016 · 0 comments

Comments

@effzehn
Copy link

effzehn commented Jan 18, 2016

I could totally be wrong but atm I suspect some copy protection mechanism causes a hickup – disc is from 1999. Inserting the disc in Ubuntu causes the display of 2 CDs in the devices list... It's from a collection though and other discs from that collection do not cause any problems (so far). MB link is

http://musicbrainz.org/release/0969cef4-1f7e-45a5-9e6f-02b69d656140
Traceback (most recent call last):                 
  File "/usr/bin/rip", line 41, in <module>
    sys.exit(main.main(sys.argv[1:]))
  File "/usr/lib/python2.7/dist-packages/morituri/rip/main.py", line 45, in main
    ret = c.parse(argv)
  File "/usr/lib/python2.7/dist-packages/morituri/rip/main.py", line 123, in parse
    logcommand.LogCommand.parse(self, argv)
  File "/usr/lib/python2.7/dist-packages/morituri/extern/command/command.py", line 401, in parse
    return self.subCommands[command].parse(args[1:])
  File "/usr/lib/python2.7/dist-packages/morituri/extern/command/command.py", line 401, in parse
    return self.subCommands[command].parse(args[1:])
  File "/usr/lib/python2.7/dist-packages/morituri/extern/command/command.py", line 363, in parse
    ret = self.do(args)
  File "/usr/lib/python2.7/dist-packages/morituri/rip/cd.py", line 111, in do
    self.ittoc.getMusicBrainzDiscId(), self.device)
  File "/usr/lib/python2.7/dist-packages/morituri/common/program.py", line 168, in getTable
    runner.run(t)
  File "/usr/lib/python2.7/dist-packages/morituri/extern/task/task.py", line 490, in run
    raise TaskException(task.exception, message=msg)
morituri.extern.task.task.TaskException: (ProgramError('/dev/sr0: SCSI command Read sub-channel (0x42) failed: No such device.',), None)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant