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 error while trying to create channel #62

Open
Nippeli87 opened this issue May 4, 2016 · 2 comments
Open

500 error while trying to create channel #62

Nippeli87 opened this issue May 4, 2016 · 2 comments

Comments

@Nippeli87
Copy link

Hi,

I've had a few problems while trying the greenscreen, but most of them I've been able to resolve. But now I'll have to ask some help.

Why cannot I create a channel? When I fill in the required fields (name and url) and click the "add channel" button, I'll get this in my cmd

POST /api/channels 500 97.170 ms - 2911

What does it mean?

@ghost
Copy link

ghost commented May 19, 2016

I had this issue. My couchdb instance was listening specifically on 127.0.0.1 and greenscreen tried to talk to it on 127.0.0.2.
make some file couchdb.conf (name not important), give it contents

[httpd]
bind_address = 0.0.0.0

and run couchdb with -a couchdb.conf
Then, re-run greenscreen.

Be aware that this binds couchdb in a way that allows all connections. You may not want this, but you can change the bind_address to whatever sane value you like.

@latitudechurch
Copy link

please use step by step i dont follow

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