Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Triggering Sonarr download of searched release throws Error #784

Open
gradylogic opened this issue Sep 28, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@gradylogic
Copy link

Describe the Bug
On the iOS app, doing a manual search for an episode of a TV show, and then attempting to start downloading that release, results in an error: type 'List<dynamic>' is not a subtype of type 'Map<String, dynamic>'

To Reproduce
Manually search for releases from Sonarr. Seems like the expected input here

return SonarrAddedRelease.fromJson(response.data);
is a Map but it's responding with a List?

Expected Behaviour
Expected to download with no error

Screenshots
IMG_8090

Versions
version 10.2.6, platform iOS, channel Stable, BUILD 1000001068
Sonarr version 3.0.10.1567

Additional context
Happy to provide anything additional if requested.

@gradylogic gradylogic added the bug Something isn't working label Sep 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant