> On May 11, 2016, at 1:52 PM, Eric Domeshek <[email protected]> wrote:
> 
> This is a question for the way-back machine: I have a system built in 
> MzScheme v372 that I just tried to fire up.  I got the following error 
> message:
> 
> 
> C:\Users\domeshek\Desktop\METTLE-372>.\PLT\MZScheme.exe --load PLT\METTLE.ss
> Welcome to MzScheme v372 [3m], Copyright (c) 2004-2007 PLT Scheme Inc.
>> Servlet didn't load:
> require: PLaneT could not download the requested package: Internal error 
> (unknow
> n HTTP response code 302) in: #f
> 
> 
> === context ===
> C:\Users\domeshek\Desktop\METTLE-372\PLT\collects\planet\resolver.ss:305:2: 
> plan
> et-resolve
> c:\users\domeshek\desktop\mettle-372\plt\collects\web-server\dispatchers\dispatc
> h-servlets.ss:154:4: load-servlet/path
> ...ivate/cache-table.ss:38:46
> c:\users\domeshek\desktop\mettle-372\plt\collects\web-server\private\cache-table
> .ss:30:11
> cache-table-lookup!
> c:\users\domeshek\desktop\mettle-372\plt\collects\web-server\dispatchers\dispatc
> h-servlets.ss:49:4: servlet-content-producer/path
> select-handler/no-breaks
> dispatcher?
> dispatcher?
> select-handler/no-breaks
> select-handler/no-breaks
> select-handler/no-breaks
> select-handler/no-breaks
> select-handler/no-breaks
> dispatcher?
> dispatcher?
> ...
> 
> 
> Does anyone have any ideas of what the problem might be?  Has PLaneT or some 
> relevant files from PLaneT gone away (or changed its name)?  I'm not even 
> sure why it's trying to go to PLaneT.  I don't remember it doing that before 
> (but then maybe it was just succeeding quietly).
> 
> I was hoping to avoid having to do some major port to get this code running 
> again.
> 
> Thanks for any pointers.

I’m sure there are others who can comment more authoritatively, but …

302, as you may already know, is a redirect. It looks like MzScheme v372 can’t 
handle that redirect. As a workaround, you can probably just go and change the 
URL in the appropriate collection (presumably collects/planet).

Sorry to be so sketchy!

John Clements



-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to