Jackett: All indexers fail when testing

Created on 12 Jul 2018  路  8Comments  路  Source: Jackett/Jackett

[anidex] Exception (anidex): Could not load file or assembly 'AutoMapper, Version=6.2.2.0, Culture=neutral, PublicKeyToken=be96cd2c38ef1005' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040): Could not load file or assembly 'AutoMapper, Version=6.2.2.0, Culture=neutral, PublicKeyToken=be96cd2c38ef1005' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) (Test)

Most helpful comment

To resolve this issue

  • Stop the Jackett service
  • Close the Jackett tray
  • Kill every Jackett process in task manager
  • From Windows Add/Remove programs Uninstall Jackett (you won't lose your trackers)
  • Go to C:\ProgramData\Jackett and make sure there is no exe or dll files present, only config and log files should remain after uninstalling
  • Download the latest Jackett release and install via the Windows installer

All 8 comments

i have the same issue :( here's mine...

image

Same story here. Here's the error message, which is repeated for each Indexer:

Exception (isohunt2): Could not load file or assembly 'AutoMapper, Version=6.2.2.0, Culture=neutral, PublicKeyToken=be96cd2c38ef1005' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference.

Mine is fixed... I just updated to the latest one.. v0.9.1 ^_^

https://github.com/Jackett/Jackett/releases

Mine errored after updating to the latest version, same error as the errors above.

Bug seems to be introduced with commit fd1073d0b50f95e51d718cbdc65d50ef534b9fff (updated AutoMapper from 6.2.2 (the 'missing' package version) to 7.0.1).

@kvanzuijlen that commit is not the cause, its just a symptom, previously there was a bug where when the update ran, some dlls were still open and couldn't be updated, thats why its looking for version 6.2.2.0. That issue is now fixed, so updates should be fine in the future

To resolve this issue

  • Stop the Jackett service
  • Close the Jackett tray
  • Kill every Jackett process in task manager
  • From Windows Add/Remove programs Uninstall Jackett (you won't lose your trackers)
  • Go to C:\ProgramData\Jackett and make sure there is no exe or dll files present, only config and log files should remain after uninstalling
  • Download the latest Jackett release and install via the Windows installer

Can confirm that @flightlevel's solution has worked. And indeed, the commit was not the cause but just the a change that broke because some files weren't changed. Thanks for your quick response @flightlevel!

Ahhh, thanks a million! This fixed the issue for me, I just hadn't used Sonarr/Jackett for a week and I had the same problem, I had to manually delete the .DLLs from the directory, besides from that, it works, not even a reboot required, thumbs up!

Was this page helpful?
0 / 5 - 0 ratings