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
The expect functionality in execQuery_2 is not completely robust. On occasion the OpenSky Network Impala database will refuse the password, display "Permission denied, please try again" and prompt for the password again. Currently, execQuery_2 can not automatically handle this event. The user must manually input their password to continue but then execQuery_2 will resume working as intended.
The expect functionality in
execQuery_2
is not completely robust. On occasion the OpenSky Network Impala database will refuse the password, display "Permission denied, please try again" and prompt for the password again. Currently,execQuery_2
can not automatically handle this event. The user must manually input their password to continue but thenexecQuery_2
will resume working as intended.This bug is noted in the main README as well: https://github.com/Airspace-Encounter-Models/em-download-opensky#permission-denied-bug
This issue is also replicated in the parent fork: mit-ll#1
The text was updated successfully, but these errors were encountered: