2021-08-22, 02:47 PM
I just set up an test using an OTA scan and while I could not duplicate the error I got something similar so there must be issues related to an OTA scan followed by a recording on linux.
Other notes, Live TV fails silently. After I killed pid 38807 recordings and live TV worked.
Perhaps it is better to kill the server after the OTA scan so recordings and live tv start cleanly.
Marin
Other notes, Live TV fails silently. After I killed pid 38807 recordings and live TV worked.
Perhaps it is better to kill the server after the OTA scan so recordings and live tv start cleanly.
Code:
2021-08-22 10:35:57.405 [DEBUG][9] http://localhost:38807/stream/start?slipseconds=180&target=%2Fhome%2Fmartin%2Frecordings%2FCoronation%20Street%2FCoronation%20Street_20210822_10301100.ts
...
2021-08-22 10:37:37.404 [ERROR][9] Unexpected error on LocalRecorder.StartStream(): System.Net.WebException: The operation has timed out.
at System.Net.HttpWebRequest.GetResponse()
at System.Net.WebClient.GetWebResponse(WebRequest request)
at System.Net.WebClient.DownloadBits(WebRequest request, Stream writeStream)
at System.Net.WebClient.UploadBits(WebRequest request, Stream readStream, Byte[] buffer, Int32 chunkSize, Byte[] header, Byte[] footer)
at System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
at System.Net.WebClient.UploadString(Uri address, String method, String data)
at NShared.LocalRecorder.StartStream(ChannelMapping channelMapping, String target, String& reason)
2021-08-22 10:37:37.404 [DEBUG][9] Failed to start recording on allocated device (24752:/home/martin/recordings/Coronation Street/Coronation Street_20210822_10301100.ts): 'The operation has timed out.'
Marin