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
Because we are using the ugly errors as the base for what we write to the status file they can look really ugly sometimes.
ex:
{
"Date Time": "2019-05-16 14:47",
"Message": "ERROR! Could not initialize irida api. Errors: ('Could not get access token from IRIDA. Credentials may be incorrect. IRIDA '\n \"returned with error message: ('Decoder failed to handle access_token with \"\n 'data as returned by provider. A different decoder may be needed. Provider '\n 'returned: b\\\\\\'{\"error\":\"invalid_client\",\"error_description\":\"Bad client '\n 'credentials\"}\\\\\\'\\',)',)",
"Upload Status": "error"
}
Errors should be human readable, currently the whole array is written to string,
[
and]
included.The text was updated successfully, but these errors were encountered: