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
I'm trying to run AjaxIM using Node.js, but constantly I get the 500 error:
" 500 TypeError: Object # has no method 'uid' "
I was installing it with all of Your guides, ended with this one: https://github.com/endtwist/AjaxIM/wiki/Getting-Started
The OS is Ubuntu 13.04 32bit.
The text was updated successfully, but these errors were encountered:
me to on ubuntu 13.04 amd64
Sorry, something went wrong.
me to in dev mode. http://localhost:8000/dev/cookie. but i solved it. i use [email protected], and require('connect').utils module has no method 'uid' indeed. but you can modify app.js.
first install uid2 -> npm install uid2
then add this to app.js -> var uid = require('uid2') modify app.js[require('connect').utils.uid(40)] -> uid(40)
No branches or pull requests
I'm trying to run AjaxIM using Node.js, but constantly I get the 500 error:
" 500 TypeError: Object # has no method 'uid' "
I was installing it with all of Your guides, ended with this one:
https://github.com/endtwist/AjaxIM/wiki/Getting-Started
The OS is Ubuntu 13.04 32bit.
The text was updated successfully, but these errors were encountered: