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

GazelleGames - error occurred while processing indexer feed. #1137

Closed
1 task done
Delta-Entropy opened this issue Sep 29, 2022 · 0 comments
Closed
1 task done

GazelleGames - error occurred while processing indexer feed. #1137

Delta-Entropy opened this issue Sep 29, 2022 · 0 comments
Labels
Status: Needs Triage New Issue needing triage Type: Bug Issue is a bug

Comments

@Delta-Entropy
Copy link

Delta-Entropy commented Sep 29, 2022

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

I get the following indexer failure error with GGn:

An error occurred while processing indexer feed. https://gazellegames.net/api.php?request=search&search_type=torrents&empty_groups=filled&order_by=time&order_way=desc&searchstr=nope: Cannot deserialize the current JSON array (e.g. [1,2,3]) into type 'System.Collections.Generic.Dictionary`2[System.String,NzbDrone.Core.Indexers.Definitions.GazelleGamesGroup]' because the type requires a JSON object (e.g. {"name":"value"}) to deserialize correctly.
To fix this error either change the JSON to a JSON object (e.g. {"name":"value"}) or change the deserialized type to an array or a type that implements a collection interface (e.g. ICollection, IList) like List<T> that can be deserialized from a JSON array. JsonArrayAttribute can also be added to the type to force it to deserialize from a JSON array.
Path 'response', line 1, position 32.

It appears to happen when searching for something that returns no results.

Expected Behavior

No error.

Steps To Reproduce

  1. Search for anything that will not return a result. E.g. a movie (In my trace log I used "nope").
  2. Indexer failure occurs.

Environment

- OS: TrueNAS CORE 13.0-U2
- Prowlarr: 0.4.6.1969
- Docker Install: No
- Using Reverse Proxy: No
- Browser: N/A

What branch are you running?

Develop

Trace Logs?

Trace log - 0bin

Discord support ticket

AB#3842

@Delta-Entropy Delta-Entropy added Status: Needs Triage New Issue needing triage Type: Bug Issue is a bug labels Sep 29, 2022
@Qstick Qstick closed this as completed in 2e85a21 Sep 30, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 29, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Status: Needs Triage New Issue needing triage Type: Bug Issue is a bug
Projects
None yet
Development

No branches or pull requests

1 participant