Bit Che > Bit Che - Info & Updates
OLD: Bit Che 2.0 - Latest Version -- Build 60 (April 11, 2013)
CuF:
Found a possible bug.
When using $seeds=array(@q,4) on a site, if there are no seeds the array has: - - - (which appears as --- on the results page)
The debugger properly shows that 0 seeds are found, but the main Bit Che results window returns the number found on the previous loop.
The same happens for 0 leeches.
For now it's easy enough to do a replace of - - - with 0 in the script, but it should probably be fixed.
Also, is Bit Che+ suppose to be able to handle .torrent links that redirect? Having an issue with that as well.
The link is properly found by BC, but clicking download gives an error. Copying the URL to the clipboard and pasting in the browser will download the .torrent file. Not sure if that's a bug, or what the proper handling should be in the script.
I found both these issues on my AsianDVDClub script.
chip!:
--- Quote from: CuF on January 12, 2013, 09:50:07 am ---Found a possible bug.
When using $seeds=array(@q,4) on a site, if there are no seeds the array has: - - - (which appears as --- on the results page)
The debugger properly shows that 0 seeds are found, but the main Bit Che results window returns the number found on the previous loop.
The same happens for 0 leeches.
For now it's easy enough to do a replace of - - - with 0 in the script, but it should probably be fixed.
Also, is Bit Che+ suppose to be able to handle .torrent links that redirect? Having an issue with that as well.
The link is properly found by BC, but clicking download gives an error. Copying the URL to the clipboard and pasting in the browser will download the .torrent file. Not sure if that's a bug, or what the proper handling should be in the script.
I found both these issues on my AsianDVDClub script.
--- End quote ---
thanks CuF... I was able to fix the 0 seeds/leech issue without using your posted script.
i would like to take a look at the redirect issue you are having too but I will need some more info. I did some google searching and found what the download URL is typically.. and unfortunately, that wasnt any help since it just redirects to the login page...
SO... I'll need access to the site in order to test with Bit Che to see if there is a redirect bug or not. we can do 2 things.. one, you can email an invite to me and i'll setup an account to test with.. or two, you can change your pw to something temporary and PM me so I can login and test.. (then you can change your pw back). either way, I actually have to debug the actual http connection... if you dont want to do either of those options... last resort would be to send me a HTTP log while you are using BC to try and download a .torrent... you can create an HTTP log using something like: http://www.nirsoft.net/utils/http_network_sniffer.html
EDIT: updated :)
chip!:
CuF: new idea... lets try using Bit Che to tell me the Headers response (what I think I need mostly) when you request the .torrent:
1. attached is a slightly modified version of your script. put it in your Bit Che script directory.
2. do a search in Bit Che with the script so you have some results
3. open the Script Debugger
4. then double click one of your results (which then triggers the 2nd code section)
5. in the Script Debugger, hit the 'Headers' button
6. copy and paste everything in your debugger to me.. either post it here, PM me, or email me.
hopefully that gives me enough insight into the problem :)
chip!:
Posted Build 36 - January 16, 2013
-fixed: critical internal param handling and cookie bug
-fixed: script engine [IF THEN ELSEIF and ELSE]
-fixed: malformed 'seeders' number reporting (thanks CuF)
-improved: stability tweaks
-improved: language translations support and form sizes (thanks Exo)
-added: Debugger [IF THEN ELSEIF and ELSE] support (able to step through and back, plus improved display)
-added: right click on Results columns to select/unselect columns to be hidden (thanks sunstrip)
-added: new option to add Script Packs via bc://scriptpack?name=Name&update=URL for one-click installation
attached to this post: http://convivea.com/forums/index.php?topic=2131.msg19117#msg19117
CuF:
Sorry, to be slow to get back to you, I was stuck with jury duty the last few days.
I'll test the new version and see if that fixes what's been ailing my scripts as soon as I can.
Does the malformed seeder fix also effect malformed leeches? It occurred for both.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version