mirror of
https://github.com/Lidarr/Lidarr.git
synced 2026-03-03 00:26:58 -05:00
Files not found, even though they are there #553
Labels
No labels
Area: API
Area: Database
Area: Db-migration
Area: Download Clients
Area: Extras
Area: Import Lists
Area: Indexer
Area: Metadata API
Area: Notifications
Area: Organizer
Area: Parser
Area: Scanning
Area: Tooling
Area: UI
Area: Unit Tests
Area: Update API
On Hold: MetadataAPI Blocking
Priority: High
Priority: Low
Priority: Medium
Status: Accepted
Status: Cannot Reproduce
Status: Confirmed
Status: Don't Merge
Status: Help Wanted
Status: In Progress
Status: Info Needed
Status: Investigating
Status: Logs Needed
Status: Maybe One Day
Status: Needs Triage
Status: On Hold
Status: Ready for Review
Status: Unlikely
Status: Waiting for OP
Status: Won't Fix
Type: Bug
Type: Documentation
Type: Duplicate
Type: Enhancement
Type: Enhancement
Type: External Bug
Type: Feature Request
Type: Regression
Type: Support
Type: Support.
conflict
conflict
no-conflict
not-pulled
radarr-pull
readarr-pull
sonarr upstream
sonarr-pull
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Lidarr-Lidarr#553
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @petwri on GitHub (May 20, 2019).
Writing metadata fails, Lidarr complains about files not being there.
[v0.6.2.883] System.IO.FileNotFoundException: File doesn't exist: /media/Music/Slipknot/5- The Gray Chapter/Slipknot - .5- The Gray Chapter - 02-01 - Override.flac at NzbDrone.Common.Disk.DiskProviderBase.GetFileSize (System.String path) [0x00065] in <661475469d074ecf9c4fa9103b859bad>:0 at NzbDrone.Core.MediaFiles.AudioTagService.UpdateTrackfileSize (NzbDrone.Core.MediaFiles.TrackFile trackfile, System.String path) [0x00000] in <5ef528d97f504a2eb51961f386df9d8b>:0 at NzbDrone.Core.MediaFiles.AudioTagService.WriteTags (NzbDrone.Core.MediaFiles.TrackFile trackfile, System.Boolean newDownload, System.Boolean force) [0x000c5] in <5ef528d97f504a2eb51961f386df9d8b>:0 at NzbDrone.Core.MediaFiles.AudioTagService.Execute (NzbDrone.Core.MediaFiles.Commands.RetagArtistCommand message) [0x00077] in <5ef528d97f504a2eb51961f386df9d8b>:0 at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[TCommand] (TCommand command, NzbDrone.Core.Messaging.Commands.CommandModel commandModel) [0x000f6] in <5ef528d97f504a2eb51961f386df9d8b>:0 at (wrapper dynamic-method) System.Object.CallSite.Target(System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,NzbDrone.Core.Messaging.Commands.CommandExecutor,object,NzbDrone.Core.Messaging.Commands.CommandModel) at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid3[T0,T1,T2] (System.Runtime.CompilerServices.CallSite site, T0 arg0, T1 arg1, T2 arg2) [0x00035] in <35ad2ebb203f4577b22a9d30eca3ec1f>:0 at (wrapper dynamic-method) System.Object.CallSite.Target(System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,NzbDrone.Core.Messaging.Commands.CommandExecutor,object,NzbDrone.Core.Messaging.Commands.CommandModel) at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommands () [0x0008c] in <5ef528d97f504a2eb51961f386df9d8b>:0Might be due to the "." in the filename. But I have the replacing of special characters in Media Management enabled.