mirror of
https://github.com/kiranshila/Doplarr.git
synced 2026-07-22 13:23:35 -04:00
Request for series with too many seasons never load #38
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @MarcStocker on GitHub (Jan 4, 2022).
When requesting a series with too many seasons (I'm guessing 25+ seasons), the "Which season?" prompt never appears.
Examples that replicate this behavior:
Example that works as expected:
After selecting the series, it thinks for a second (3 animated dots next to the select box), but the bot does not update to display the season selection menu.
The following screenshot contains an attempted request for "Survivor", "South Park" and "Dr. Who", in that order.
@kiranshila commented on GitHub (Jan 4, 2022):
Interesting. Was there any error message in the log? I'll dig into this.
@MarcStocker commented on GitHub (Jan 5, 2022):
Nothing popped up in the Docker logs, and not sure where to look for additional log files.
If it's possible to see them from the docker container I'd be happy to provide them.
@kiranshila commented on GitHub (Jan 7, 2022):
So the maximum number of selection items according the discord api is 25, I need to think about this more....
@kiranshila commented on GitHub (Jan 12, 2022):
Fixed in the latest release!