Le Sun, May 02, 2021 at 06:28:21AM +0200, Rafael Sadowski a écrit :
> On Sat May 01, 2021 at 01:47:52PM -0400, Adriano Barbosa wrote:
> > Hi.
> > Update for net/nextcloudclient v3.2.1.
> > Changelog: https://github.com/nextcloud/desktop/releases/tag/v3.2.1
> >
> > Thank you for testing.
> > --
> > Adriano Barbosa
>
> You/We missed a shared lib rename in 3.2.0. Here is an update diff to
> fix that.
i think there's been a behaviour change between 3.1 and 3.2.x, i dont
use any kind of keychain or whatever, and in 3.1 after maybe 1mn
nextcloudclient itself was asking me for my nextcloud password, with
3.2.0 (and 3.2.1) it now opens a browser tab after several keychain
timeouts with an app login link to validate (as cookies already
authenticated me to nextcloud) before the client is correctly
authenticated (so that's "webflow ?"). Dunno if that's expected, i like
it better but its a bit strange. It just takes ~30s before finally
trying to auth:
2021-05-02 09:11:37:860 [ info nextcloud.sync.credentials.webflow ]: Fetch from keychain!
2021-05-02 09:11:38:014 [ info nextcloud.sync.credentials.keychainchunk ]: Backend unavailable (yet?) Retrying in a few seconds. "Unknown error"
2021-05-02 09:11:48:257 [ warning nextcloud.sync.credentials.keychainchunk ]: Unable to read "landry_clientCertificatePEM:https://FQDN/:0" chunk "0" "Unknown error"
2021-05-02 09:11:48:261 [ info nextcloud.sync.credentials.keychainchunk ]: Backend unavailable (yet?) Retrying in a few seconds. "Unknown error"
2021-05-02 09:11:58:244 [ warning nextcloud.sync.credentials.keychainchunk ]: Unable to read "landry_clientKeyPEM:https://FQDN/:0" chunk "0" "Unknown error"
2021-05-02 09:11:58:245 [ warning nextcloud.sync.credentials.webflow ]: Unable to read client key "Unknown error"
2021-05-02 09:11:58:246 [ info nextcloud.sync.credentials.keychainchunk]: Backend unavailable (yet?) Retrying in a few seconds. "Unknown error"
2021-05-02 09:12:08:245 [ warning nextcloud.sync.credentials.keychainchunk ]: Unable to read "landry_clientCaCertificatePEM0:https://FQDN/:0" chunk "0" "Unknown error"
2021-05-02 09:12:08:245 [ warning nextcloud.sync.credentials.webflow ]: Unable to read client CA cert slot "0" "Unknown error"
on another note, it seems it properly uses push notifications provided
by the notify_push server port i sent some days ago:
2021-05-02 09:13:07:245 [ info nextcloud.gui.folder.manager ]: Folders to sync: 3
2021-05-02 09:13:07:246 [ info nextcloud.gui.folder.manager ]: Number of folders that don't use push notifications: 0
so, this update looks ok to me.
Landry
No comments:
Post a Comment