You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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?
The text was updated successfully, but these errors were encountered: