DanielKoehler / speedtracer

Automatically exported from code.google.com/p/speedtracer
0 stars 0 forks source link

Aw Snap error (404 code) #56

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Provide a description of the buggy behavior observed:

What steps will reproduce the problem?
1.start chrome Version 33.0.1750.154 m
2.Travel to my locally hosted (apache) web site) (simple javascript, cs, and 
images)
3. clicked on the speed chaser icon (version 0.27)

A new window popped up and I briefly saw the charts and tables of speed chaser, 
but then I get an "aw snap"

Fiddler2 reports the following error: (my SPA app is located in:

http://ysg4206.draper.com/librarian/Sherlock/Sherlock.html)

GET http://ysg4206.draper.com/librarian/Sherlock/symbolmanifest.json HTTP/1.1
Host: ysg4206.draper.com
Connection: keep-alive
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like 
Gecko) Chrome/33.0.1750.154 Safari/537.36
Accept: */*
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8

----

And the response was

HTTP/1.1 404 Not Found
Date: Mon, 31 Mar 2014 19:33:42 GMT
Server: Apache/2.4.6 (Win64)
Content-Length: 236
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Content-Type: text/html; charset=iso-8859-1

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /librarian/Sherlock/symbolmanifest.json was not found on 
this server.</p>
</body></html>

Original issue reported on code.google.com by ygutfre...@gmail.com on 31 Mar 2014 at 7:46