Looks like I spoke too soon :P

It seems that for what ever reason when I tried to edit the word "URL" to "DOWNLOAD" I now get the following error: * Line too long: $addtok (line 29, PS3UPDFinder.mrc)

Channel:

Code:
[9:23pm] <D00M> !gameupdate BCES00569
[9:23pm] <D00M> !gameupdate bles00948
[9:23pm] *UPDBot* Game Name: Dead Rising 2
[9:23pm] *UPDBot* UPD Version: 01.02 - DOWNLOAD: http://b0.ww.np.dl.playstation.net/tppkg/np/BLES00948/BLES00948_T1/0ba7aa40d6e3ea4e/EP0102-BLES00948_00-DR2PATCH20000000-A0102-V0100-PE.pkg - File Size: 18130976 - FW Version: 03.2000
[9:23pm] <D00M> !gameupdate BCES00569


Status window:

Code:
————————————————————
* Line too long: $addtok (line 29, PS3UPDFinder.mrc)
————————————————————
[9:23pm] -> -D00M- Game Name: Dead Rising 2
————————————————————
* Timer 1 activated
————————————————————
[9:23pm] -> -D00M- UPD Version: 01.02 - DOWNLOAD: http://b0.ww.np.dl.playstation.net/tppkg/np/BLES00948/BLES00948_T1/0ba7aa40d6e3ea4e/EP0102-BLES00948_00-DR2PATCH20000000-A0102-V0100-PE.pkg - File Size: 18130976 - FW Version: 03.2000
————————————————————
* Timer 1 halted
————————————————————
* Line too long: $addtok (line 29, PS3UPDFinder.mrc)
————————————————————


Line 29:

Code:
      sockmark $sockname $addtok($sock($sockname).mark,UPD Version: $regml(parse,1) - URL: $regml(parse,2) - File Size: $regml(parse,3) - FW Version: $iif($regml(parse,5) >= 3.6,$+($chr(3),04,$v1),$v1),44)

changed to 

      sockmark $sockname $addtok($sock($sockname).mark,UPD Version: $regml(parse,1) - DOWNLOAD: $regml(parse,2) - File Size: $regml(parse,3) - FW Version: $iif($regml(parse,5) >= 3.6,$+($chr(3),04,$v1),$v1),44)

The only thing I did was removed the . on .notice and changed the word URL to DOWNLOAD. It only happens on that one game so far ,maybe because the game has such a large return of results?

It also appears that some of the results do not have a min ps3 version on the website (the space is blank) so there script just hangs and doesnt know what to do. I'm guessing it is the websites fault.

http://yifan.lu/psn/?titleid=BCES00050&env=np

Is there anyway to get around this?

Last edited by D00M; 18/12/12 11:34 AM.