-
Notifications
You must be signed in to change notification settings - Fork 91
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
Fix critical regressions introduced in 3e79032 and 16b0d8d #371
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I'll do a test run later/tomorrow. |
Freso
requested changes
Feb 18, 2019
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
INFO:whipper.command.cd:using configured read offset 6
INFO:whipper.command.cd:checking device /dev/sr0
eject: Cd-rom-kommandoen luk skuffen mislykkedes: Inddata/uddata-fejl
Track 1 finished, found 11 Q sub-channels with CRC errors
Track 2 finished, found 11 Q sub-channels with CRC errors
Track 3 finished, found 9 Q sub-channels with CRC errors
Track 4 finished, found 13 Q sub-channels with CRC errors
Track 5 finished, found 9 Q sub-channels with CRC errors
Track 6 finished, found 14 Q sub-channels with CRC errors
Track 7 finished, found 28 Q sub-channels with CRC errors
Track 8 finished, found 13 Q sub-channels with CRC errors
Track 9 finished, found 23 Q sub-channels with CRC errors
Track 10 finished, found 22 Q sub-channels with CRC errors
Track 11 finished, found 23 Q sub-channels with CRC errors
Track 12 finished, found 49 Q sub-channels with CRC errors
Traceback (most recent call last):
File "/home/freso/.local/share/virtualenvs/whipper-dev/bin/whipper", line 10, in <module>
sys.exit(main())
File "/home/freso/.local/share/virtualenvs/whipper-dev/lib/python2.7/site-packages/whipper/command/main.py", line 43, in main
ret = cmd.do()
File "/home/freso/.local/share/virtualenvs/whipper-dev/lib/python2.7/site-packages/whipper/command/basecommand.py", line 139, in do
return self.cmd.do()
File "/home/freso/.local/share/virtualenvs/whipper-dev/lib/python2.7/site-packages/whipper/command/basecommand.py", line 139, in do
return self.cmd.do()
File "/home/freso/.local/share/virtualenvs/whipper-dev/lib/python2.7/site-packages/whipper/command/cd.py", line 101, in do
self.program.getRipResult(self.ittoc.getCDDBDiscId())
File "/home/freso/.local/share/virtualenvs/whipper-dev/lib/python2.7/site-packages/whipper/common/program.py", line 160, in getRipResult
self._presult = self._cache.getRipResult(cddbdiscid)
AttributeError: Program instance has no attribute '_cache'
JoeLametta
force-pushed
the
bugfix/issue-369-attributeerror
branch
2 times, most recently
from
February 18, 2019 17:57
b8ecdcc
to
45ebcea
Compare
Freso
approved these changes
Feb 19, 2019
Ripping at least works as of 45ebcea :
|
JoeLametta
changed the title
WIP: Fix regressions introduced in 3e79032 and 16b0d8d
Fix critical regressions introduced in 3e79032 and 16b0d8d
Feb 19, 2019
JoeLametta
force-pushed
the
bugfix/issue-369-attributeerror
branch
from
February 19, 2019 14:43
45ebcea
to
8d4f818
Compare
All right, thanks for the test! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #369.