GLBasic forum

Main forum => Bug Reports => Topic started by: spicypixel on 2012-Nov-23

Title: Unhandled Exception Crash in a NETWEBGET$ Loop
Post by: spicypixel on 2012-Nov-23
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
Title: Re: Unhandled Exception Crash in a NETWEBGET$ Loop
Post by: MrTAToad on 2012-Nov-23
Yes - it happens in both the current beta and V10.283  :'(
Title: Re: Unhandled Exception Crash in a NETWEBGET$ Loop
Post by: spicypixel on 2012-Nov-23
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?