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
The server seems right, but I've been getting those errors for upload with download link and also with GoogleDrive uploads. If you try to upload anything with the link provided, you won't be able to do it.
Expected behavior
The upload should work for Google Drive and Direct download link.
Actual behavior
When working with Google Drive or a Download link it always fails with the following error: RequestClient.js:386 WebSocket connection to 'wss://uppy.website.com/api/22059dc6-b67e-4a10-9b75-7df5df9c6c2d' failed: (anonymous) @ RequestClient.js:386 reconnectWebsocket @ RequestClient.js:385 (anonymous) @ index.js:56 (anonymous) @ retry_operation.js:116 (anonymous) @ index.js:54 pRetry @ index.js:31 (anonymous) @ RequestClient.js:449 (anonymous) @ RateLimitedQueue.js:148 _call2 @ RateLimitedQueue.js:231 run @ RateLimitedQueue.js:113 (anonymous) @ RateLimitedQueue.js:144 (anonymous) @ RateLimitedQueue.js:143 createWebsocket @ RequestClient.js:457 (anonymous) @ RequestClient.js:520 _awaitRemoteFileUpload2 @ RequestClient.js:336 (anonymous) @ RequestClient.js:296Understand this errorAI loggers.js:30 [Uppy] [14:07:57] Companion socket error {"isTrusted":true}, closing socket
The text was updated successfully, but these errors were encountered:
Initial checklist
Link to runnable example
https://barevalue.com/uppy
Steps to reproduce
I have set up a simple Node.JS server for companion. When uploading from local, the upload works without issue, but the Websockets always fail.
I have searched the docs and tried everything but to no avail, so it seems there is a bug here, as the code is correct.
The server seems right, but I've been getting those errors for upload with download link and also with GoogleDrive uploads. If you try to upload anything with the link provided, you won't be able to do it.
Expected behavior
The upload should work for Google Drive and Direct download link.
Actual behavior
When working with Google Drive or a Download link it always fails with the following error:
RequestClient.js:386 WebSocket connection to 'wss://uppy.website.com/api/22059dc6-b67e-4a10-9b75-7df5df9c6c2d' failed: (anonymous) @ RequestClient.js:386 reconnectWebsocket @ RequestClient.js:385 (anonymous) @ index.js:56 (anonymous) @ retry_operation.js:116 (anonymous) @ index.js:54 pRetry @ index.js:31 (anonymous) @ RequestClient.js:449 (anonymous) @ RateLimitedQueue.js:148 _call2 @ RateLimitedQueue.js:231 run @ RateLimitedQueue.js:113 (anonymous) @ RateLimitedQueue.js:144 (anonymous) @ RateLimitedQueue.js:143 createWebsocket @ RequestClient.js:457 (anonymous) @ RequestClient.js:520 _awaitRemoteFileUpload2 @ RequestClient.js:336 (anonymous) @ RequestClient.js:296Understand this errorAI loggers.js:30 [Uppy] [14:07:57] Companion socket error {"isTrusted":true}, closing socket
The text was updated successfully, but these errors were encountered: