We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After updating require.js (and adding text.js), demo.js seems to start ok, but generates a bunch of error messages. In the console:
ErrorEvent worker_client.js:75Uncaught # WorkerClient.$worker.onerrorworker_client.js:75 worker.js:26Uncaught Error: NETWORK_ERR: XMLHttpRequest Exception 101 worker_client.js:74 ErrorEvent worker_client.js:75Uncaught # worker.js:99Uncaught TypeError: Cannot read property 'setValue' of undefined
in the static.py log :
localhost - - [14/Jul/2011 15:55:51] "GET /lib/ace/worker/worker.js HTTP/1.1" 200 2563 [Errno 2] No such file or directory: '/Users/paulb/ace/ace/lib/ace/support/pilot/lib/pilot/fixoldbrowsers.js' localhost - - [14/Jul/2011 15:55:51] "GET /lib/ace/support/pilot/lib/pilot/fixoldbrowsers.js HTTP/1.1" 404 13 [Errno 2] No such file or directory: '/Users/paulb/ace/ace/lib/ace/support/pilot/lib/pilot/fixoldbrowsers.js' localhost - - [14/Jul/2011 15:55:51] "GET /lib/ace/support/pilot/lib/pilot/fixoldbrowsers.js HTTP/1.1" 404 13 [Errno 2] No such file or directory: '/Users/paulb/ace/ace/lib/ace/support/pilot/lib/pilot/fixoldbrowsers.js' localhost - - [14/Jul/2011 15:55:51] "GET /lib/ace/support/pilot/lib/pilot/fixoldbrowsers.js HTTP/1.1" 404 13
Note the messed up paths. If the fixoldbrowsers require is removed from worker.js, a similar message occurs for event_emitter
The text was updated successfully, but these errors were encountered:
b28fb5c
fjakobs
No branches or pull requests
After updating require.js (and adding text.js), demo.js seems to start ok, but generates a bunch of error messages. In the console:
ErrorEvent
worker_client.js:75Uncaught #
WorkerClient.$worker.onerrorworker_client.js:75
worker.js:26Uncaught Error: NETWORK_ERR: XMLHttpRequest Exception 101
worker_client.js:74
ErrorEvent
worker_client.js:75Uncaught #
worker.js:99Uncaught TypeError: Cannot read property 'setValue' of undefined
in the static.py log :
localhost - - [14/Jul/2011 15:55:51] "GET /lib/ace/worker/worker.js HTTP/1.1" 200 2563
[Errno 2] No such file or directory: '/Users/paulb/ace/ace/lib/ace/support/pilot/lib/pilot/fixoldbrowsers.js'
localhost - - [14/Jul/2011 15:55:51] "GET /lib/ace/support/pilot/lib/pilot/fixoldbrowsers.js HTTP/1.1" 404 13
[Errno 2] No such file or directory: '/Users/paulb/ace/ace/lib/ace/support/pilot/lib/pilot/fixoldbrowsers.js'
localhost - - [14/Jul/2011 15:55:51] "GET /lib/ace/support/pilot/lib/pilot/fixoldbrowsers.js HTTP/1.1" 404 13
[Errno 2] No such file or directory: '/Users/paulb/ace/ace/lib/ace/support/pilot/lib/pilot/fixoldbrowsers.js'
localhost - - [14/Jul/2011 15:55:51] "GET /lib/ace/support/pilot/lib/pilot/fixoldbrowsers.js HTTP/1.1" 404 13
Note the messed up paths. If the fixoldbrowsers require is removed from worker.js, a similar message occurs for event_emitter
The text was updated successfully, but these errors were encountered: