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
I seem to connect properly: login raises no error, and if I use a fake password, I get an HTTP unauthorized error. The username/pass are licensed properly and all that.
However, if I then try do anything with the ei object: ei.list_versions()
Then I get an error: string indices must be integers, not 'str' stemming from for obj in self._get_files_for_version(version)["releases"]
That is, anything that tries to get files fails here.
The text was updated successfully, but these errors were encountered:
Windows 11
interface version: 3.0 (from pip). Errors with 2.7 as well, though.
If I instantiate an
ei
object:I seem to connect properly: login raises no error, and if I use a fake password, I get an HTTP unauthorized error. The username/pass are licensed properly and all that.
However, if I then try do anything with the
ei
object:ei.list_versions()
Then I get an error:
string indices must be integers, not 'str'
stemming fromfor obj in self._get_files_for_version(version)["releases"]
That is, anything that tries to get files fails here.
The text was updated successfully, but these errors were encountered: