Consistency with webhook notifications #3105
-
Hi all I've setup onedrive with webhooks for push notifications. It works sometimes and is inconsistent, meaning i'm getting quite a bit of 401 errors. Wondering what should I be expecting? Are frequent failures of connection and/of renewal of webhooks to be expected? Or it might be related to usage errors, such as infra / configuration issues? Snippet from logs:
Version onedrive: 2.5.4-1+np1+1.1 (source: https://download.opensuse.org/repositories/home:/npreining:/debian-ubuntu-onedrive/xUbuntu_24.04/) environment: config: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 9 replies
-
This is most likely your root cause - your use of Ubuntu and that curl version. Please read https://github.com/abraunegg/onedrive/blob/master/docs/usage.md#compatibility-with-curl which states: Whilst you have configured the application to use HTTP/1.1 and use IPv4, you will still experience issues because of that curl version. Steps to resolve
|
Beta Was this translation helpful? Give feedback.
@sebastian-be
This also references your issue:
https://learn.microsoft.com/en-us/answers/questions/1666064/onedrive-webhook-subscription-issue
This is potentially an internal Microsoft issue.