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

500 TypeError: Object #<Object> has no method 'uid' #59

Open
Biznesport opened this issue Nov 14, 2013 · 2 comments
Open

500 TypeError: Object #<Object> has no method 'uid' #59

Biznesport opened this issue Nov 14, 2013 · 2 comments

Comments

@Biznesport
Copy link

I'm trying to run AjaxIM using Node.js, but constantly I get the 500 error:

zaznaczenie_003

" 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.

@gimli
Copy link

gimli commented Nov 20, 2013

me to on ubuntu 13.04 amd64

@wojingdaile
Copy link

me to in dev mode. http://localhost:8000/dev/cookie. but i solved it.
i use connect@2.12.0, 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)

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

3 participants