Bug #4603
"Move to finished" button in "Failed recordings" tab is not working
100%
Description
I tried to move a recording back to finished recordings with the link in the Web UI. It does not do anything. I select the recording, press the button. Everything stays the same.
I'm using HTS Tvheadend 4.2.3-33~ga255d82 from the source "http://dl.bintray.com/mpmc/deb raspbianjessie stable-4.2" on a Raspberry Pi 2 connected to a 4way SAT>IP server Kathrein EXIP414/E. The local path for recordings is a NFS mount from FreeNAS 11.
The NFS export on FreeNAS looks like this:
/mnt/WD-6TB-Tray4/Temp/Aufnahmen -mapall="media":""
Which is more or less allowing r/w to everyone.
The NFS mount on the TVH server looks like this in /etc/fstab:
192.168.110.3:/mnt/WD-6TB-Tray4/Temp/Aufnahmen /mnt/tvheadend-aufnahmen nfs rw,rsize=8192,wsize=8192,timeo=14,intr,user,auto,nolock
I tried to create debug logging with "fsmonitor,lock" but no entries were added to the log while clicking the button in that regard.
If it is of interest, I changed a few settings in the (Default profile) of the DVR. See attached screenshot.
Files
History
Updated by Jaroslav Kysela about 7 years ago
- Status changed from New to Fixed
- % Done changed from 0 to 100
Applied in changeset commit:tvheadend|519a783747e8075714b4c95a7e216edb53f2e77b.
Updated by Mark Clarkstone about 7 years ago
I've pushed it to Bintray for Raspbian Jessie and Stretch too :).
Updated by Roland A. about 7 years ago
Thanks for this lightning fast reaction :-)
I tried with HTS Tvheadend 4.2.3-83~ge5f402b and noticed no difference. For me, the problem is not fixed.
Updated by Roland A. about 7 years ago
Roland A. wrote:
I tried with HTS Tvheadend 4.2.3-83~ge5f402b and noticed no difference. For me, the problem is not fixed.
Correction: It worked for one of the failed recordings. I believe it was the "aborted by user" one. The other three (2x "too many errors" and one "time missing") are not affected by the "Move to finished"-button.
Updated by Jaroslav Kysela about 7 years ago
The "time missing" is fatal error (no files), so it cannot be moved to correctly finished. The "data errors" should be fine. What's the status of the entry when you try to move it to finished?
Updated by Roland A. about 7 years ago
Ok, you're right. I removed the "time missing" one. The status of the other ones does not change (see attached screenshot 2017-09-19 20_36_57-SAT_IP TVHeadend.png)
Updated by Roland A. about 7 years ago
Jaroslav Kysela wrote:
oops. v4.2.3-85-gda9f14c79
Tried it on the two failed recordings, both were moved to finished. Thanks!