Advertisement
theCheek

Gonarr/Sonarr error

Jul 8th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. Instructing Sonarr to toggle monitor Season 7 with command ~/scripts/sonarr/gonarr-linux-amd64 --config /home/hd1/thecheek/scripts/sonarr/cheekFlixConfig.json --series 432 --season-number 7 --toggle-monitor
  2. 2017/07/07 12:22:22 Args: [/home/hd1/thecheek/scripts/sonarr/gonarr-linux-amd64]
  3. 2017/07/07 12:22:22 Gonarr is: {
  4. "hostname": "my.server.com",
  5. "port": 11111,
  6. "api_prefix": "api/",
  7. "username": "Myuser",
  8. "password": "MyPass",
  9. "api_key": "6bde3_MYAPID_2372"
  10. }
  11. http://my.server.com:11111/api/series/432
  12. Posting ...
  13. http://my.server.com:11111/api/series
  14. {
  15. "error": "Unauthorized"
  16. }
  17. Instructing Sonarr to search for missing episodes of Season 7 with command ~/scripts/sonarr/gonarr-linux-amd64 --config /home/hd1/Myuser/scripts/sonarr/cheekFlixConfig.json --series 432 --season-number 7 --season-search
  18. 2017/07/07 12:22:22 Args: [/home/hd1/Myuser/scripts/sonarr/gonarr-linux-amd64]
  19. 2017/07/07 12:22:22 Gonarr is: {
  20. "hostname": "my.server.com",
  21. "port": 11111,
  22. "api_prefix": "api/",
  23. "username": "Myuser",
  24. "password": "MyPass",
  25. "api_key": "6bde3_MYAPID_2372"
  26. }
  27. http://my.server.com:11111/api/command
  28. {
  29. "error": "Unauthorized"
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement