Roardom
Roardom
Do you still have the logs? Can you paste them directly into the issue? Your link returns a 404 now.
Many of the errors will unfortunately still be there. I recall you having 5-6 different errors. I fixed 2 of them, but the other ones were related to Laravel's (imo...
See the linked PR I completed last night.
jfyi in case you're running unstable in prod: #3995
Do you know what http request triggered this? How frequently do you get this error?
Amazing, thanks. Is one of the torrents with the most seeds lacking a type?
I should clarify that I can't easily reproduce this. My best guess is that one of the torrents in the results is throwing errors inside here: https://github.com/HDInnovations/UNIT3D-Community-Edition/blob/master/app/Http/Resources/TorrentResource.php and it's trying...
@LostRager Any luck figuring out which array key in the json response is triggering the 500?
`scopeMeta` is found here: https://github.com/HDInnovations/UNIT3D-Community-Edition/blob/master/app/Traits/TorrentMeta.php. It simply sets the meta for each torrent in the collection using eager loading for movies/tv. Maybe `isset($this->meta->poster)` in `TorrentResource` needs to be changed to...
Strange... I would have expected a 500 error with the cache removed. I think the default time out is 30 seconds if I recall correctly, but I would have expected...