Enable debug logging in SickRage settings, reproduce the error (be sure to disable after the bug is fixed)
Branch/Commit:master
OS:FreeNas
What you did: updated to latest release
What happened: Missing episodes are not showing up under the schedule tab. I have tried change the range to 14 days but still nothing
What you expected: show episodes that are missing withing the last 7 days
Logs: not sure what logs to add that will help.
PASTE LOGS HERE
Thanks for the issue report! Before a real human comes by, please make sure your report has all the below criteria checked
Please make sure you also read how to create an issue and followed all of the steps.
The title should describe your issue. Having "SR not working" or "I get this bug" for 100 issues, isn't really helpful. We will close issues if there isn't enough information.
Sometimes the devs may seem like grunts and respond with short answers. This isn't (always) because the dev hates you, but because he's on mobile or busy fixing bugs. If something isn't clear, please let us know, and this bot may get updated to automatically answer you.
Thanks!
I'm not seeing an issue on my end. Make sure that the episode(s) in question is/are marked as 'Wanted'.
I just checked by setting an episode to 'Wanted' and revving the setting up to 3000 days.
I got that one episode that is 'Wanted', like expected.
@sharkykh Thanks for the response. I have 2 shows, not sure if i can list the shows, that are missing an episode in them each. I setting my window to 3000 like you did and changed an older episode from downloaded to wanted. this then showed as missing when i looked at the schedule tab. i tried changed that status of the show im missing from ignored and then back to misssing but that does not show up. not sure but it looks like its only recently missed shows. one of them aired yesterday
Are the shows that don't show up paused?
Try to show them by changing this to 'Shown'

@sharkykh they are not paused i tried changed it to shown anyways with now luck. if you change one of your recently download shows to wanted, does it show up in missing?
Yes, but I only have ones from 3 days ago.
I'll look at the code to check if I see a problem.
Please try to see if the episode shows up as missed
when more than a day has passed from it's aired date.
so i changed an episode that i aired on 3/3 from downloadde to wanted and it DID show up as missed when i checked. One show im missing the episode that aired on 2/21. i tried making a duplicate copy of a different episide and rename it. I then re-scanned the show so it updated it. Then I changed the status from downloaded to wanted and still no luck. not sure if its just these specific shows.
Thanks for all the quick responses
So this problem does seem to be show specific. I changed the status of a different episode, that snatched fine, withing the show from downloaded to wanted and it didn't show up as missing
I wouldn't be so sure..
Try removing the show from SickRage then re adding it...
I closed by mistake
did that as well still not showing up. not sure what log i can send to help debug
What is the show and episode that you're having problems with?
I'll try to reproduce it here.
bizzare foods 11x6 and counting cars 6x24, cars did finally snatch and download but it never showed as missing before it got downloaded
I was able to reproduce.
Missed episodes not showing up when show has no next episode
@miigotu In here
so your saying im not going crazy :)
I can fix that later
I'm already working on a simple solution
Instead of checking if next_air_date
We just do that: https://gist.github.com/sharkykh/8c2d4c16bcd8c5eec81cea3adbe183e9#file-comingepisodes-py-L12
I was thinking about a last_aired_date, but if that works...
@miigotu Yeah that works, but not when the status is skipped. Is that correct?
@vslice24 When a new episode airs on one of these shows, does it automatically set the status to Wanted?
Only wanted and unaired should ever show in the schedule. When one comes up to the airdate it is auto switched to wanted if that is the default episode status of the show.
Thanks for the fix