dreulavelle / Prowlarr-Indexers

Prowlarr Indexers used by Cardigann
107 stars 23 forks source link

[Help needed] Custom indexer not loading if prowlarr is built on lxc on proxmox #20

Closed umangloria closed 8 months ago

umangloria commented 8 months ago

I created prowlarr by using this helper script: https://tteck.github.io/Proxmox/ Then I tried to find the config directly like mentioned here : https://wiki.servarr.com/prowlarr/indexers#adding-a-custom-yml-definition But since it is on a container, the actual path is /var/lib/prowlarr/Definitions/ for Definitions directory so I created Custom directory there and added the file. I restarted the container and I am still not able to see the custom indexer

umangloria commented 8 months ago

Started looking into logs and here is what I got:

2024-03-21 15:49:36.0|Error|IndexerDefinitionUpdateService|Error while parsing Cardigann definition /var/lib/prowlarr/Definitions/Custom/torrentio.yml

[v1.14.3.4333] System.NullReferenceException: Object reference not set to an instance of an object.
   at NzbDrone.Core.IndexerVersions.IndexerDefinitionUpdateService.ReadDefinitionsFromDisk(List`1 defs, String path, SearchOption options) in ./Prowlarr.Core/IndexerVersions/IndexerDefinitionUpdateService.cs:line 151
umangloria commented 8 months ago

Found the issue