PDA

View Full Version : error line 141 rebelsurf 109 unlocker


CYCO
01-17-2007, 08:52 PM
cannot get by this error


Script Error on Line 141
Sc.GetByte: Requested Byte Exceeds Last Read Request

can anyone help me with this? i have changed the settings a bunch just to try and getthe script to run. Blue nexus, pot set at 700 and switch 2 and 5 down

Little Kenobe
01-17-2007, 09:11 PM
put that card aside and wait for a better script .. you fixin to loop it .. improved scripts on the way

CYCO
01-18-2007, 12:53 AM
put that card aside and wait for a better script .. you fixin to loop it .. improved scripts on the way


Where's the sport in that??:D

CYCO
01-21-2007, 11:29 PM
cannot get by this error
Script Error on Line 141
Sc.GetByte: Requested Byte Exceeds Last Read Request
can anyone help me with this? i have changed the settings a bunch just to try and getthe script to run. Blue nexus, pot set at 700 and switch 2 and 5 down
Doe's Anyone know what causes this error? Script Error on Line 141
Sc.GetByte: Requested Byte Exceeds Last Read Request

keninishna
01-30-2007, 06:31 PM
interesting on my blue nexus I have my pot set to 70 ohms. Usually I get that error if my pot is set below 50 ohms or my voltage is too low. What that error is, after the script does a glitch to the card it tries to read 3 bytes and if the card doesnt send any bytes the script has no code to handle that so it just errors out. what you can do is write something like this instead of line 141:
If bytes < 3 then
print "norsp"
rstflg=1
else
bytes=sc.getbyte(3)
end if

Some one might want to double check that code as I have not tested it.