Ticket #1 (new defect)

Opened 4 years ago

Last modified 4 years ago

morituri does not handle running out of disk space well

Reported by: https://thomasvs.myopenid.com/ Owned by: somebody
Priority: major Milestone:
Component: rip Version: master
Keywords: Cc:

Description

Just got this traceback:

failed to query /home/thomas/svn/src/morituri/trunk/Ladyhawke - Ladyhawke/08. Ladyhawke - Paris Is Burning.flac
Traceback (most recent call last):
  File "/home/thomas/svn/src/morituri/trunk/morituri/common/task.py", line 260, in start
    BaseMultiTask.start(self, runner)
  File "/home/thomas/svn/src/morituri/trunk/morituri/common/task.py", line 200, in start
    self.next()
  File "/home/thomas/svn/src/morituri/trunk/morituri/common/task.py", line 266, in next
    BaseMultiTask.next(self)
  File "/home/thomas/svn/src/morituri/trunk/morituri/common/task.py", line 219, in next
    self.stop()
  File "/home/thomas/svn/src/morituri/trunk/morituri/image/image.py", line 200, in stop
    assert taskk.length % common.SAMPLES_PER_FRAME == 0
TypeError: unsupported operand type(s) for %: 'NoneType' and 'int'

Change History

comment:1 Changed 4 years ago by https://thomasvs.myopenid.com/

  • Version set to trunk
Note: See TracTickets for help on using tickets.