Skip to content
New issue

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

ace/worker/worker.js is incompatible with latest require.js #345

Closed
paulb777 opened this issue Jul 14, 2011 · 0 comments
Closed

ace/worker/worker.js is incompatible with latest require.js #345

paulb777 opened this issue Jul 14, 2011 · 0 comments
Assignees

Comments

@paulb777
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants