ID:160690
 
I'm simply trying to grab a hub page using world.Export(), but it doesn't seem to be working.
At this point, all I've got in my project is this:
#include <dantom\cgi\CGI.dme>

CGI
Topic() // This is called every time a page is loaded
var/list/L[] = world.Export("http://www.byond.com/games/Flick/Gotcha/?format=text")

I keep getting this error.
BYOND Error: failed to add http file .txt to C:\Documents and Settings\Owner\Application Data\BYOND\cache\2.


Obviously, there was more stuff going on in there, but I pared it down to this and still get the error. Any folks knowledgeable about DMCGI care to point out what I'm doing wrong?