Open-EO / openeo-python-client

Python client API for OpenEO
https://open-eo.github.io/openeo-python-client/
Apache License 2.0
151 stars 40 forks source link

refresh token info logs contradict each other #557

Closed JeroenVerstraelen closed 5 months ago

JeroenVerstraelen commented 5 months ago

Reported by Jurgen Everaerts:

when authenticating after doing that previously, you get this response MicrosoftTeams-image (13) The two sentences don't make sense together: the first one says there is no refresh token, and the second one says the refresh token was used. Can we address that?

JeroenVerstraelen commented 5 months ago

This should have already been fixed here: https://github.com/Open-EO/openeo-python-client/issues/326 We'll have to double check.

soxofaan commented 5 months ago

note that the string "OIDC token response did not contain refresh token" was removed in v0.12.1 (3b8bee805cff932b3ccb6bf8d8f8cc85efbef672 Sep 2022), which indicates that the user is using a pretty old version of openeo python library

soxofaan commented 5 months ago

I'm going to close this issue already, under assumption that user is using a pretty outdated version of openeo python client.

feel free to reopen if there is still a problem to be investigated