2024-01-09, 10:04 PM
Actually, having a better look into the logs found this:
So it looks like my SMB folder is not having the right permissions, anyone know how to fix?
This is my line /etc/fstab
Code:
2024-01-09 13:55:47.939 [DEBUG][12] Reloading recording schedule
2024-01-09 13:55:47.941 [DEBUG][12] PowerManagement CancelRecordingWakeupRequests (needs implementation)
2024-01-09 13:55:47.941 [DEBUG][12] [Inside Dubai] at 9/01/2024 1:30pm
2024-01-09 13:55:47.941 [DEBUG][12] Requesting wake up for 'RecordingOID853' [Inside Dubai] at 9/01/2024 1:28pm
2024-01-09 13:55:47.941 [DEBUG][12] PowerManagement ScheduleWakeup (needs implementation)
2024-01-09 13:55:48.006 [DEBUG][12] DefaultDirectoryChoice: first
2024-01-09 13:55:48.011 [DEBUG][12] Preferred filename is 'Inside.Dubai.S01E02.Episode.2'
2024-01-09 13:55:48.154 [DEBUG][12] Unexpected error in GetTargetName: System.UnauthorizedAccessException: Access to the path '/home/dietpi/recordings/Inside Dubai/' is denied.
---> System.IO.IOException: Permission denied
--- End of inner exception stack trace ---
at System.IO.FileSystem.CreateDirectory(String fullPath)
at System.IO.Directory.CreateDirectory(String path)
at NShared.RecordingService.GetTargetName(ScheduledRecording scheduledRecording)
at NShared.RecordingService.WorkerThread()
2024-01-09 13:55:48.218 [DEBUG][12] Looking for alternative airings of Inside Dubai: Episode 2 (T90390643)
2024-01-09 13:55:48.228 [DEBUG][12] LoadListingByAdvancedRules(channel=7533,advancedRules=unique_id='T90390643')
2024-01-09 13:55:48.236 [DEBUG][12] No alternatives on 8 eden, so looking on other channels
2024-01-09 13:55:48.236 [DEBUG][12] LoadListingByAdvancedRules(channel='all channels',advancedRules=unique_id='T90390643')
2024-01-09 13:55:48.284 [DEBUG][12] - trying 9/01/2024 2:30pm
2024-01-09 13:55:48.285 [DEBUG][12] about to record:
So it looks like my SMB folder is not having the right permissions, anyone know how to fix?
This is my line /etc/fstab
Code:
//192.168.178.164/Media/Recordings /home/dietpi/recordings cifs file_mode=0770,dir_mode=0777,uid=1000,gid=1000,username=casaos,password=something,x-systemd.automount,noauto,rw,iocharset=utf8 0 0