Convivea

Bit Che => Scripts & Development => Topic started by: BugMeNot on September 24, 2015, 11:12:26 am

Title: kickass bug
Post by: BugMeNot on September 24, 2015, 11:12:26 am
When I do a search, the kickass results seem to repeat for 7-9 times. I don't know if it's actually repeating the search at kat or just repeating the display of the result.
Title: Re: kickass bug
Post by: chip! on November 07, 2015, 05:23:50 am
its probably just fetching results from more than the first "page"... each additional page uses another http request. you can limit those if you want in the settings.
Title: Re: kickass bug
Post by: BugMeNot on November 14, 2015, 05:41:37 am
It's repeating the same torrent name, not giving different results.  It sounds like the same problem this guy had:

http://convivea.com/forums/index.php/topic,2515.0.html
Title: Re: kickass bug
Post by: chip! on November 21, 2015, 01:18:08 am
It's repeating the same torrent name, not giving different results.  It sounds like the same problem this guy had:

Hmm.. you have updated to the latest version (3.5 build 30) with the latest scripts?   I cant reproduce the problem you are experiencing.   [sad]
Title: Re: kickass bug
Post by: BugMeNot on November 29, 2015, 01:30:16 am
Yes, latest version. I've been having this problem for the past  year or so. When I use a packet sniffer I see the following code repeated ~12 times:


Code: [Select]
GET /search/muge+2012/1/ HTTP/1.1
Connection: Keep-Alive
Accept: */*
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.65 Safari/537.36
Host: kat.cr


HTTP/1.1 301 Moved Permanently
Server: nginx
Date: Sun, 29 Nov 2015 16:19:11 GMT
Content-Type: text/html
Content-Length: 178
Connection: keep-alive
Location: https://kat.cr/search/muge+2012/1/

<html>
<head><title>301 Moved Permanently</title></head>
<body bgcolor="white">
<center><h1>301 Moved Permanently</h1></center>
<hr><center>nginx</center>
</body>
</html>


Here is a pic:

(http://i.imgur.com/EAijhKq.png)
Title: Re: kickass bug
Post by: 4hunter4 on November 29, 2015, 08:23:48 am
use Bit Che + no reason to search with any other search engine !!!   8)
Title: Re: kickass bug
Post by: chip! on December 01, 2015, 01:16:35 pm
interesting bug.. thanks for posting that. it actually was a funky bug with how it presented 2 searches if the original search term only found a few results, it would try to search with less terms... (anyway, in that case, Bit Che didnt know and it kept trying to search for more pages but based upon the original search terms)...

so, i think the script is now fixed if you update and confirm.. let me know :)

thanks!
Title: Re: kickass bug
Post by: BugMeNot on December 02, 2015, 09:28:16 am
Working good now... thanks.  8)
Title: Re: kickass bug
Post by: BugMeNot on December 16, 2015, 03:25:22 pm
Another bug with the kickass script: The url is missing one of the slashes after http:/  when you open the source page.

The problem appears to stem from these lines:

$page=replace($page,`//`,`/`)
$page=replace($page,`http:/`,`http://`)

I changed the single slash in the first line to a double slash which seems to have fixed it with no ill effects, so far.
Title: Re: kickass bug
Post by: chip! on December 30, 2015, 03:09:53 am
thank you.. ive got this fixed in the script pack