mikenye / docker-picard

Docker container for MusicBrainz Picard
96 stars 14 forks source link

[unraid] MBP not saving files #84

Open Maitresinh opened 4 months ago

Maitresinh commented 4 months ago

I have Docker-picards installed on unraid. It was working fine.

I am taging freshly downloaded tracks (in /storage) and then moving them when saving to another folder (/muisque)

But since yesterady, saving is failing. The folder are in write/read.

What's wrong (with me ?)

Capture d'écran 2024-05-04 103304

logs :

E: 01:11:43,010 util/thread.run:69: Traceback (most recent call last): File "/usr/local/lib/python3.10/dist-packages/mutagen/_util.py", line 251, in _openfile fileobj = open(filename, "rb+" if writable else "rb") PermissionError: [Errno 13] Permission denied: b"/storage/Taeko Ohnuki - Bande Originale de 'Kaie' Sortie du 5 Juin 1984/01 - Kaie (I).flac"

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/local/lib/python3.10/dist-packages/picard/util/thread.py", line 66, in run result = self.func() File "/usr/local/lib/python3.10/dist-packages/picard/file.py", line 393, in _save_and_rename save() File "/usr/local/lib/python3.10/dist-packages/picard/formats/vorbis.py", line 335, in _save file.save(*kwargs) File "/usr/local/lib/python3.10/dist-packages/mutagen/_util.py", line 185, in wrapper return func(args, **kwargs) File "/usr/local/lib/python3.10/dist-packages/mutagen/_util.py", line 154, in wrapper with _openfile(self, filething, filename, fileobj, File "/usr/lib/python3.10/contextlib.py", line 135, in enter return next(self.gen) File "/usr/local/lib/python3.10/dist-packages/mutagen/_util.py", line 272, in _openfile raise MutagenError(e) mutagen.MutagenError: [Errno 13] Permission denied: b"/storage/Taeko Ohnuki - Bande Originale de 'Kaie' Sortie du 5 Juin 1984/01 - Kaie (I).flac"

E: 01:11:43,010 ui/item.error_append:108: <FLACFile '01 - Kaie (I).flac'>: The file failed to parse, either the file is damaged or has an unsupported file format. E: 01:11:43,010 ui/item.error_append:108: <FLACFile '01 - Kaie (I).flac'>: [Errno 13] Permission denied: b"/storage/Taeko Ohnuki - Bande Originale de 'Kaie' Sortie du 5 Juin 1984/01 - Kaie (I).flac" E: 01:11:43,016 util/thread.run:69: Traceback (most recent call last): File "/usr/local/lib/python3.10/dist-packages/mutagen/_util.py", line 251, in _openfile fileobj = open(filename, "rb+" if writable else "rb") PermissionError: [Errno 13] Permission denied: b"/storage/Taeko Ohnuki - Bande Originale de 'Kaie' Sortie du 5 Juin 1984/02 - Amour Levant (Wakaki Hi no Bourou).flac"

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/local/lib/python3.10/dist-packages/picard/util/thread.py", line 66, in run result = self.func() File "/usr/local/lib/python3.10/dist-packages/picard/file.py", line 393, in _save_and_rename save() File "/usr/local/lib/python3.10/dist-packages/picard/formats/vorbis.py", line 335, in _save file.save(*kwargs) File "/usr/local/lib/python3.10/dist-packages/mutagen/_util.py", line 185, in wrapper return func(args, **kwargs) File "/usr/local/lib/python3.10/dist-packages/mutagen/_util.py", line 154, in wrapper with _openfile(self, filething, filename, fileobj, File "/usr/lib/python3.10/contextlib.py", line 135, in enter return next(self.gen) File "/usr/local/lib/python3.10/dist-packages/mutagen/_util.py", line 272, in _openfile raise MutagenError(e) mutagen.MutagenError: [Errno 13] Permission denied: b"/storage/Taeko Ohnuki - Bande Originale de 'Kaie' Sortie du 5 Juin 1984/02 - Amour Levant (Wakaki Hi no Bourou).flac"

E: 01:11:43,016 ui/item.error_append:108: <FLACFile '02 - Amour Levant (Wakaki Hi no Bourou).flac'>: The file failed to parse, either the file is damaged or has an unsupported file format. E: 01:11:43,016 ui/item.error_append:108: <FLACFile '02 - Amour Levant (Wakaki Hi no Bourou).flac'>: [Errno 13] Permission denied: b"/storage/Taeko Ohnuki - Bande Originale de 'Kaie' Sortie du 5 Juin 1984/02 - Amour Levant (Wakaki Hi no Bourou).flac" E: 01:11:43,020 util/thread.run:69: Traceback (most recent call last): File "/usr/local/lib/python3.10/dist-packages/mutagen/_util.py", line 251, in _openfile fileobj = open(filename, "rb+" if writable else "rb") PermissionError: [Errno 13] Permission denied: b"/storage/Taeko Ohnuki - Bande Originale de 'Kaie' Sortie du 5 Juin 1984/03 - Rinbu.flac"

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/local/lib/python3.10/dist-packages/picard/util/thread.py", line 66, in run result = self.func() File "/usr/local/lib/python3.10/dist-packages/picard/file.py", line 393, in _save_and_rename save() File "/usr/local/lib/python3.10/dist-packages/picard/formats/vorbis.py", line 335, in _save file.save(*kwargs) File "/usr/local/lib/python3.10/dist-packages/mutagen/_util.py", line 185, in wrapper return func(args, **kwargs) File "/usr/local/lib/python3.10/dist-packages/mutagen/_util.py", line 154, in wrapper with _openfile(self, filething, filename, fileobj, File "/usr/lib/python3.10/contextlib.py", line 135, in enter return next(self.gen) File "/usr/local/lib/python3.10/dist-packages/mutagen/_util.py", line 272, in _openfile raise MutagenError(e) mutagen.MutagenError: [Errno 13] Permission denied: b"/storage/Taeko Ohnuki - Bande Originale de 'Kaie' Sortie du 5 Juin 1984/03 - Rinbu.flac"

E: 01:11:43,021 ui/item.error_append:108: <FLACFile '03 - Rinbu.flac'>: The file failed to parse, either the file is damaged or has an unsupported file format. E: 01:11:43,022 ui/item.error_append:108: <FLACFile '03 - Rinbu.flac'>: [Errno 13] Permission denied: b"/storage/Taeko Ohnuki - Bande Originale de 'Kaie' Sortie du 5 Juin 1984/03 - Rinbu.flac" E: 01:11:43,024 util/thread.run:69: Traceback (most recent call last): File "/usr/local/lib/python3.10/dist-packages/mutagen/_util.py", line 251, in _openfile fileobj = open(filename, "rb+" if writable else "rb") PermissionError: [Errno 13] Permission denied: b"/storage/Taeko Ohnuki - Bande Originale de 'Kaie' Sortie du 5 Juin 1984/04 - Le Courant de Mecontentment.flac"

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/local/lib/python3.10/dist-packages/picard/util/thread.py", line 66, in run result = self.func() File "/usr/local/lib/python3.10/dist-packages/picard/file.py", line 393, in _save_and_rename save() File "/usr/local/lib/python3.10/dist-packages/picard/formats/vorbis.py", line 335, in _save file.save(*kwargs) File "/usr/local/lib/python3.10/dist-packages/mutagen/_util.py", line 185, in wrapper return func(args, **kwargs) File "/usr/local/lib/python3.10/dist-packages/mutagen/_util.py", line 154, in wrapper with _openfile(self, filething, filename, fileobj, File "/usr/lib/python3.10/contextlib.py", line 135, in enter return next(self.gen) File "/usr/local/lib/python3.10/dist-packages/mutagen/_util.py", line 272, in _openfile raise MutagenError(e) mutagen.MutagenError: [Errno 13] Permission denied: b"/storage/Taeko Ohnuki - Bande Originale de 'Kaie' Sortie du 5 Juin 1984/04 - Le Courant de Mecontentment.flac"

E: 01:11:43,024 ui/item.error_append:108: <FLACFile '04 - Le Courant de Mecontentment.flac'>: The file failed to parse, either the file is damaged or has an unsupported file format. E: 01:11:43,025 ui/item.error_append:108: <FLACFile '04 - Le Courant de Mecontentment.flac'>: [Errno 13] Permission denied: b"/storage/Taeko Ohnuki - Bande Originale de 'Kaie' Sortie du 5 Juin 1984/04 - Le Courant de Mecontentment.flac" E: 01:11:43,028 util/thread.run:69: Traceback (most recent call last): File "/usr/local/lib/python3.10/dist-packages/mutagen/_util.py", line 251, in _openfile fileobj = open(filename, "rb+" if writable else "rb") PermissionError: [Errno 13] Permission denied: b"/storage/Taeko Ohnuki - Bande Originale de 'Kaie' Sortie du 5 Juin 1984/05 - Kaie (II).flac"

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/local/lib/python3.10/dist-packages/picard/util/thread.py", line 66, in run result = self.func() File "/usr/local/lib/python3.10/dist-packages/picard/file.py", line 393, in _save_and_rename save() File "/usr/local/lib/python3.10/dist-packages/picard/formats/vorbis.py", line 335, in _save file.save(*kwargs) File "/usr/local/lib/python3.10/dist-packages/mutagen/_util.py", line 185, in wrapper return func(args, **kwargs) File "/usr/local/lib/python3.10/dist-packages/mutagen/_util.py", line 154, in wrapper with _openfile(self, filething, filename, fileobj, File "/usr/lib/python3.10/contextlib.py", line 135, in enter return next(self.gen) File "/usr/local/lib/python3.10/dist-packages/mutagen/_util.py", line 272, in _openfile raise MutagenError(e) mutagen.MutagenError: [Errno 13] Permission denied: b"/storage/Taeko Ohnuki - Bande Originale de 'Kaie' Sortie du 5 Juin 1984/05 - Kaie (II).flac"

E: 01:11:43,029 ui/item.error_append:108: <FLACFile '05 - Kaie (II).flac'>: The file failed to parse, either the file is damaged or has an unsupported file format. E: 01:11:43,029 ui/item.error_append:108: <FLACFile '05 - Kaie (II).flac'>: [Errno 13] Permission denied: b"/storage/Taeko Ohnuki - Bande Originale de 'Kaie' Sortie du 5 Juin 1984/05 - Kaie (II).flac" E: 01:11:43,033 util/thread.run:69: Traceback (most recent call last): File "/usr/local/lib/python3.10/dist-packages/mutagen/_util.py", line 251, in _openfile fileobj = open(filename, "rb+" if writable else "rb") PermissionError: [Errno 13] Permission denied: b"/storage/Taeko Ohnuki - Bande Originale de 'Kaie' Sortie du 5 Juin 1984/06 - Uchuu Mitsuketa.flac"

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/local/lib/python3.10/dist-packages/picard/util/thread.py", line 66, in run result = self.func() File "/usr/local/lib/python3.10/dist-packages/picard/file.py", line 393, in _save_and_rename save() File "/usr/local/lib/python3.10/dist-packages/picard/formats/vorbis.py", line 335, in _save file.save(*kwargs) File "/usr/local/lib/python3.10/dist-packages/mutagen/_util.py", line 185, in wrapper return func(args, **kwargs) File "/usr/local/lib/python3.10/dist-packages/mutagen/_util.py", line 154, in wrapper with _openfile(self, filething, filename, fileobj, File "/usr/lib/python3.10/contextlib.py", line 135, in enter return next(self.gen) File "/usr/local/lib/python3.10/dist-packages/mutagen/_util.py", line 272, in _openfile raise MutagenError(e) mutagen.MutagenError: [Errno 13] Permission denied: b"/storage/Taeko Ohnuki - Bande Originale de 'Kaie' Sortie du 5 Juin 1984/06 - Uchuu Mitsuketa.flac"

E: 01:11:43,033 ui/item.error_append:108: <FLACFile '06 - Uchuu Mitsuketa.flac'>: The file failed to parse, either the file is damaged or has an unsupported file format. E: 01:11:43,034 ui/item.error_append:108: <FLACFile '06 - Uchuu Mitsuketa.flac'>: [Errno 13] Permission denied: b"/storage/Taeko Ohnuki - Bande Originale de 'Kaie' Sortie du 5 Juin 1984/06 - Uchuu Mitsuketa.flac" E: 01:11:43,037 util/thread.run:69: Traceback (most recent call last): File "/usr/local/lib/python3.10/dist-packages/mutagen/_util.py", line 251, in _openfile fileobj = open(filename, "rb+" if writable else "rb") PermissionError: [Errno 13] Permission denied: b"/storage/Taeko Ohnuki - Bande Originale de 'Kaie' Sortie du 5 Juin 1984/07 - La Strada.flac"

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/local/lib/python3.10/dist-packages/picard/util/thread.py", line 66, in run result = self.func() File "/usr/local/lib/python3.10/dist-packages/picard/file.py", line 393, in _save_and_rename save() File "/usr/local/lib/python3.10/dist-packages/picard/formats/vorbis.py", line 335, in _save file.save(*kwargs) File "/usr/local/lib/python3.10/dist-packages/mutagen/_util.py", line 185, in wrapper return func(args, **kwargs) File "/usr/local/lib/python3.10/dist-packages/mutagen/_util.py", line 154, in wrapper with _openfile(self, filething, filename, fileobj, File "/usr/lib/python3.10/contextlib.py", line 135, in enter return next(self.gen) File "/usr/local/lib/python3.10/dist-packages/mutagen/_util.py", line 272, in _openfile raise MutagenError(e) mutagen.MutagenError: [Errno 13] Permission denied: b"/storage/Taeko Ohnuki - Bande Originale de 'Kaie' Sortie du 5 Juin 1984/07 - La Strada.flac"

E: 01:11:43,038 ui/item.error_append:108: <FLACFile '07 - La Strada.flac'>: The file failed to parse, either the file is damaged or has an unsupported file format. E: 01:11:43,038 ui/item.error_append:108: <FLACFile '07 - La Strada.flac'>: [Errno 13] Permission denied: b"/storage/Taeko Ohnuki - Bande Originale de 'Kaie' Sortie du 5 Juin 1984/07 - La Strada.flac" E: 01:11:43,042 util/thread.run:69: Traceback (most recent call last): File "/usr/local/lib/python3.10/dist-packages/mutagen/_util.py", line 251, in _openfile fileobj = open(filename, "rb+" if writable else "rb") PermissionError: [Errno 13] Permission denied: b"/storage/Taeko Ohnuki - Bande Originale de 'Kaie' Sortie du 5 Juin 1984/08 - Ame no Yoake (New Version).flac"

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/local/lib/python3.10/dist-packages/picard/util/thread.py", line 66, in run result = self.func() File "/usr/local/lib/python3.10/dist-packages/picard/file.py", line 393, in _save_and_rename save() File "/usr/local/lib/python3.10/dist-packages/picard/formats/vorbis.py", line 335, in _save file.save(*kwargs) File "/usr/local/lib/python3.10/dist-packages/mutagen/_util.py", line 185, in wrapper return func(args, **kwargs) File "/usr/local/lib/python3.10/dist-packages/mutagen/_util.py", line 154, in wrapper with _openfile(self, filething, filename, fileobj, File "/usr/lib/python3.10/contextlib.py", line 135, in enter return next(self.gen) File "/usr/local/lib/python3.10/dist-packages/mutagen/_util.py", line 272, in _openfile raise MutagenError(e) mutagen.MutagenError: [Errno 13] Permission denied: b"/storage/Taeko Ohnuki - Bande Originale de 'Kaie' Sortie du 5 Juin 1984/08 - Ame no Yoake (New Version).flac"

E: 01:11:43,042 ui/item.error_append:108: <FLACFile '08 - Ame no Yoake (New Version).flac'>: The file failed to parse, either the file is damaged or has an unsupported file format. E: 01:11:43,042 ui/item.error_append:108: <FLACFile '08 - Ame no Yoake (New Version).flac'>: [Errno 13] Permission denied: b"/storage/Taeko Ohnuki - Bande Originale de 'Kaie' Sortie du 5 Juin 1984/08 - Ame no Yoake (New Version).flac" E: 01:11:43,046 util/thread.run:69: Traceback (most recent call last): File "/usr/local/lib/python3.10/dist-packages/mutagen/_util.py", line 251, in _openfile fileobj = open(filename, "rb+" if writable else "rb") PermissionError: [Errno 13] Permission denied: b"/storage/Taeko Ohnuki - Bande Originale de 'Kaie' Sortie du 5 Juin 1984/09 - Natsu ni Koisuru Onnatachi.flac"

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/local/lib/python3.10/dist-packages/picard/util/thread.py", line 66, in run result = self.func() File "/usr/local/lib/python3.10/dist-packages/picard/file.py", line 393, in _save_and_rename save() File "/usr/local/lib/python3.10/dist-packages/picard/formats/vorbis.py", line 335, in _save file.save(*kwargs) File "/usr/local/lib/python3.10/dist-packages/mutagen/_util.py", line 185, in wrapper return func(args, **kwargs) File "/usr/local/lib/python3.10/dist-packages/mutagen/_util.py", line 154, in wrapper with _openfile(self, filething, filename, fileobj, File "/usr/lib/python3.10/contextlib.py", line 135, in enter return next(self.gen) File "/usr/local/lib/python3.10/dist-packages/mutagen/_util.py", line 272, in _openfile raise MutagenError(e) mutagen.MutagenError: [Errno 13] Permission denied: b"/storage/Taeko Ohnuki - Bande Originale de 'Kaie' Sortie du 5 Juin 1984/09 - Natsu ni Koisuru Onnatachi.flac"

E: 01:11:43,046 ui/item.error_append:108: <FLACFile '09 - Natsu ni Koisuru Onnatachi.flac'>: The file failed to parse, either the file is damaged or has an unsupported file format. E: 01:11:43,046 ui/item.error_append:108: <FLACFile '09 - Natsu ni Koisuru Onnatachi.flac'>: [Errno 13] Permission denied: b"/storage/Taeko Ohnuki - Bande Originale de 'Kaie' Sortie du 5 Juin 1984/09 - Natsu ni Koisuru Onnatachi.flac" E: 01:14:05,503 util/thread.run:69: Traceback (most recent call last): File "/usr/local/lib/python3.10/dist-packages/mutagen/_util.py", line 251, in _openfile fileobj = open(filename, "rb+" if writable else "rb") PermissionError: [Errno 13] Permission denied: b'/storage/son 227 - claude larson & manuel landy - soundscapes (1985)/a1 - claude larson & manuel landy - soundscape.mp3'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/local/lib/python3.10/dist-packages/picard/util/thread.py", line 66, in run result = self.func() File "/usr/local/lib/python3.10/dist-packages/picard/file.py", line 393, in _save_and_rename save() File "/usr/local/lib/python3.10/dist-packages/picard/formats/id3.py", line 551, in _save self._save_tags(tags, encode_filename(filename)) File "/usr/local/lib/python3.10/dist-packages/picard/formats/id3.py", line 660, in _save_tags tags.save(filename, v2_version=4, v1=v1) File "/usr/local/lib/python3.10/dist-packages/mutagen/_util.py", line 185, in wrapper return func(*args, **kwargs) File "/usr/local/lib/python3.10/dist-packages/mutagen/_util.py", line 154, in wrapper with _openfile(self, filething, filename, fileobj, File "/usr/lib/python3.10/contextlib.py", line 135, in enter return next(self.gen) File "/usr/local/lib/python3.10/dist-packages/mutagen/_util.py", line 272, in _openfile raise MutagenError(e) mutagen.MutagenError: [Errno 13] Permission denied: b'/storage/son 227 - claude larson & manuel landy - soundscapes (1985)/a1 - claude larson & manuel landy - soundscape.mp3'

E: 01:14:05,505 ui/item.error_append:108: <MP3File 'a1 - claude larson & manuel landy - soundscape.mp3'>: The file failed to parse, either the file is damaged or has an unsupported file format. E: 01:14:05,506 ui/item.error_append:108: <MP3File 'a1 - claude larson & manuel landy - soundscape.mp3'>: [Errno 13] Permission denied: b'/storage/son 227 - claude larson & manuel landy - soundscapes (1985)/a1 - claude larson & manuel landy - soundscape.mp3' E: 01:14:05,506 util/thread.run:69: Traceback (most recent call last): File "/usr/local/lib/python3.10/dist-packages/mutagen/_util.py", line 251, in _openfile fileobj = open(filename, "rb+" if writable else "rb") PermissionError: [Errno 13] Permission denied: b'/storage/son 227 - claude larson & manuel landy - soundscapes (1985)/a2 - jim harbourg - transience.mp3'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/local/lib/python3.10/dist-packages/picard/util/thread.py", line 66, in run result = self.func() File "/usr/local/lib/python3.10/dist-packages/picard/file.py", line 393, in _save_and_rename save() File "/usr/local/lib/python3.10/dist-packages/picard/formats/id3.py", line 551, in _save self._save_tags(tags, encode_filename(filename)) File "/usr/local/lib/python3.10/dist-packages/picard/formats/id3.py", line 660, in _save_tags tags.save(filename, v2_version=4, v1=v1) File "/usr/local/lib/python3.10/dist-packages/mutagen/_util.py", line 185, in wrapper return func(*args, **kwargs) File "/usr/local/lib/python3.10/dist-packages/mutagen/_util.py", line 154, in wrapper with _openfile(self, filething, filename, fileobj, File "/usr/lib/python3.10/contextlib.py", line 135, in enter return next(self.gen) File "/usr/local/lib/python3.10/dist-packages/mutagen/_util.py", line 272, in _openfile raise MutagenError(e) mutagen.MutagenError: [Errno 13] Permission denied: b'/storage/son 227 - claude larson & manuel landy - soundscapes (1985)/a2 - jim harbourg - transience.mp3'

E: 01:14:05,508 ui/item.error_append:108: <MP3File 'a2 - jim harbourg - transience.mp3'>: The file failed to parse, either the file is damaged or has an unsupported file format. E: 01:14:05,511 ui/item.error_append:108: <MP3File 'a2 - jim harbourg - transience.mp3'>: [Errno 13] Permission denied: b'/storage/son 227 - claude larson & manuel landy - soundscapes (1985)/a2 - jim harbourg - transience.mp3' E: 01:14:05,512 util/thread.run:69: Traceback (most recent call last): File "/usr/local/lib/python3.10/dist-packages/mutagen/_util.py", line 251, in _openfile fileobj = open(filename, "rb+" if writable else "rb") PermissionError: [Errno 13] Permission denied: b'/storage/son 227 - claude larson & manuel landy - soundscapes (1985)/a3 - claude larson & manuel landy - elevation.mp3'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/local/lib/python3.10/dist-packages/picard/util/thread.py", line 66, in run result = self.func() File "/usr/local/lib/python3.10/dist-packages/picard/file.py", line 393, in _save_and_rename save() File "/usr/local/lib/python3.10/dist-packages/picard/formats/id3.py", line 551, in _save self._save_tags(tags, encode_filename(filename)) File "/usr/local/lib/python3.10/dist-packages/picard/formats/id3.py", line 660, in _save_tags tags.save(filename, v2_version=4, v1=v1) File "/usr/local/lib/python3.10/dist-packages/mutagen/_util.py", line 185, in wrapper return func(*args, **kwargs) File "/usr/local/lib/python3.10/dist-packages/mutagen/_util.py", line 154, in wrapper with _openfile(self, filething, filename, fileobj, File "/usr/lib/python3.10/contextlib.py", line 135, in enter return next(self.gen) File "/usr/local/lib/python3.10/dist-packages/mutagen/_util.py", line 272, in _openfile raise MutagenError(e) mutagen.MutagenError: [Errno 13] Permission denied: b'/storage/son 227 - claude larson & manuel landy - soundscapes (1985)/a3 - claude larson & manuel landy - elevation.mp3'

E: 01:14:05,515 ui/item.error_append:108: <MP3File 'a3 - claude larson & manuel landy - elevation.mp3'>: The file failed to parse, either the file is damaged or has an unsupported file format. E: 01:14:05,515 ui/item.error_append:108: <MP3File 'a3 - claude larson & manuel landy - elevation.mp3'>: [Errno 13] Permission denied: b'/storage/son 227 - claude larson & manuel landy - soundscapes (1985)/a3 - claude larson & manuel landy - elevation.mp3' E: 01:14:05,516 util/thread.run:69: Traceback (most recent call last): File "/usr/local/lib/python3.10/dist-packages/mutagen/_util.py", line 251, in _openfile fileobj = open(filename, "rb+" if writable else "rb") PermissionError: [Errno 13] Permission denied: b'/storage/son 227 - claude larson & manuel landy - soundscapes (1985)/a4 - claude larson & manuel landy - linear progression.mp3'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/local/lib/python3.10/dist-packages/picard/util/thread.py", line 66, in run result = self.func() File "/usr/local/lib/python3.10/dist-packages/picard/file.py", line 393, in _save_and_rename save() File "/usr/local/lib/python3.10/dist-packages/picard/formats/id3.py", line 551, in _save self._save_tags(tags, encode_filename(filename)) File "/usr/local/lib/python3.10/dist-packages/picard/formats/id3.py", line 660, in _save_tags tags.save(filename, v2_version=4, v1=v1) File "/usr/local/lib/python3.10/dist-packages/mutagen/_util.py", line 185, in wrapper return func(*args, **kwargs) File "/usr/local/lib/python3.10/dist-packages/mutagen/_util.py", line 154, in wrapper with _openfile(self, filething, filename, fileobj, File "/usr/lib/python3.10/contextlib.py", line 135, in enter return next(self.gen) File "/usr/local/lib/python3.10/dist-packages/mutagen/_util.py", line 272, in _openfile raise MutagenError(e) mutagen.MutagenError: [Errno 13] Permission denied: b'/storage/son 227 - claude larson & manuel landy - soundscapes (1985)/a4 - claude larson & manuel landy - linear progression.mp3'

E: 01:14:05,517 ui/item.error_append:108: <MP3File 'a4 - claude larson & manuel landy - linear progression.mp3'>: The file failed to parse, either the file is damaged or has an unsupported file format. E: 01:14:05,517 ui/item.error_append:108: <MP3File 'a4 - claude larson & manuel landy - linear progression.mp3'>: [Errno 13] Permission denied: b'/storage/son 227 - claude larson & manuel landy - soundscapes (1985)/a4 - claude larson & manuel landy - linear progression.mp3' E: 01:14:05,519 util/thread.run:69: Traceback (most recent call last): File "/usr/local/lib/python3.10/dist-packages/mutagen/_util.py", line 251, in _openfile fileobj = open(filename, "rb+" if writable else "rb") PermissionError: [Errno 13] Permission denied: b'/storage/son 227 - claude larson & manuel landy - soundscapes (1985)/a5 - claude larson & manuel landy - point of emergence.mp3'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/local/lib/python3.10/dist-packages/picard/util/thread.py", line 66, in run result = self.func() File "/usr/local/lib/python3.10/dist-packages/picard/file.py", line 393, in _save_and_rename save() File "/usr/local/lib/python3.10/dist-packages/picard/formats/id3.py", line 551, in _save self._save_tags(tags, encode_filename(filename)) File "/usr/local/lib/python3.10/dist-packages/picard/formats/id3.py", line 660, in _save_tags tags.save(filename, v2_version=4, v1=v1) File "/usr/local/lib/python3.10/dist-packages/mutagen/_util.py", line 185, in wrapper return func(*args, **kwargs) File "/usr/local/lib/python3.10/dist-packages/mutagen/_util.py", line 154, in wrapper with _openfile(self, filething, filename, fileobj, File "/usr/lib/python3.10/contextlib.py", line 135, in enter return next(self.gen) File "/usr/local/lib/python3.10/dist-packages/mutagen/_util.py", line 272, in _openfile raise MutagenError(e) mutagen.MutagenError: [Errno 13] Permission denied: b'/storage/son 227 - claude larson & manuel landy - soundscapes (1985)/a5 - claude larson & manuel landy - point of emergence.mp3'

E: 01:14:05,520 util/thread.run:69: Traceback (most recent call last): File "/usr/local/lib/python3.10/dist-packages/mutagen/_util.py", line 251, in _openfile fileobj = open(filename, "rb+" if writable else "rb") PermissionError: [Errno 13] Permission denied: b'/storage/son 227 - claude larson & manuel landy - soundscapes (1985)/a6 - claude larson & manuel landy - nightfall.mp3'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/local/lib/python3.10/dist-packages/picard/util/thread.py", line 66, in run result = self.func() File "/usr/local/lib/python3.10/dist-packages/picard/file.py", line 393, in _save_and_rename save() File "/usr/local/lib/python3.10/dist-packages/picard/formats/id3.py", line 551, in _save self._save_tags(tags, encode_filename(filename)) File "/usr/local/lib/python3.10/dist-packages/picard/formats/id3.py", line 660, in _save_tags tags.save(filename, v2_version=4, v1=v1) File "/usr/local/lib/python3.10/dist-packages/mutagen/_util.py", line 185, in wrapper return func(*args, **kwargs) File "/usr/local/lib/python3.10/dist-packages/mutagen/_util.py", line 154, in wrapper with _openfile(self, filething, filename, fileobj, File "/usr/lib/python3.10/contextlib.py", line 135, in enter return next(self.gen) File "/usr/local/lib/python3.10/dist-packages/mutagen/_util.py", line 272, in _openfile raise MutagenError(e) mutagen.MutagenError: [Errno 13] Permission denied: b'/storage/son 227 - claude larson & manuel landy - soundscapes (1985)/a6 - claude larson & manuel landy - nightfall.mp3'

E: 01:14:05,520 ui/item.error_append:108: <MP3File 'a5 - claude larson & manuel landy - point of emergence.mp3'>: The file failed to parse, either the file is damaged or has an unsupported file format. E: 01:14:05,521 ui/item.error_append:108: <MP3File 'a5 - claude larson & manuel landy - point of emergence.mp3'>: [Errno 13] Permission denied: b'/storage/son 227 - claude larson & manuel landy - soundscapes (1985)/a5 - claude larson & manuel landy - point of emergence.mp3' E: 01:14:05,521 ui/item.error_append:108: <MP3File 'a6 - claude larson & manuel landy - nightfall.mp3'>: The file failed to parse, either the file is damaged or has an unsupported file format. E: 01:14:05,521 ui/item.error_append:108: <MP3File 'a6 - claude larson & manuel landy - nightfall.mp3'>: [Errno 13] Permission denied: b'/storage/son 227 - claude larson & manuel landy - soundscapes (1985)/a6 - claude larson & manuel landy - nightfall.mp3' E: 01:14:05,523 util/thread.run:69: Traceback (most recent call last): File "/usr/local/lib/python3.10/dist-packages/mutagen/_util.py", line 251, in _openfile fileobj = open(filename, "rb+" if writable else "rb") PermissionError: [Errno 13] Permission denied: b'/storage/son 227 - claude larson & manuel landy - soundscapes (1985)/b1 - otto sieben - sunrise impression.mp3'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/local/lib/python3.10/dist-packages/picard/util/thread.py", line 66, in run result = self.func() File "/usr/local/lib/python3.10/dist-packages/picard/file.py", line 393, in _save_and_rename save() File "/usr/local/lib/python3.10/dist-packages/picard/formats/id3.py", line 551, in _save self._save_tags(tags, encode_filename(filename)) File "/usr/local/lib/python3.10/dist-packages/picard/formats/id3.py", line 660, in _save_tags tags.save(filename, v2_version=4, v1=v1) File "/usr/local/lib/python3.10/dist-packages/mutagen/_util.py", line 185, in wrapper return func(*args, **kwargs) File "/usr/local/lib/python3.10/dist-packages/mutagen/_util.py", line 154, in wrapper with _openfile(self, filething, filename, fileobj, File "/usr/lib/python3.10/contextlib.py", line 135, in enter return next(self.gen) File "/usr/local/lib/python3.10/dist-packages/mutagen/_util.py", line 272, in _openfile raise MutagenError(e) mutagen.MutagenError: [Errno 13] Permission denied: b'/storage/son 227 - claude larson & manuel landy - soundscapes (1985)/b1 - otto sieben - sunrise impression.mp3'

E: 01:14:05,524 ui/item.error_append:108: <MP3File 'b1 - otto sieben - sunrise impression.mp3'>: The file failed to parse, either the file is damaged or has an unsupported file format. E: 01:14:05,524 ui/item.error_append:108: <MP3File 'b1 - otto sieben - sunrise impression.mp3'>: [Errno 13] Permission denied: b'/storage/son 227 - claude larson & manuel landy - soundscapes (1985)/b1 - otto sieben - sunrise impression.mp3' E: 01:14:05,525 util/thread.run:69: Traceback (most recent call last): File "/usr/local/lib/python3.10/dist-packages/mutagen/_util.py", line 251, in _openfile fileobj = open(filename, "rb+" if writable else "rb") PermissionError: [Errno 13] Permission denied: b'/storage/son 227 - claude larson & manuel landy - soundscapes (1985)/b2 - claude larson & manuel landy - wide angle.mp3'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/local/lib/python3.10/dist-packages/picard/util/thread.py", line 66, in run result = self.func() File "/usr/local/lib/python3.10/dist-packages/picard/file.py", line 393, in _save_and_rename save() File "/usr/local/lib/python3.10/dist-packages/picard/formats/id3.py", line 551, in _save self._save_tags(tags, encode_filename(filename)) File "/usr/local/lib/python3.10/dist-packages/picard/formats/id3.py", line 660, in _save_tags tags.save(filename, v2_version=4, v1=v1) File "/usr/local/lib/python3.10/dist-packages/mutagen/_util.py", line 185, in wrapper return func(*args, **kwargs) File "/usr/local/lib/python3.10/dist-packages/mutagen/_util.py", line 154, in wrapper with _openfile(self, filething, filename, fileobj, File "/usr/lib/python3.10/contextlib.py", line 135, in enter return next(self.gen) File "/usr/local/lib/python3.10/dist-packages/mutagen/_util.py", line 272, in _openfile raise MutagenError(e) mutagen.MutagenError: [Errno 13] Permission denied: b'/storage/son 227 - claude larson & manuel landy - soundscapes (1985)/b2 - claude larson & manuel landy - wide angle.mp3'

E: 01:14:05,526 ui/item.error_append:108: <MP3File 'b2 - claude larson & manuel landy - wide angle.mp3'>: The file failed to parse, either the file is damaged or has an unsupported file format. E: 01:14:05,526 ui/item.error_append:108: <MP3File 'b2 - claude larson & manuel landy - wide angle.mp3'>: [Errno 13] Permission denied: b'/storage/son 227 - claude larson & manuel landy - soundscapes (1985)/b2 - claude larson & manuel landy - wide angle.mp3' E: 01:14:05,527 util/thread.run:69: Traceback (most recent call last): File "/usr/local/lib/python3.10/dist-packages/mutagen/_util.py", line 251, in _openfile fileobj = open(filename, "rb+" if writable else "rb") PermissionError: [Errno 13] Permission denied: b'/storage/son 227 - claude larson & manuel landy - soundscapes (1985)/b3 - claude larson & manuel landy - horizontal distance.mp3'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/local/lib/python3.10/dist-packages/picard/util/thread.py", line 66, in run result = self.func() File "/usr/local/lib/python3.10/dist-packages/picard/file.py", line 393, in _save_and_rename save() File "/usr/local/lib/python3.10/dist-packages/picard/formats/id3.py", line 551, in _save self._save_tags(tags, encode_filename(filename)) File "/usr/local/lib/python3.10/dist-packages/picard/formats/id3.py", line 660, in _save_tags tags.save(filename, v2_version=4, v1=v1) File "/usr/local/lib/python3.10/dist-packages/mutagen/_util.py", line 185, in wrapper return func(*args, **kwargs) File "/usr/local/lib/python3.10/dist-packages/mutagen/_util.py", line 154, in wrapper with _openfile(self, filething, filename, fileobj, File "/usr/lib/python3.10/contextlib.py", line 135, in enter return next(self.gen) File "/usr/local/lib/python3.10/dist-packages/mutagen/_util.py", line 272, in _openfile raise MutagenError(e) mutagen.MutagenError: [Errno 13] Permission denied: b'/storage/son 227 - claude larson & manuel landy - soundscapes (1985)/b3 - claude larson & manuel landy - horizontal distance.mp3'

E: 01:14:05,528 ui/item.error_append:108: <MP3File 'b3 - claude larson & manuel landy - horizontal distance.mp3'>: The file failed to parse, either the file is damaged or has an unsupported file format. E: 01:14:05,528 ui/item.error_append:108: <MP3File 'b3 - claude larson & manuel landy - horizontal distance.mp3'>: [Errno 13] Permission denied: b'/storage/son 227 - claude larson & manuel landy - soundscapes (1985)/b3 - claude larson & manuel landy - horizontal distance.mp3' E: 01:14:05,529 util/thread.run:69: Traceback (most recent call last): File "/usr/local/lib/python3.10/dist-packages/mutagen/_util.py", line 251, in _openfile fileobj = open(filename, "rb+" if writable else "rb") PermissionError: [Errno 13] Permission denied: b'/storage/son 227 - claude larson & manuel landy - soundscapes (1985)/b4 - claude larson & manuel landy - coming home.mp3'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/local/lib/python3.10/dist-packages/picard/util/thread.py", line 66, in run result = self.func() File "/usr/local/lib/python3.10/dist-packages/picard/file.py", line 393, in _save_and_rename save() File "/usr/local/lib/python3.10/dist-packages/picard/formats/id3.py", line 551, in _save self._save_tags(tags, encode_filename(filename)) File "/usr/local/lib/python3.10/dist-packages/picard/formats/id3.py", line 660, in _save_tags tags.save(filename, v2_version=4, v1=v1) File "/usr/local/lib/python3.10/dist-packages/mutagen/_util.py", line 185, in wrapper return func(*args, **kwargs) File "/usr/local/lib/python3.10/dist-packages/mutagen/_util.py", line 154, in wrapper with _openfile(self, filething, filename, fileobj, File "/usr/lib/python3.10/contextlib.py", line 135, in enter return next(self.gen) File "/usr/local/lib/python3.10/dist-packages/mutagen/_util.py", line 272, in _openfile raise MutagenError(e) mutagen.MutagenError: [Errno 13] Permission denied: b'/storage/son 227 - claude larson & manuel landy - soundscapes (1985)/b4 - claude larson & manuel landy - coming home.mp3'

E: 01:14:05,529 ui/item.error_append:108: <MP3File 'b4 - claude larson & manuel landy - coming home.mp3'>: The file failed to parse, either the file is damaged or has an unsupported file format. E: 01:14:05,530 ui/ite

Maitresinh commented 4 months ago

It seems that i cannot write in ANY folder, despite right are 777

RezzZ commented 2 months ago

i had the same issue. I have a download docker that changes the owner of my folder and files to UNKNOWN. I updated this to nobody and picard has read/write access. I added the UID 99, GID 100, UMASK 022 variables to my youtubedl container and files now stay as owner nobody (naming convention varies between dockers, mostly PUID and PGID).