1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-11-22 02:32:51 +01:00

Updated Searches Indexers and Trackers (markdown)

Donald Webster 2019-11-12 13:52:44 -08:00
parent e53220d02c
commit fc89ceb45e

@ -19,6 +19,15 @@ When you test an indexer or tracker, in debug or trace logs you can find the URL
19-11-12 13:27:30.0|Debug|Api|[POST] /api/v3/indexer/test: 200.OK (1404 ms)
```
### Testing a Search
Just like the indexer/tracker test above, when you trigger a search while at Debug or Trace level logging, you can get the URL used from the log files. While testing, it is best to use as narrow a search as possible. A manual episode search is good because it is specific *and* you can see the results in the UI while examining the logs.
[[images/Series.Season.Episode.v3.png]]
```
Logs here!
```
## Errors
These are some of the common errors you may see when adding an indexer