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 use pyocclient for some years to automate file management on a NextCloud server using a small RaspberryPi GNU/Linux computer. On this system I finally could not get a NextCloud Client to run properly. So I had to switch to manual use of the pyocclient module.
Since yesterday, the login of pyocclient fails, although neither the credentials deposited on the server nor the credentials given to the login() function changed. The error message looks like this:
Seems like the login requirements on the server side decided to not comply to the concept implemented within pyocclient anymore. Maybe because of a "silent" NextCloud update on the server side. With "proper" NextCloud clients, I can still login to the NextCloud server using the same login credentials.
Does anybody know about such new incompatibilities?
Thanks.
The text was updated successfully, but these errors were encountered:
Hi,
I use pyocclient for some years to automate file management on a NextCloud server using a small RaspberryPi GNU/Linux computer. On this system I finally could not get a NextCloud Client to run properly. So I had to switch to manual use of the
pyocclient
module.Since yesterday, the login of
pyocclient
fails, although neither the credentials deposited on the server nor the credentials given to thelogin()
function changed. The error message looks like this:Seems like the login requirements on the server side decided to not comply to the concept implemented within
pyocclient
anymore. Maybe because of a "silent" NextCloud update on the server side. With "proper" NextCloud clients, I can still login to the NextCloud server using the same login credentials.Does anybody know about such new incompatibilities?
Thanks.
The text was updated successfully, but these errors were encountered: