Bit Che > Bugs & Feature Requests

[Old] - Bit Che 2.0 Release Candidate 4 - Build 35

<< < (44/46) > >>

AnthonyB:

--- Quote from: Bovski on November 16, 2012, 12:53:48 am ---
--- Quote from: AnthonyB on November 14, 2012, 09:25:08 pm ---Am using Build 27 and am often seeing in the torrent details window, in the name column "max-age=60, must-revalidateConnecti"
This seems to only be from IsoHunt.com

--- End quote ---

Have you tried the new beta ?

http://convivea.com/forums/index.php?topic=1893.msg19566#msg19566

--- End quote ---

Just grabbed b31 and found torrents that repro'd the same behaviour.


Another issue I'm seeing more of is torrents searches returning HTML code, e.g. <td class='row3' id-name18> and again, the source of these torrents appears to almost always be isohunt.com

Bovski:

--- Quote from: AnthonyB on November 17, 2012, 01:35:33 pm ---
--- Quote from: Bovski on November 16, 2012, 12:53:48 am ---
--- Quote from: AnthonyB on November 14, 2012, 09:25:08 pm ---Am using Build 27 and am often seeing in the torrent details window, in the name column "max-age=60, must-revalidateConnecti"
This seems to only be from IsoHunt.com

--- End quote ---

Have you tried the new beta ?

http://convivea.com/forums/index.php?topic=1893.msg19566#msg19566

--- End quote ---

Just grabbed b31 and found torrents that repro'd the same behaviour.


Another issue I'm seeing more of is torrents searches returning HTML code, e.g. <td class='row3' id-name18> and again, the source of these torrents appears to almost always be isohunt.com

--- End quote ---

Yes there is a bit of a problem with the script I have edited the script on GitHub but it doesn't seem to update in BitChe.


chip!:

--- Quote from: Bovski on November 18, 2012, 01:41:57 am ---
--- Quote from: AnthonyB on November 17, 2012, 01:35:33 pm ---Another issue I'm seeing more of is torrents searches returning HTML code, e.g. <td class='row3' id-name18> and again, the source of these torrents appears to almost always be isohunt.com

--- End quote ---
Yes there is a bit of a problem with the script I have edited the script on GitHub but it doesn't seem to update in BitChe.

--- End quote ---

bovksi:  looks like you made an edit to your private fork.. which is why it didnt trigger the sync update with Bit Che.

all: i just edited that script up a little and appears working for me, but please test and let me know :)

PS:  if you are still having that error when viewing .torrents, it looks like isohunt might be having issues with the servers. here is the error i get from my browser:

'Sorry, (1) isoHunt is either not hosting this .torrent or the torrents cache is currently down, please check back a bit later.'

chip!:

--- Quote from: CuF on November 17, 2012, 01:22:02 pm ---Thanks for the info.  Will try v2.0 again as soon as possible.

I do like the changes in the new version.  Being able to run 1.0 while transitioning scripts to 2.0 will make things easier.

Is there any sort of list of changes in the language yet?  I've noticed some short hand that confused me.  Mostly because BC2 seemed able to recognize what it was looking for without guidance from the script as long as it had the correct array.

--- End quote ---

thanks Cuf, we'll have to make a summary of changes for v2.

if you see something like:

--- Code: ---$size=array(@q,2)
$seeds=array(@q,3)
$leeches=array(@q,4)
--- End code ---

what its doing is taking the entire array, scrubbing all HTML (which happens automatically on a $variable save) and then putting the result in the $variable. most of the time, this works for tables where theres no other info/text in a given table column (or array element).

CuF:

--- Quote from: chip! on November 18, 2012, 11:18:08 am ---if you see something like:

--- Code: ---$size=array(@q,2)
$seeds=array(@q,3)
$leeches=array(@q,4)
--- End code ---

what its doing is taking the entire array, scrubbing all HTML (which happens automatically on a $variable save) and then putting the result in the $variable. most of the time, this works for tables where theres no other info/text in a given table column (or array element).

--- End quote ---

That's just really cool stuff.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version