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

CouchDB connectivity issues in pasta_eln-2.4.27 #201

Closed
HTsybenko opened this issue Mar 4, 2024 · 1 comment
Closed

CouchDB connectivity issues in pasta_eln-2.4.27 #201

HTsybenko opened this issue Mar 4, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@HTsybenko
Copy link

  1. When configuring a freshly installed PASTA-ELN version available by default (pasta_eln-2.4.27), there is an error during installation of CouchDB:

(image

After that, a following error occurs in the terminal:

**ERROR dit01: Could not connect with username+password to local server
Traceback (most recent call last):
File "/home/htsybenko/Temp/envir/lib/python3.10/site-packages/pasta_eln/guiStyle.py", line 64, in
self.clicked.connect(lambda: widget.execute(command))
File "/home/htsybenko/Temp/envir/lib/python3.10/site-packages/pasta_eln/GUI/configSetupLinux.py", line 131, in execute
exampleData(True, self.callbackProgress)
File "/home/htsybenko/Temp/envir/lib/python3.10/site-packages/pasta_eln/installationTools.py", line 329, in exampleData
backend.exit(deleteDB=True)
File "/home/htsybenko/Temp/envir/lib/python3.10/site-packages/pasta_eln/backend.py", line 97, in exit
self.db.exit(deleteDB)
File "/home/htsybenko/Temp/envir/lib/python3.10/site-packages/pasta_eln/database.py", line 199, in exit
self.db.client.delete_database(self.databaseName)
AttributeError: 'Database' object has no attribute 'db'
Traceback (most recent call last):
File "/home/htsybenko/Temp/envir/lib/python3.10/site-packages/pasta_eln/GUI/table.py", line 129, in change
self.data = self.comm.backend.db.getView(path)
AttributeError: 'Backend' object has no attribute 'db'

  1. For the most recent beta version (pasta_eln-2.5.0b3), CouchDB installs without any issues.
@HTsybenko HTsybenko added the bug Something isn't working label Mar 4, 2024
@HTsybenko
Copy link
Author

The issue is fixed in pasta_eln-2.4.28.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants