-
Notifications
You must be signed in to change notification settings - Fork 92
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
Rip fails with Assertion Error #403
Comments
👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can. To help make it easier for us to investigate your issue, please follow the contributing instructions. |
Hi, could you run the following commands on the same device, then post the content of the generated files ( sudo umount /dev/sr0
cdrdao disk-info --device /dev/sr0 > cdrdao_disk-info.log 2>&1
cdrdao read-toc --device /dev/sr0 cdrdao_full.toc > cdrdao_read-toc.log 2>&1 Cheers, |
Thanks for your answer Joe, here the requested files: cdrdao_disk-info.log
cdrdao_full.toc
cdrdao_read-toc.log
|
I have the same problem and have no idea why it happens. The CD-ROM worked fine for ripping on Windows with EAC. So here's my info if needed: cdrdao_disk-info.log
cdrdao_full.toc
cdrdao_read-toc.log
|
Same problem here, here you go. cdrdao_disk-info.log |
Hi everybody, thanks for providing the log files. It seems this issue is caused by #170. |
since a while i cannot use whipper no longer, it fails with this error, something related to python2-musicbrainzngs?
whipper logfile: https://pastebin.com/ME2SDrAM
Traceback (most recent call last):
File "/usr/bin/whipper", line 11, in
load_entry_point('whipper==0.7.3', 'console_scripts', 'whipper')()
File "/usr/lib/python2.7/site-packages/whipper/command/main.py", line 43, in main
ret = cmd.do()
File "/usr/lib/python2.7/site-packages/whipper/command/basecommand.py", line 139, in do
return self.cmd.do()
File "/usr/lib/python2.7/site-packages/whipper/command/basecommand.py", line 139, in do
return self.cmd.do()
File "/usr/lib/python2.7/site-packages/whipper/command/cd.py", line 103, in do
self.mbdiscid = self.ittoc.getMusicBrainzDiscId()
File "/usr/lib/python2.7/site-packages/whipper/image/table.py", line 339, in getMusicBrainzDiscId
values = self._getMusicBrainzValues()
File "/usr/lib/python2.7/site-packages/whipper/image/table.py", line 454, in _getMusicBrainzValues
assert not self.tracks[-1].audio
AssertionError
The text was updated successfully, but these errors were encountered: