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
Traceback (most recent call last):
File "Z:\scriptpath\qrztest.py", line 24, in <module>
qrzinfo = qrz.callsign("K8MRD")
File "C:\PythonPath\lib\site-packages\qrz\qrz_query.py", line 51, in callsign
self._get_session()
File "C:\PythonPath\lib\site-packages\qrz\qrz_query.py", line 44, in _get_session
self._session_key = raw_session['QRZDatabase']['Session']['Key']
KeyError: 'Key'
I dug a little to find that this is thrown when a 'Username/password incorrect' error is sent under the session key, This is apparently also sometimes thrown with correct passwords if they contain specific special characters such as ?@#$%&
I can send a pull request with my fix if you'd like.
there is also a warning from connectionpool for InsecureRequestWarning, not sure if that's new or not?
The text was updated successfully, but these errors were encountered:
Receiving a Key Error
I dug a little to find that this is thrown when a 'Username/password incorrect' error is sent under the session key, This is apparently also sometimes thrown with correct passwords if they contain specific special characters such as
?@#$%&
I can send a pull request with my fix if you'd like.
there is also a warning from connectionpool for InsecureRequestWarning, not sure if that's new or not?
The text was updated successfully, but these errors were encountered: