2020-01-03, 04:50 PM
(2020-01-03, 09:00 AM)mvallevand Wrote: I would verify the channel URL, your log is littered with
Code:2020-01-03 03:29:00.176 [DEBUG][32] Unexpected error in HTTP input source: System.Net.WebException: The remote server returned an error: (403) Forbidden.
at System.Net.HttpWebRequest.GetResponse()
You may have at least one folder set wrong in config.xml
Code:2020-01-03 04:27:35.969 [ERROR][28] Unexpected error querying available disk space (C:\temp\/): System.IO.DriveNotFoundException: Could not find the drive 'C:\temp\/'. The drive might not be ready or might not be mapped.
at System.IO.DriveInfo.CheckStatfsResultAndThrowIfNecessary(Int32 result)
at System.IO.DriveInfo.get_AvailableFreeSpace()
at NShared.Extend.SystemRequestHandler.GetSpace(String path)
Martin
What does this code actually mean because everything is working fine. I only noticed this issue when I wanted to add more guide data to some of my channels.
2020-01-03 03:29:00.176 [DEBUG][32] Unexpected error in HTTP input source: System.Net.WebException: The remote server returned an error: (403) Forbidden.
at System.Net.HttpWebRequest.GetResponse()
I have my NextPVR server installed in Docker on Libreelec. My clients are Libreelec on Raspberry Pi 4. Why would it be looking for a C: drive? Wouldn't that be Windows? I do manage the server from a Windows PC.
2020-01-03 04:27:35.969 [ERROR][28] Unexpected error querying available disk space (C:\temp\/): System.IO.DriveNotFoundException: Could not find the drive 'C:\temp\/'. The drive might not be ready or might not be mapped.
at System.IO.DriveInfo.CheckStatfsResultAndThrowIfNecessary(Int32 result)
at System.IO.DriveInfo.get_AvailableFreeSpace()
at NShared.Extend.SystemRequestHandler.GetSpace(String path)