Unhandled Exception Crash in a NETWEBGET$ Loop

Previous topic - Next topic

spicypixel

Code (glbasic) Select

LOCAL html$
LOCAL html_pages%
html_pages% = 1

FOR pages = 1 TO 2
html$ = NETWEBGET$("www.fivewaysmotors.co.uk", "/used-cars?page=" + html_pages%, 80, 131070, 3000)
DEBUG "Crash!"
NEXT


Try this in debug mode
http://www.spicypixel.net | http://www.facebook.com/SpicyPixel.NET

Comps Owned - ZX.81, ZX.48K, ZX.128K+2, Vic20, C64, Atari-ST, A500.600.1200, PC, Apple Mini-Mac.

MrTAToad

Yes - it happens in both the current beta and V10.283  :'(

spicypixel

There was an unhandled file exception if you use the filerequest on Win7 x64 (my setup anyway) in debug mode. I'm curious if the NETWEBGET code influences the NETWEBGET$ part as NETWEBGET is file related?
http://www.spicypixel.net | http://www.facebook.com/SpicyPixel.NET

Comps Owned - ZX.81, ZX.48K, ZX.128K+2, Vic20, C64, Atari-ST, A500.600.1200, PC, Apple Mini-Mac.