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
{{ message }}
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.
I've done npm i and tweaked just the cloudant bits in config.json as well as setup an API key/secret with _admin privs on both the articles and feeds databases.
But I get this when running:
$ node birdreader.js
info - socket.io started
Checking feeds database
Listening on port 3000
Database error - server_admin access is required for this request
I've double checked the _security objects and confirmed that the API key is setup as an _admin.
Is it hitting a different database that needs to be writeable via this key?
Cheers!
🎩
The text was updated successfully, but these errors were encountered:
Hi @BigBlueHat. I haven't look at this repo for two years, but I thought I'd blow the dust off today. If you pull the latest code it seems to work against Cloudant or CouchDB.
It needs two databases feeds and articles and it creates design documents when it first starts, hence the admin access. Let me know if you get it working!
I'm having the same problem as @BigBlueHat i'm running the latest code from master branch, and verified admin credentials with no luck.
Database error - server_admin access is required for this request
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I've done
npm i
and tweaked just thecloudant
bits inconfig.json
as well as setup an API key/secret with_admin
privs on both thearticles
andfeeds
databases.But I get this when running:
I've double checked the
_security
objects and confirmed that the API key is setup as an_admin
.Is it hitting a different database that needs to be writeable via this key?
Cheers!
🎩
The text was updated successfully, but these errors were encountered: