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 changed URL handling introduced in #52 (where f-strings were replaced with urljoin to concatenate the okapi_url with the required API endpoint) results in invalid URLS if the okapi_url has a path component.
The changed URL handling introduced in #52 (where f-strings were replaced with
urljoin
to concatenate the okapi_url with the required API endpoint) results in invalid URLS if the okapi_url has a path component.Since the path component from the okapi_url is ommited from the new (incorrect) URLs, login and the other methods fail.
The text was updated successfully, but these errors were encountered: