mirror of
https://github.com/Sonarr/Sonarr
synced 2024-12-22 07:43:01 +00:00
Updated Searches Indexers and Trackers (markdown)
parent
e53220d02c
commit
fc89ceb45e
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue