PASTA-ELN / pasta-eln

PASTA-ELN with new frontend
https://pasta-eln.github.io/pasta-eln/
Other
7 stars 2 forks source link

Errors during corrosion data import #302

Open HTsybenko opened 1 month ago

HTsybenko commented 1 month ago

After executing the "python -m pasta_eln.serverActions", a following error occurs:

**ERROR Could not get credentials from keyring 1. Please create manually. import keyring as cred myString = url+':'+adminUserName+':'+adminPassword url without http and port cred.set_password('pastaDB','admin',myString)

The "import keyring as cred" also cannot be executed: import-im6.q16: attempt to perform an operation not allowed by the security policy `PS' @ error/constitute.c/IsCoderAuthorized/421

SteffenBrinckmann commented 1 month ago

@HTsybenko it does not seem to be a bug of pasta, but one library changed or something similar. Can you open a normal python prompt and enter the import command " import keyring..." And see what happens.