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
When configuring a freshly installed PASTA-ELN version available by default (pasta_eln-2.4.27), there is an error during installation of CouchDB:
(
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'
For the most recent beta version (pasta_eln-2.5.0b3), CouchDB installs without any issues.
The text was updated successfully, but these errors were encountered:
(
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'
The text was updated successfully, but these errors were encountered: