SOLVED: EKG/Soundwave replaces poster and background - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +--- Thread: SOLVED: EKG/Soundwave replaces poster and background (/t-solved-ekg-soundwave-replaces-poster-and-background) |
EKG/Soundwave replaces poster and background - pyrusmole - 2024-01-05 This only seems to have happened to certain movies (so far). After some time, the images for a movie will be replaced by the weird EKG/Soundwave picture that you see below. I haven't been able to determine any root cause but it only looks like it effects certain movies. Refreshing the metadata will only temporarily fix the issue. Same with uploading my own images. After a period of time, they just break. Any help or advice would be greatly appreciated. RE: EKG/Soundwave replaces poster and background - TheDreadPirate - 2024-01-05 Can you share your server log with us? RE: EKG/Soundwave replaces poster and background - pyrusmole - 2024-01-05 I think I may have solved this. I looked at the logs and found the following System.UnauthorizedAccessException: Access to the path '/home/media/movies/frankenstein-1931-colorized/Frankenstein 1931 colorized.nfo' is denied. ---> System.IO.IOException: Permission denied --- End of inner exception stack trace --- at Interop.CheckIo(Error error, String path, Boolean isDirectory, Func 2 errorRewriter) 1 savers)[2024-01-01 18:21:14.225 +00:00] [ERR] Codec Type "attachment" unknown. The stream (index: 6) will be ignored. Warning: Subsequential streams will have a wrong stream specifier! [2024-01-01 18:21:14.225 +00:00] [ERR] Codec Type "attachment" unknown. The stream (index: 7) will be ignored. Warning: Subsequential streams will have a wrong stream specifier! [2024-01-01 18:21:14.225 +00:00] [ERR] Codec Type "attachment" unknown. The stream (index: will be ignored. Warning: Subsequential streams will have a wrong stream specifier! [2024-01-01 18:21:14.225 +00:00] [ERR] Codec Type "attachment" unknown. The stream (index: 9) will be ignored. Warning: Subsequential streams will have a wrong stream specifier! [2024-01-01 18:21:14.225 +00:00] [ERR] Codec Type "attachment" unknown. The stream (index: 10) will be ignored. Warning: Subsequential streams will have a wrong stream specifier! [2024-01-01 18:21:14.225 +00:00] [ERR] Codec Type "attachment" unknown. The stream (index: 11) will be ignored. Warning: Subsequential streams will have a wrong stream specifier! [2024-01-01 18:21:14.225 +00:00] [ERR] Codec Type "attachment" unknown. The stream (index: 12) will be ignored. Warning: Subsequential streams will have a wrong stream specifier! [2024-01-01 18:21:14.225 +00:00] [ERR] Codec Type "attachment" unknown. The stream (index: 13) will be ignored. Warning: Subsequential streams will have a wrong stream specifier! [2024-01-01 18:21:14.225 +00:00] [ERR] Codec Type "attachment" unknown. The stream (index: 14) will be ignored. Warning: Subsequential streams will have a wrong stream specifier! [2024-01-01 18:21:14.225 +00:00] [ERR] Codec Type "attachment" unknown. The stream (index: 15) will be ignored. Warning: Subsequential streams will have a wrong stream specifier! [2024-01-01 18:21:14.225 +00:00] [ERR] Codec Type "attachment" unknown. The stream (index: 16) will be ignored. Warning: Subsequential streams will have a wrong stream specifier! [2024-01-01 18:21:14.225 +00:00] [ERR] Codec Type "attachment" unknown. The stream (index: 17) will be ignored. Warning: Subsequential streams will have a wrong stream specifier! [2024-01-01 18:21:14.225 +00:00] [ERR] Codec Type "attachment" unknown. The stream (index: 1 will be ignored. Warning: Subsequential streams will have a wrong stream specifier! [2024-01-01 18:21:14.225 +00:00] [ERR] Codec Type "attachment" unknown. The stream (index: 19) will be ignored. Warning: Subsequential streams will have a wrong stream specifier! [2024-01-01 18:21:14.225 +00:00] [ERR] Codec Type "attachment" unknown. The stream (index: 20) will be ignored. Warning: Subsequential streams will have a wrong stream specifier! [2024-01-01 18:21:14.225 +00:00] [ERR] Codec Type "attachment" unknown. The stream (index: 21) will be ignored. Warning: Subsequential streams will have a wrong stream specifier! [2024-01-01 18:21:14.225 +00:00] [ERR] Codec Type "attachment" unknown. The stream (index: 22) will be ignored. Warning: Subsequential streams will have a wrong stream specifier! [2024-01-01 18:21:14.225 +00:00] [ERR] Codec Type "attachment" unknown. The stream (index: 23) will be ignored. Warning: Subsequential streams will have a wrong stream specifier! [2024-01-01 18:21:14.225 +00:00] [ERR] Codec Type "attachment" unknown. The stream (index: 24) will be ignored. Warning: Subsequential streams will have a wrong stream specifier! [2024-01-01 18:21:14.225 +00:00] [ERR] Codec Type "attachment" unknown. The stream (index: 25) will be ignored. Warning: Subsequential streams will have a wrong stream specifier! [2024-01-01 18:21:14.225 +00:00] [ERR] Codec Type "attachment" unknown. The stream (index: 26) will be ignored. Warning: Subsequential streams will have a wrong stream specifier! [2024-01-01 18:21:14.225 +00:00] [ERR] Codec Type "attachment" unknown. The stream (index: 27) will be ignored. Warning: Subsequential streams will have a wrong stream specifier! It looked like it was the result of Jellyfin not having write permissions in the external hardrive I was using. After I rectified that, the error hasn't occurred again. If it resurfaces I'll reopen this thread or do a new one |