Hi Jens, this would be the CouchDB username/password. You should double-check the CouchDB installation from the instructions in the checklist (https://arches.readthedocs.io/en/stable/arches-collector-checklist/#install-couchdb). Especially, test the connection with the curl command that is listed, and then make sure that your arches project settings file has the correct url for couchdb (COUCHDB_URL = 'http://admin:[your password]@127.0.0.1:5984').
One further thing: I just found out that arches 5.1 (the latest core software release which I know you are not yet using) comes with 1) A new requirement that you have a celery broker installed and running. I wanted to point this out because the stable documentation which you are looking at is for 5.1 and shows the broker as a requirement for the app, but in reality you will be ok for the time being with out it. 2) The current release of the mobile app is not compatible with Arches 5.1. I just learned this a couple of days ago and we don't have a note about it in the documentation yet. Unfortunately, I don't know of any public release schedule for the mobile app update that I can point you to. So, in short: Stick with Arches 5.0 for the moment (until a new mobile app release is made), don't worry about the celery broker (though it is a good thing to set up either way, also please see https://groups.google.com/g/archesproject/c/0HLd9nHSJU8), double-check your the credential settings you have for couchdb. Good luck, Adam On Thursday, January 21, 2021 at 2:43:42 PM UTC-6 [email protected] wrote: > Hi, > > I am running Arches 5.0 in a development environment on an Apache server. > I followed the setup as of the Arches Collector Checklist > > When I create a collector project, every time I hit 'Save Edits' I get a > red bar with > > *Unable to save collector project* > > *[object Object]* > > > Nonetheless it saved the collector project, losing the entries for > start/end and the basement source. > > The Apace error log mentions an incorrect password. Which password is > that? > > Did you come across this one before? > > Thank you > > Jens > > > Here's the Apache error log: > > arches.app.views.mobile_survey ERROR ('unauthorized', 'Name or password > is incorrect.') > > Traceback (most recent call last): > > File "/home/ubuntu/Projects/arches/arches/app/views/mobile_survey.py", > line 371, in post > > mobile_survey.save() > > File "/home/ubuntu/Projects/arches/arches/app/models/mobile_survey.py", > line 93, in save > > db = self.couch.create_db("project_" + str(self.id)) > > File "/home/ubuntu/Projects/arches/arches/app/utils/couch.py", line 30, > in create_db > > return self.couch.create(name) > > File > "/home/ubuntu/Projects/ENV/lib/python3.6/site-packages/couchdb/client.py", > line 221, in create > > self.resource.put_json(name) > > File > "/home/ubuntu/Projects/ENV/lib/python3.6/site-packages/couchdb/http.py", > line 578, in put_json > > **params) > > File > "/home/ubuntu/Projects/ENV/lib/python3.6/site-packages/couchdb/http.py", > line 596, in _request_json > > headers=headers, **params) > > File > "/home/ubuntu/Projects/ENV/lib/python3.6/site-packages/couchdb/http.py", > line 592, in _request > > credentials=self.credentials) > > File > "/home/ubuntu/Projects/ENV/lib/python3.6/site-packages/couchdb/http.py", > line 419, in request > > raise Unauthorized(error) > > couchdb.http.Unauthorized: ('unauthorized', 'Name or password is > incorrect.') > -- -- To post, send email to [email protected]. To unsubscribe, send email to [email protected]. For more information, visit https://groups.google.com/d/forum/archesproject?hl=en --- You received this message because you are subscribed to the Google Groups "Arches Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/archesproject/4148b50b-cfaf-4277-8702-2d227da551f1n%40googlegroups.com.
