Jackett: [beyond-hd] Login Failed, got redirected. (Config)

Created on 1 Nov 2019  路  15Comments  路  Source: Jackett/Jackett

image

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

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.

All 15 comments

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.

  1. scroll down to the bottom of the Jackett Dashboard and tick the enhanced Logging checkbox
  2. scroll up a bit and click on the apply server settings button
  3. repeat the test
  4. find the log.txt file (linux ~/.config/Jackett/, windows %ProgramData%\Jackett)
  5. edit it with a plain text editor, redacting any personal details, usernames, passwords, passkeys, hashes etc.
  6. save, then drag-drop it here for us to take a look at.

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
image

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
image

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

I keep getting the same problem, have done everything I can think of, and still get redirected with BeyondHD

log.txt

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

Was this page helpful?
0 / 5 - 0 ratings