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

whipper cd rip Fails with OSError: [Errno 36] File name too long #565

Open
Fregf opened this issue Aug 20, 2022 · 1 comment
Open

whipper cd rip Fails with OSError: [Errno 36] File name too long #565

Fregf opened this issue Aug 20, 2022 · 1 comment

Comments

@Fregf
Copy link

Fregf commented Aug 20, 2022

ERROR:asyncio:Exception in callback SyncRunner.schedule.<locals>.c() at /usr/local/lib/python3.10/dist-packages/whipper-0.10.1.dev23+g6ad681a-py3.10-linux-x86_64.egg/whipper/extern/task/task.py:520
handle: <TimerHandle when=15638.21351677 SyncRunner.schedule.<locals>.c() at /usr/local/lib/python3.10/dist-packages/whipper-0.10.1.dev23+g6ad681a-py3.10-linux-x86_64.egg/whipper/extern/task/task.py:520>
Traceback (most recent call last):
  File "/usr/lib/python3.10/asyncio/events.py", line 80, in _run
    self._context.run(self._callback, *self._args)
  File "/usr/local/lib/python3.10/dist-packages/whipper-0.10.1.dev23+g6ad681a-py3.10-linux-x86_64.egg/whipper/extern/task/task.py", line 522, in c
    callable_task(*args, **kwargs)
  File "/usr/local/lib/python3.10/dist-packages/whipper-0.10.1.dev23+g6ad681a-py3.10-linux-x86_64.egg/whipper/program/cdrdao.py", line 115, in _read
    self._done()
  File "/usr/local/lib/python3.10/dist-packages/whipper-0.10.1.dev23+g6ad681a-py3.10-linux-x86_64.egg/whipper/program/cdrdao.py", line 159, in _done
    os.makedirs(t_dirn)
  File "/usr/lib/python3.10/os.py", line 225, in makedirs
    mkdir(name, mode)
OSError: [Errno 36] File name too long: '/tmp/muziek/album/Jean‐Baptiste Lully; Les Talens Lyriques, Christophe Rousset, Eve-Maud Hubeaux, Cyril Auvity, Edwin Crossley-Mercer, Philippe Estèphe, Ambroisine Bré, Benedicte Tauran, Fabien Hyon, Aimery Lefèvre, Chœur de Chambre de Namur - Isis (Disc 1 of 2): Prologue'
CRITICAL:whipper.command.main:exception OSError at /usr/lib/python3.10/os.py:225: makedirs(): [Errno 36] File name too long: '/tmp/muziek/album/Jean‐Baptiste Lully; Les Talens Lyriques, Christophe Rousset, Eve-Maud Hubeaux, Cyril Auvity, Edwin Crossley-Mercer, Philippe Estèphe, Ambroisine Bré, Benedicte Tauran, Fabien Hyon, Aimery Lefèvre, Chœur de Chambre de Namur - Isis (Disc 1 of 2): Prologue'
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/dist-packages/whipper-0.10.1.dev23+g6ad681a-py3.10-linux-x86_64.egg/whipper/extern/task/task.py", line 522, in c
    callable_task(*args, **kwargs)
  File "/usr/local/lib/python3.10/dist-packages/whipper-0.10.1.dev23+g6ad681a-py3.10-linux-x86_64.egg/whipper/program/cdrdao.py", line 115, in _read
    self._done()
  File "/usr/local/lib/python3.10/dist-packages/whipper-0.10.1.dev23+g6ad681a-py3.10-linux-x86_64.egg/whipper/program/cdrdao.py", line 159, in _done
    os.makedirs(t_dirn)
  File "/usr/lib/python3.10/os.py", line 225, in makedirs
    mkdir(name, mode)
OSError: [Errno 36] File name too long: '/tmp/muziek/album/Jean‐Baptiste Lully; Les Talens Lyriques, Christophe Rousset, Eve-Maud Hubeaux, Cyril Auvity, Edwin Crossley-Mercer, Philippe Estèphe, Ambroisine Bré, Benedicte Tauran, Fabien Hyon, Aimery Lefèvre, Chœur de Chambre de Namur - Isis (Disc 1 of 2): Prologue'
@dseomn
Copy link

dseomn commented Mar 24, 2024

Is this a duplicate of #453?

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

2 participants