2024-11-20, 03:20 PM
(This post was last modified: 2024-11-20, 03:23 PM by magguzu. Edited 1 time in total.)
So this issue seems to have stopped.
Some changes I've made, not sure which, or if a combination of them might have fixed things:
* Changed jellyfin to run in host mode rather than bridged
* Because of the above change, changed my reverse proxy to target http://containerhost.localtld:8096 rather than internal DNS with http://jellyfin:8096
* I removed an entry jellyfin.localtld from internal DNS. This was targeting the host IP (same as containerhost.localtld). Because I had localtld as one of my DHCP's lookup domains, I realized this might have been causing some resolution conflict between http://jellyfin:8096 (container IP) vs http://jellyfin.localtld:8096 (host IP). In the end this shouldn't have mattered since I was running in host mode anyway, but just covering all bases...
None of this really explains why this only happened with one specific kind of show and only over web. I thought the web portion could be explained by how it targets the backend server (my thought was some DNS conflict related to my third bullet) but people on Discord made it seem like it doesn't work this way.
Without understanding the architecture super well, could it be a DNS issue when the attachments that AttachmentExtractor extracted were trying to be retrieved?
For now things seem stable. Fingers crossed!
Some changes I've made, not sure which, or if a combination of them might have fixed things:
* Changed jellyfin to run in host mode rather than bridged
* Because of the above change, changed my reverse proxy to target http://containerhost.localtld:8096 rather than internal DNS with http://jellyfin:8096
* I removed an entry jellyfin.localtld from internal DNS. This was targeting the host IP (same as containerhost.localtld). Because I had localtld as one of my DHCP's lookup domains, I realized this might have been causing some resolution conflict between http://jellyfin:8096 (container IP) vs http://jellyfin.localtld:8096 (host IP). In the end this shouldn't have mattered since I was running in host mode anyway, but just covering all bases...
None of this really explains why this only happened with one specific kind of show and only over web. I thought the web portion could be explained by how it targets the backend server (my thought was some DNS conflict related to my third bullet) but people on Discord made it seem like it doesn't work this way.
Without understanding the architecture super well, could it be a DNS issue when the attachments that AttachmentExtractor extracted were trying to be retrieved?
For now things seem stable. Fingers crossed!