Log: WARNING: WebSocket support has been disabled ... #3633
-
|
Hi Noticed these in the logs, wondering what is the reason for it? Version: onedrive v2.5.10-1+np1+1.1 Config: Log: Thanks for feedback. Update Hence the question: is the "webhook" functionality generated automatically now? No need to do it manually? Are there any differences? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Webhook and WebSockets both provide the capability monitor in near-real-time online changes then pull that online change to the local system. Webhooks requires specific configuration, WebSockets requires a minimum version of 'curl' to support that capability. You can continue to use Webhooks, but you will get that warning message that WebSockets cannot be enable due to your use of Webhooks - the message is fairly clear and un-ambigious. The WebSockets capability was implemented in v2.5.8 - it is not a new feature in v2.5.10. Please review https://github.com/abraunegg/onedrive/releases to track what is included in each release.
You can continue to use Webhooks or use the automatic WebSockets capability (which is closer to the how the client operates on Microsoft Windows). This is your choice. |
Beta Was this translation helpful? Give feedback.
@sebastian-be
Webhook and WebSockets both provide the capability monitor in near-real-time online changes then pull that online change to the local system.
Webhooks requires specific configuration, WebSockets requires a minimum version of 'curl' to support that capability.
You can continue to use Webhooks, but you will get that warning message that WebSockets cannot be enable due to your use of Webhooks - the message is fairly clear and un-ambigious.
The WebSockets capability was implemented in v2.5.8 - it is not a new feature in v2.5.10.
Please review https://github.com/abraunegg/onedrive/releases to track …