Replies: 1 comment 2 replies
-
If you edit a vod that failed to rename in Admin > Vods, are the various paths pointing to the old or new file name? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi again, I thought discussions would be a more appropriate place than opening an issue :)
I'm having some issues migrating my library to the new storage template format (probably because I ran the task when there was a permissions issue). The task failed and ran into some errors, but now I'm unable to migrate older videos to the new format and they are now missing from the catalog unless I check the logs to see what folder name it expects and rename the folder to the one specified in the error for each one manually.
Maybe the filename entry in the database should not update if the task fails.
If I check the container logs, I see the following:
ganymede-nginx | 2023/05/05 11:20:43 [error] 31#31: *664 open() "/mnt/vods/healthygamer_gg/2022-11-14-1652670221-archive-6f77afe7-67ed-11ed-82d8-0242ac120004/1652670221-web_thumbnail.jpg" failed (2: No such file or directory), client: 192.168.1.235, server: , request: "GET /vods/healthygamer_gg/2022-11-14-1652670221-archive-6f77afe7-67ed-11ed-82d8-0242ac120004/1652670221-web_thumbnail.jpg HTTP/1.1", host: "server.lan:4802", referrer: "http://server.lan:4801/"
If I rename the folder from
1706254536_c5747fc8-93a6-11ed-a729-0242ac120003/
to2023-01-13-1706254536-archive-c5747fc8-93a6-11ed-a729-0242ac120003/
manually, I am able to view the video once again.Problem is, the original folder name does not include the date and I have 60+ archived vods from this specific channel alone. Is there any way I can get the automated migration task to work on my library?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions