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
The .opus file was downloaded from a video platform and named .opus by the script or by the browser. Yet it contains a .webm container with an opus stream. Regainer is confused about this.
Namespace(FILE=['foo.opus'], album=deque([]), dry_run=False, exclude=deque([]), force=False, jobs=2, track=deque([]))
./regainer:725: DeprecationWarning: 'with (yield from lock)' is deprecated use 'async with lock' instead
with (yield from self.job_sem):
Traceback (most recent call last):
File "./regainer", line 878, in <module>
loop.run_until_complete(future)
File "/usr/lib64/python3.7/asyncio/base_events.py", line 584, in run_until_complete
return future.result()
File "./regainer", line 745, in scan
yield from self.read_tags()
File "./regainer", line 728, in read_tags
self.tagger.read_gain)
File "/usr/lib64/python3.7/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "./regainer", line 460, in read_gain
if self.audio.tags is None:
AttributeError: 'NoneType' object has no attribute 'tags'
The text was updated successfully, but these errors were encountered:
The .opus file was downloaded from a video platform and named .opus by the script or by the browser. Yet it contains a .webm container with an opus stream. Regainer is confused about this.
The text was updated successfully, but these errors were encountered: