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
MMS loading routines create a login file mms_auth_info.pkl in the user's home folder. However, I did not find any documentation about this. Also, the mms login function mms_login_lasp has insufficient documentation. As the results I was getting an error due to previously created pkl file. The user variable was assigned to None and broke the code on concatenation of the strings:
MMS loading routines create a login file
mms_auth_info.pkl
in the user's home folder. However, I did not find any documentation about this. Also, the mms login functionmms_login_lasp
has insufficient documentation. As the results I was getting an error due to previously created pkl file. Theuser
variable was assigned to None and broke the code on concatenation of the strings:pyspedas/pyspedas/mms/mms_login_lasp.py
Line 65 in 97f7ad5
Note, it was not resulted an authentication error, as should, but broke the code within the logging system.
The issue was resolved when I deleted pkl file, but I had to dig though the code to find the error.
Suggested actions:
mms_login_lasp
The text was updated successfully, but these errors were encountered: