When trying to add this tracker, I'm getting the error:
"Configuration failed: Please turn JavaScript on and reload the page. Checking your browser before accessing xspeeds.eu. This process us automatic. Your browser will redirect to your requested content shortly. Please allow up to 5 seconds."
Ive confirmed javascript is running. Must be the cloud flare causing issues again, but no idea how to get around it!
I'm having the same issue.
same problem here
ditto
I am having the same issue. I had it working before, but deleted it for one reason or another, and can't get it added back :(
Same issues
I am having the same issue. I am using Arch Linux, and I have tried multiple versions of Jackett.
Just use xspeeds.eu's rss feed for now
not a member here, willing to have a look, invite to jackettapp at gmail
Invite sent!
Ok. How do I do that?
Sent from Mike's Iphone.
On Aug 18, 2016, at 12:38 AM, Abraham Friedman [email protected] wrote:
Just use xspeeds.eu's rss feed for now
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
Ok. How do I do that?
Ok I got my RSS feed, which one do I chose web or Download, once I have that where do I put this link? In Jackett?
From: Abraham Friedman [mailto:[email protected]]
Sent: Thursday, August 18, 2016 3:11 PM
To: Jackett/Jackett [email protected]
Cc: mbohbot [email protected]; Comment [email protected]
Subject: Re: [Jackett/Jackett] Can't add xspeeds.eu (#386)
Ok. How do I do that?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub https://github.com/Jackett/Jackett/issues/386#issuecomment-240825590 , or mute the thread https://github.com/notifications/unsubscribe-auth/AT4FMzLG1hHSHiTu_AcFDHqvMDI0l4huks5qhK5FgaJpZM4JDOlN . https://github.com/notifications/beacon/AT4FM9D0_pir8Xce-pQoz4-x1-f7YAjBks5qhK5FgaJpZM4JDOlN.gif
which one do I chose web or Download, once I have that where do I put this link? In Jackett?
choose download and put it in sonarr as a regular rss feed.
Cool, Thanks. That was the first time I put in a RSS feed into Sonar, so the downfall is it can’t search for stuff it has to wait for the RSS feed in order to trigger a DL?
Any Idea as if there will be a fix?
Again thanks for the help, have a good one
From: Abraham Friedman [mailto:[email protected]]
Sent: Thursday, August 18, 2016 7:09 PM
To: Jackett/Jackett [email protected]
Cc: mbohbot [email protected]; Comment [email protected]
Subject: Re: [Jackett/Jackett] Can't add xspeeds.eu (#386)
which one do I chose web or Download, once I have that where do I put this link? In Jackett?
choose download and put it in sonarr as a regular rss feed.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub https://github.com/Jackett/Jackett/issues/386#issuecomment-240883952 , or mute the thread https://github.com/notifications/unsubscribe-auth/AT4FMym1j3XjUYhNsp2JNx5rbhQlOYZeks5qhOYngaJpZM4JDOlN . https://github.com/notifications/beacon/AT4FM1e0lfdLjCLIt62MIdHiurtRLjSxks5qhOYngaJpZM4JDOlN.gif
@theimmortal68
Could you retry creating the invite code, I got invalid code when trying to sign up
Any update on this?
Last comment @flightlevel requested an invite, anybody that can help out?
@flightlevel
I sent a new invite code for Xspeeds!
Thanks @theimmortal68 that worked!
Have had a go at it and its not simple
Its definitely a cloudflare issue. Using this https://github.com/elcattivo/CloudFlareUtilities I can get it to work but not reliably (maybe hitting this issue, as getting 503s https://github.com/elcattivo/CloudFlareUtilities/issues/2 ) Site seems slow as well
Will have another go on the weekend and see if the same happens, but it doesn't look good. I'd be asking on their forum for an API or torznab support (or use their current RSS)
@flightlevel elcattivo/CloudFlareUtilities/issues/2 has been resolved (more or less). Probability for a 503 error is now about 0.5 %. Before, it was 15 %.
Thanks @elcattivo , much appreciated, will give this a try
Not sure where we are at on this, the knowledge is way above my pay grade :) With the CloudFlare issues mainly resolved, what is the next step to get this to work?
Hi @elcattivo
I'm getting a 503 100% of the time, any ideas?
using CloudFlareUtilities;
using System.Net;
using System.Net.Http;
using System.Threading.Tasks;
namespace ConsoleApplication19
{
class Program
{
static void Main(string[] args)
{
Task.Run(async () =>
{
CookieContainer cookies = new CookieContainer();
var clearanceHand = new ClearanceHandler();
HttpClientHandler clientHand = new HttpClientHandler();
clientHand.CookieContainer = cookies;
clearanceHand.InnerHandler = clientHand;
var client = new HttpClient(clearanceHand);
client.DefaultRequestHeaders.Add("User-Agent", "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36");
var content = await client.GetStringAsync("https://www.xspeeds.eu/");
}).GetAwaiter().GetResult();
}
}
}
@flightlevel when Chrome is set as user agent, the CloudFlare server omitted a header, that was required for clearance detection. I'm checking now for the existence of another header. Release 0.3.1-alpha should work with your example code.
Thanks @elcattivo 0.3.1 works great!
Latest release should fix the issue on Windows OS.
For linux OS, help wanted from the community for a fix
Just updated and gave it a go, same error as before.
Configuration failed: Please turn JavaScript on and reload the page. Checking your browser before accessing xspeeds.eu. This process is automatic. Your browser will redirect to your requested content shortly. Please allow up to 5 seconds…
So it took some digging but after updating chrome(53.0.2785.101) and trying Jackett in chrome(was using FF) I was able to get this working correctly. The search is really slow but it does work, thanks @flightlevel !
This is great. I can't speak for everyone but I would love to be able to get it to work too. Can you send me what needs to be done in order to get it to work. Please note that I'm not a programmer but can follow instruction well.
Sent from Mike's Iphone.
On Sep 9, 2016, at 7:22 AM, Residual Envy [email protected] wrote:
So it took some digging but after updating chrome(53.0.2785.101) and trying Jackett in chrome(was using FF) I was able to get this working correctly. The search is really slow but it does work, thanks flightlevel!
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
XSpeeds RSS just stopped working for me in Sonarr. I read through the previous comments posted about a CloudFlare solution, but there was a lack of explanation on how to. If someone could please explain it would be greatly appreciated.
I can confirm this is now broken again. However it is an issue with xspeeds RSS feed not jackett.
My point was that as a result of the RSS not working anymore in Sonarr, I had hoped to find a solution to the issue of not being able to add XSpeeds directly to Jackett.
Using the RSS in Sonarr was my workaround and now that is broken.
90% of my shows get pulled from XSpeeds. Would be perfect to be able to add that tracker directly to Jackett.
Xspeeds works with Jackett again
Sent from Mike's Iphone.
On Sep 19, 2016, at 4:14 PM, FVGAZI [email protected] wrote:
My point was that as a result of the RSS not working anymore in Sonarr, I had hoped to find a solution to the issue of not being able to add XSpeeds directly to Jackett.
Using the RSS in Sonarr was my workaround and now that is broken.
90% of my shows get pulled from XSpeeds. Would be perfect to be able to add that tracker directly to Jackett.—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
XSpeeds RSS works in Sonarr again, but it doesn't work in Jackett. Hasn't for some time now.
Works just fine for me. I got that java script error but if you look at jackett it produced an API, well for me it did. Try and see if it did it for you too and paste it into Sonarr using torznab
Sent from Mike's Iphone.
On Sep 19, 2016, at 9:09 PM, FVGAZI [email protected] wrote:
XSpeeds RSS works in Sonarr again, but it doesn't work in Jackett. Hasn't for some time now.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
Look where in Jackett? Could you please give a more detailed explanation?
Putting the Jackett API and a URL of http://127.0.0.1:9117/torznab/xspeeds in Sonarr/torznab failed for me. I'm assuming this is what you are suggesting.
Well I just tried adding it in Jackett again and it worked. I'm clueless as to why, but I'm not complaining.
Did the same for me and I didn't ask questions either. Happy it worked out for you.
On Sep 19, 2016, at 10:11 PM, FVGAZI [email protected] wrote:
Well I just tried adding it in Jackett again and it worked. I'm clueless as to why, but I'm not complaining.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
Thank you
After about 5 tries I got Xspeeds added finally as well.
Can those who got it working please elaborate - browser, OS, process of retries (reloading or just hammering ok?). Would really like to get this back up on my Ubuntu box
As I understand it's a cloud flare related issue and only fixed for the Window release.
If someone can send an invite to -removed- I can try to fix it for the mono version.
As of today I have a new issue here is a screen shot.
From: kaso17 [mailto:[email protected]]
Sent: Wednesday, September 21, 2016 11:43 AM
To: Jackett/Jackett [email protected]
Cc: mbohbot [email protected]; Comment [email protected]
Subject: Re: [Jackett/Jackett] Can't add xspeeds.eu (#386)
As I understand it's a cloud flare related issue and only fixed for the Window release.
If someone can send an invite to ---- I can try to fix it for the mono version.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub https://github.com/Jackett/Jackett/issues/386#issuecomment-248652606 , or mute the thread https://github.com/notifications/unsubscribe-auth/AT4FM_ws6qt8Z-hMO5z0fC05rn8XikGmks5qsVBvgaJpZM4JDOlN . https://github.com/notifications/beacon/AT4FM2MKGkBTk9ROArWR5XWJujc8urtdks5qsVBvgaJpZM4JDOlN.gif
Can anybody help out with an invite so we can get this fixed, please?
Den ons 21 sep. 2016 17:42kaso17 [email protected] skrev:
As I understand it's a cloud flare related issue and only fixed for the
Window release.
If someone can send an invite to kaso1717 @-at-@ gmail.com I can try to
fix it for the mono version.—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/Jackett/Jackett/issues/386#issuecomment-248652606,
or mute the thread
https://github.com/notifications/unsubscribe-auth/ADEbYlx7BCt8j_ZyyfgxKGSFKiNAqK5Yks5qsVBugaJpZM4JDOlN
.
Its seems to be working this morning again.
From: manderss99 [mailto:[email protected]]
Sent: Wednesday, September 21, 2016 11:09 PM
To: Jackett/Jackett [email protected]
Cc: mbohbot [email protected]; Comment [email protected]
Subject: Re: [Jackett/Jackett] Can't add xspeeds.eu (#386)
Can anybody help out with an invite so we can get this fixed, please?
Den ons 21 sep. 2016 17:42kaso17 <[email protected] notifications@github.com > skrev:
As I understand it's a cloud flare related issue and only fixed for the
Window release.
If someone can send an invite to ---- I can try to
fix it for the mono version.—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/Jackett/Jackett/issues/386#issuecomment-248652606,
or mute the thread
https://github.com/notifications/unsubscribe-auth/ADEbYlx7BCt8j_ZyyfgxKGSFKiNAqK5Yks5qsVBugaJpZM4JDOlN
.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub https://github.com/Jackett/Jackett/issues/386#issuecomment-248799537 , or mute the thread https://github.com/notifications/unsubscribe-auth/AT4FM8Qqh3LEsBsZ0bhU6112i-6SNvlLks5qsfFegaJpZM4JDOlN . https://github.com/notifications/beacon/AT4FM50ZbMgAywzaXTq0FFa_AHGzDAlmks5qsfFegaJpZM4JDOlN.gif
I got an invite, thank you.
As suspected it doesn't work with the mono version due to the cloud flare protection.
I'll try to get the cloudflareutils working with mono/curl next week.
Great. Thank you for your help.
On Thu, Sep 22, 2016 at 9:39 AM, kaso17 [email protected] wrote:
I got an invite, thank you.
As suspected it doesn't work with the mono version due to the cloud flare
protection.
I'll try to get the cloudflareutils working with mono/curl next week.—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/Jackett/Jackett/issues/386#issuecomment-248905878,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AT4FM-4inrRHtyWXq0rqRtt8UbIzJIQ5ks5qsoT0gaJpZM4JDOlN
.
ok, a short update.
Besides the cloudflare mono issue some of their torrent descriptions contain special control characters which break the RSS feed parser. This affects windows+Linux users.
https://www.xspeeds.eu/details.php?id=661837
Is such an example, If you check the source in the browser you can see the special characters (0x10) too.
Errors in the log looks like this:
09-22 18:59:02 Error An error occured during manual search on XSpeeds: One or more errors occurred. System.AggregateException: One or more errors occurred. ---> System.Xml.XmlException: '', hexadecimal value 0x10, is an invalid character. Line 171, position 1.
That's why the RSS feed might not work all the time.
Besides that here's a workaround for the mono users:
You can configure the tracker manually:
Login to xspeeds via a normal browser, make sure you're using the same IP as your jackett server (if you're running headless use a proxy/vpn via your server). You'll also have to change your useragent to "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chrome/47.0.2526.73 Safari/537.36" as the Cloudflare cookies are bound to the useragent too.
Once you're logged in get your cookies and edit/create ~/.config/Jackett/Indexers/xspeeds.json
The file should look like this:
[
{
"id": "username",
"type": "inputstring",
"name": "Username",
"value": "XXX"
},
{
"id": "password",
"type": "inputstring",
"name": "Password",
"value": ""
},
{
"id": "rsskey",
"type": "hiddendata",
"name": "RSSKey",
"value": "XXXXXXXXXXXXXXXXXXXXXXXXXXXX"
},
{
"id": "notice",
"type": "displayinfo",
"name": "Notice",
"value": "Expect an initial delay (often around 10 seconds) due to XSpeeds CloudFlare DDoS protection"
},
{
"id": "cookieheader",
"type": "hiddendata",
"name": "CookieHeader",
"value": "__cfduid=XXXXXXXXXXXXXXXXXXXXXXXXXXXXX; users_resolution=XxX; cf_clearance=XXXXXXXXXXXXXXXXXXXXXXXXXXXXX; c_secure_uid=XXXXXXXX; c_secure_pass=XXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
}
]
Fill in the X's with your corresponding values. The password can be empty if you don't know your encrypted version of it.
the rsskey is the secret_key from the rss url (https://www.xspeeds.eu/getrss.php) and cookieheader your cookies.
Restart jackett and try a non empty search (if you're running an empty one you might trigger the RSS feed bug)
Got a early prototype to work.
It's very ugly but works for now.
I'll be on a business trip the coming days and won't have time to clean it up.
If you can't wait you can find my current mono build with hackish cloud flare support here:
http://www.filedropper.com/buildmono-cloudflare-libcurl_1
I got xspeeds setup in sonarr and jackett, but doesn't find any shows. I'm sure the show is available for download as I double checked with Xspeeds that it meets my profile requirements.
Is anyone experiencing the same issues or xspeeds & sonar working fine?
Thanks.
On Sep 29, 2016, at 3:02 PM, kaso17 [email protected] wrote:
Got a early prototype to work.
It's very ugly but works for now.
I'll be on a business trip the coming days and won't have time to clean it up.
If you can't wait you can find my current mono build with hackish cloud flare support here:
http://www.filedropper.com/buildmono-cloudflare-libcurl_1—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
@mbohbot It's a bug with the CloudFareUtilities which got fixed with this pull request:
https://github.com/elcattivo/CloudFlareUtilities/pull/6
If you don't want to wait you can use this updated dll:
http://www.filedropper.com/cloudflareutilities_1
Thanks, I downloaded the DLL but not really sure what to do with it, would you mind pointing me in the right direction please.
From: kaso17 [mailto:[email protected]]
Sent: Friday, October 28, 2016 1:58 AM
To: Jackett/Jackett [email protected]
Cc: mbohbot [email protected]; Mention [email protected]
Subject: Re: [Jackett/Jackett] Can't add xspeeds.eu (#386)
@mbohbot https://github.com/mbohbot It's a bug with the CloudFareUtilities which got fixed with this pull request:
elcattivo/CloudFlareUtilities#6 https://github.com/elcattivo/CloudFlareUtilities/pull/6
If you don't want to wait you can use this updated dll:
http://www.filedropper.com/cloudflareutilities_1
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub https://github.com/Jackett/Jackett/issues/386#issuecomment-256842547 , or mute the thread https://github.com/notifications/unsubscribe-auth/AT4FM9sGw8x2aB2y8JNB7U0q22W3VRSiks5q4Y7fgaJpZM4JDOlN . https://github.com/notifications/beacon/AT4FM4RSlUuuItEgx0pYqXm6w8MhaLUtks5q4Y7fgaJpZM4JDOlN.gif
use it to replace the one in your Jackett directory
In my jacket directory all I have is the unis000.exe and same.dat
From: kaso17 [mailto:[email protected]]
Sent: Monday, October 31, 2016 8:37 AM
To: Jackett/Jackett [email protected]
Cc: mbohbot [email protected]; Mention [email protected]
Subject: Re: [Jackett/Jackett] Can't add xspeeds.eu (#386)
use it to replace the one in your Jackett directory
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub https://github.com/Jackett/Jackett/issues/386#issuecomment-257282665 , or mute the thread https://github.com/notifications/unsubscribe-auth/AT4FM52YlgdA895Sb5UYNCpNPUJEePbsks5q5eDggaJpZM4JDOlN . https://github.com/notifications/beacon/AT4FM0JEXgP2muBEKsyv_0l1hPMa9G_Rks5q5eDggaJpZM4JDOlN.gif
Ok disregard my other email, I copied it to program data\jackett, but the wasn’t another file to replace, should I have renamed it first ?
From: kaso17 [mailto:[email protected]]
Sent: Monday, October 31, 2016 8:37 AM
To: Jackett/Jackett [email protected]
Cc: mbohbot [email protected]; Mention [email protected]
Subject: Re: [Jackett/Jackett] Can't add xspeeds.eu (#386)
use it to replace the one in your Jackett directory
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub https://github.com/Jackett/Jackett/issues/386#issuecomment-257282665 , or mute the thread https://github.com/notifications/unsubscribe-auth/AT4FM52YlgdA895Sb5UYNCpNPUJEePbsks5q5eDggaJpZM4JDOlN . https://github.com/notifications/beacon/AT4FM0JEXgP2muBEKsyv_0l1hPMa9G_Rks5q5eDggaJpZM4JDOlN.gif
the file name should be CloudFlareUtilities.dll
search for hat file on your system if you don't know where it's installed.
I believe the program data directory only contains the settings but not the actual executables.
I got it thanks, however Xspeeds banned my ip after using your fix, for
reasons I'm not aware of as of just yet, I would suggest not using this
solution for the moment, until Xspeeds admins get back to me as to why they
banned my ip. I will keep you posted as soon as possible.
Thanks.
On Tue, Nov 1, 2016 at 4:26 AM, kaso17 [email protected] wrote:
the file name should be CloudFlareUtilities.dll
search for hat file on your system if you don't know where it's installed.
I believe the program data directory only contains the settings but not
the actual executables.—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/Jackett/Jackett/issues/386#issuecomment-257512577,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AT4FM6PP9BMT-WJMbaKu0_7WnP2KjHsOks5q5vfHgaJpZM4JDOlN
.
Please let us know why you've been IP banned?
Have you been running a lot of queries against their servers?
As soon as an admin gets back to me I will forward you all the info.
Shouldn't be long, hopefully.
On Tue, Nov 1, 2016 at 2:04 PM, kaso17 [email protected] wrote:
Please let us know why you've been IP banned?
Have you been running a lot of queries against their servers?—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/Jackett/Jackett/issues/386#issuecomment-257643810,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AT4FM2t4k4AJPZu5zakis7ZqiqJi2vDiks5q539BgaJpZM4JDOlN
.
Still banned for the moment, not sure why, I was able to use my vpn to log back in.
Anyways I get this error in Jackett since I used your file. Hope this helps.
From: kaso17 [mailto:[email protected]]
Sent: Tuesday, November 1, 2016 2:05 PM
To: Jackett/Jackett [email protected]
Cc: mbohbot [email protected]; Mention [email protected]
Subject: Re: [Jackett/Jackett] Can't add xspeeds.eu (#386)
Please let us know why you've been IP banned?
Have you been running a lot of queries against their servers?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub https://github.com/Jackett/Jackett/issues/386#issuecomment-257643810 , or mute the thread https://github.com/notifications/unsubscribe-auth/AT4FM2t4k4AJPZu5zakis7ZqiqJi2vDiks5q539BgaJpZM4JDOlN . https://github.com/notifications/beacon/AT4FMx_m_CGvPzF6QO_zkGjAf9Ad2wQqks5q539BgaJpZM4JDOlN.gif
no error message included
From: kaso17 [mailto:[email protected]]
Sent: Thursday, November 3, 2016 1:30 AM
To: Jackett/Jackett [email protected]
Cc: mbohbot [email protected]; Mention [email protected]
Subject: Re: [Jackett/Jackett] Can't add xspeeds.eu (#386)
no error message included
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub https://github.com/Jackett/Jackett/issues/386#issuecomment-258067110 , or mute the thread https://github.com/notifications/unsubscribe-auth/AT4FM9b_LrXoOLIPoQVEU7jFK923FEHzks5q6XFNgaJpZM4JDOlN . https://github.com/notifications/beacon/AT4FM3ZXQrH_Uyj2c_Hay-kS28TjnIrNks5q6XFNgaJpZM4JDOlN.gif
Error message is configuration failed ",hexadecimal value 0x07, is an
invalid character. line 1357 position 142
On Thu, Nov 3, 2016 at 7:49 AM, Mike Bohbot [email protected] wrote:
_From:_ kaso17 [mailto:[email protected]]
_Sent:_ Thursday, November 3, 2016 1:30 AM
_To:_ Jackett/Jackett [email protected]
_Cc:_ mbohbot [email protected]; Mention <[email protected]_Subject:_ Re: [Jackett/Jackett] Can't add xspeeds.eu (#386)
no error message included
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/Jackett/Jackett/issues/386#issuecomment-258067110,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AT4FM9b_LrXoOLIPoQVEU7jFK923FEHzks5q6XFNgaJpZM4JDOlN
.
I am running jackett on mono. I replaced the CloudFlareUtilities.dll file but still get the same error message described above. Forgot to mention I am connecting through VPN.
Updated to the latest version of jackett and it is working now!
Thanks!
OP Here. I left this one alone while the boffins (said with all respect!) figure it out. Thanks for all the input so far. However still having issues on Linux, but a different error is being reported:
Nov 17, 2016 07:45:20 AM Error
Exception in Configure
Nov 17, 2016 07:45:20 AM Info
UnixLibCurlWebClient: Received a new CloudFlare challenge
Nov 17, 2016 07:44:56 AM Info
Checked for a updated release but none was found.
Nov 17, 2016 07:44:03 AM Error
Exception in Configure
@theCheek please provide a full log while running Jacket with the -t option
@kaso17 I'm running this on my seedbox, using command:
mono "/home/hd1/thecheek/apps/jackett/JackettConsole.exe"
Not entirely sure how to run it with -t option, as I get this:
thecheek@box: $ mono "/home/hd1/thecheek/apps/jackett/JackettConsole.exe -t"
Cannot open assembly '/home/hd1/thecheek/apps/jackett/JackettConsole.exe -t': No such file or directory.
However I do have enhanced logging option checked, and found the full error in the logs below:
2016-11-17 07:31:21.7323 Info UnixLibCurlWebClient: Received a new CloudFlare challenge
2016-11-17 07:31:21.7370 Error Exception in Configure System.TypeLoadException: Failure has occurred while loading a type.
at Jackett.Utils.Clients.UnixLibCurlWebClient+<RunCloudFlare>c__async2.MoveNext () <0x406d5b30 + 0x003eb> in <filename unknown>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () <0x7ff31cc016d0 + 0x00029> in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) <0x7ff31cbff6b0 + 0x000a7> in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) <0x7ff31cbff630 + 0x0006b> in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) <0x7ff31cbff5e0 + 0x0003a> in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () <0x7ff31cbff8d0 + 0x00017> in <filename unknown>:0
at Jackett.Utils.Clients.UnixLibCurlWebClient+<GetString>c__async1.MoveNext () <0x406d52d0 + 0x001a9> in <filename unknown>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () <0x7ff31cc016d0 + 0x00029> in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) <0x7ff31cbff6b0 + 0x000a7> in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) <0x7ff31cbff630 + 0x0006b> in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) <0x7ff31cbff5e0 + 0x0003a> in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () <0x7ff31cbff8d0 + 0x00017> in <filename unknown>:0
at Jackett.Indexers.BaseIndexer+<RequestLoginAndFollowRedirect>c__asyncA.MoveNext () <0x406d4530 + 0x00312> in <filename unknown>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () <0x7ff31cc016d0 + 0x00029> in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) <0x7ff31cbff6b0 + 0x000a7> in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) <0x7ff31cbff630 + 0x0006b> in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) <0x7ff31cbff5e0 + 0x0003a> in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () <0x7ff31cbff8d0 + 0x00017> in <filename unknown>:0
at Jackett.Indexers.XSpeeds+<ApplyConfiguration>c__async0.MoveNext () <0x406d2d40 + 0x004e4> in <filename unknown>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () <0x7ff31cc016d0 + 0x00029> in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) <0x7ff31cbff6b0 + 0x000a7> in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) <0x7ff31cbff630 + 0x0006b> in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) <0x7ff31cbff5e0 + 0x0003a> in <filename unknown>:0
at System.Runtime.CompilerServices.TaskAwaiter`1[TResult].GetResult () <0x406e1750 + 0x0001a> in <filename unknown>:0
at Jackett.Controllers.AdminController+<Configure>c__async4.MoveNext () <0x406d1350 + 0x00585> in <filename unknown>:0
please make sure the mono-devel package is installed
Jackett was running fine w Xspeeds until when I checked today. I updated to the latest version of Jackett and tried to setup a new Xspeeds configuration and got the "Configuration Failed: Please turn Javascript on ..." that people were getting earlier this year. Has anyone experienced this lately?
It's working fine for me, can you please post a log with the -t option enabled
@kaso17 great to hear from you and thank you for helping me out. can you please tell me if I have correctly posted the log with the -t option enabled, below?
-removed-
ok, looks like cloudflare is broken again for mono, will have a look at it tomorrow.
Fixed with c2520c86d7ab000d0128dfae2ebb69657b586c76, please try the latest version
kaso17 - thank you very much for the quick update. i replaced my Jackett install with the latest release, tried to configure Xspeeds and got an error message that said “Configuration Failed”. I attached the log to this email.
One interesting thing is that even though I replaced my entire install with the latest release, my previously setup “Torrentbytes” configuration and “Admin Password” showed up on the Web Page. Is this supposed to happen?
Thank you very much for everything and please LMK how I can help you resolve this issue.
On Dec 10, 2016, at 5:08 AM, kaso17 notifications@github.com wrote:
Fixed with c2520c8 https://github.com/Jackett/Jackett/commit/c2520c86d7ab000d0128dfae2ebb69657b586c76, please try the latest version
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub https://github.com/Jackett/Jackett/issues/386#issuecomment-266206739, or mute the thread https://github.com/notifications/unsubscribe-auth/AAculQj8OVXu8TcoC0oBFg7NKPJnTLvHks5rGqREgaJpZM4JDOlN.
Try v0.7.784 Should be fixed for good now.
Reinstalling jackett won't replace your config files
@kaso17 I can configure it fine, but even the simplest search queries (XSpeeds alone, not all trackers) take 45 seconds to a minute +. This is on v0.7.784
45s+ sounds to long,
For me a normal search takes 10-15 seconds, (Their webserver is simply slow).
Additionally a non empty search currently always results in an additional login taking additional time.
Not sure why the original author was doing that, I'll make the re-login optional on the next release.
And once every few hours you've to re-solve the cloudflare challenge (takes 5 seconds).
10-15 seconds is very reasonable. I did a number of searches, all for series and movie titles, 45 seconds was actually the minimum search time. Some searches took a little over a minute. I measured the search time so I can report accurately, and only XSpeeds seems to be suffering from this problem at the moment. The same searches on XSpeeds' website took around 5-7 seconds @kaso17
UPDATE: Testing XSpeeds' connectivity (every time) also takes about the same amount of time as searching - 45+ seconds.
@kaso17 works great now! thank you! there is a little delay as mentioned by other users but I really don’t notice that since it is hooked up on Sonarr and working in the background.
On Dec 10, 2016, at 6:07 AM, kaso17 notifications@github.com wrote:
Try v0.7.784 Should be fixed for good now.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub https://github.com/Jackett/Jackett/issues/386#issuecomment-266211107, or mute the thread https://github.com/notifications/unsubscribe-auth/AAculWrsq3E47n0ulWN0wkk-WzhyAUh1ks5rGrI9gaJpZM4JDOlN.
v0.7.791 removes the login on each search request, please give it a try
@kaso17 Fantastic! This seems to have solved the issue for me! Configuration, testing and searching all take a reasonable amount of time now (up to 20 seconds)! Thanks a lot!