Ticket #5500 (closed defect: fixed)
out-of-the-box twistd magnet demo is broken
| Reported by: | guest | Owned by: | dante |
|---|---|---|---|
| Priority: | low | Milestone: | 1.2 |
| Component: | General | Version: | 0.9 |
| Severity: | normal | Keywords: | console.js |
| Cc: |
Description (last modified by dmachi) (diff)
the path to dojo.js is not correct. When fixed, I get this bug in firebug, which basically says it can't find debug/console.js
I can't find it either, nor is it in the dojo distribution downloaded separately.
Was this deprecated, and if so, to what?
`
hostenv_browser.j... (line 199) GET http://localhost:8080/examples/dojo/dojo/debug/console.js404 (12ms)hostenv_browser.j... (line 199) ParamsHeadersPostResponse? Response Headers Request Headers
<html><head><title>404 Not Found</title></head><body><h1>Not Found</h1>The resource /examples/dojo/dojo
/debug/console.js cannot be found.</body></html>
Could not load 'dojo.debug.console'; last tried './debug/console.js' [Break on this error] throw new Error("Could not load '" + moduleName + "'; last tried '" + relpath...