
2019-11-01 16:11:27.6158 Error CardigannIndexer (beyond-hd): Error while parsing row '
<tr id="commenthidden37932" style="display: none; background-color: #111111;">
<td colspan="11" id="commentcell37932" style="display: none; background-color: #111111;">
<div class="hd-table">
<div class="hd-full">
<div id="paddingtorrent37932" style="padding-left: 5px; padding-right: 0px;">
<div comment="37932" id="commenttorrentlist37932">
</div>
</div>
</div>
</div>
</td>
</tr>':
System.Exception: Error while parsing field=title, selector=a.torrent-name, value=<null>: Selector "a.torrent-name" didn't match
<tr id="commenthidden37932" style="display: none; background-color: #111111;">
<td colspan="11" id="commentcell37932" style="display: none; background-color: #111111;">
<div class="hd-table">
<div class="hd-full">
<div id="paddingtorrent37932" style="padding-left: 5px; padding-right: 0px;">
<div comment="37932" id="commenttorrentlist37932">
</div>
</div>
</div>
</div>
</td>
</tr>
at Jackett.Common.Indexers.CardigannIndexer.<PerformQuery>d__29.MoveNext()
2019-11-01 16:11:27.6471 Error CardigannIndexer (beyond-hd): Error while parsing row '
<tr id="commenthidden37925" style="display: none; background-color: #111111;">
<td colspan="11" id="commentcell37925" style="display: none; background-color: #111111;">
<div class="hd-table">
<div class="hd-full">
<div id="paddingtorrent37925" style="padding-left: 5px; padding-right: 0px;">
<div comment="37925" id="commenttorrentlist37925">
</div>
</div>
</div>
</div>
</td>
</tr>':
System.Exception: Error while parsing field=title, selector=a.torrent-name, value=<null>: Selector "a.torrent-name" didn't match
<tr id="commenthidden37925" style="display: none; background-color: #111111;">
<td colspan="11" id="commentcell37925" style="display: none; background-color: #111111;">
<div class="hd-table">
<div class="hd-full">
<div id="paddingtorrent37925" style="padding-left: 5px; padding-right: 0px;">
<div comment="37925" id="commenttorrentlist37925">
</div>
</div>
</div>
</div>
</td>
</tr>
at Jackett.Common.Indexers.CardigannIndexer.<PerformQuery>d__29.MoveNext()
Jackett Version 0.12.907.0
works for me.
your log snippet shows the same error as #6293 that you opened 4 days ago, which has already been fixed.
what platform are you running jackett on?
Windows 2019
You also have the classic theme for Beyond-HD?
All other 8 indexers work normally
yes. it's the only theme supported by the indexer (as I mentioned in #6293).
I tested this just now on my windows 10.
Please provide the full enhanced log file.
~/.config/Jackett/, windows %ProgramData%\Jackett)Thanks.
did you install jackett as a service or are you simply launching jackett manually?
It's running as a service
attached is the log
log.txt
EDIT:
If I stop the service and run it manually under my user account I get the same error for Beyond-HD
When I go the the login page I see the additional captcha field

yes. it looks like they have changed the login page, and the enhanced log you provided shows that this is the reason you are getting the login-redirected, as the jackett login attempts were not successful.
I guess my login worked because my cookies have not yet expired so I'm not getting challenged.
standby for a fix announcement.
try out jackett pre-release 0.12.910
you will need to edit your beyond-hd config with the jackett dashboard wrench icon to login with the the captcha solution, and from now on, you may need to do this intermittently whenever the cookies expire.
Looking good

It looks like the new theme does also work.
This is a search with the new theme enabled

I keep getting the same problem, have done everything I can think of, and still get redirected with BeyondHD
How did you fix it @Rouzax ?
You sure you have the latest version?
When I tested it was only available in the pre release
@carlosabias I had to disable MFA to get mine to work.
`
<title>Redirecting to https://beyond-hd.me/twostep/needed</title>
</head>
<body>
**Redirecting to <a href="https://beyond-hd.me/twostep/needed">https://beyond-hd.me/twostep/needed</a>.**
</body>
`
Still an issue if you have 2FA authorization. Can be avoided by disabling, but a more elegant solution could be proposed.
Feel free to contribute and raise a PR for #3345
Most helpful comment
try out jackett pre-release 0.12.910
you will need to edit your beyond-hd config with the jackett dashboard wrench icon to login with the the captcha solution, and from now on, you may need to do this intermittently whenever the cookies expire.