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
Using connection.exists(path, callback) creates an uncaught exception when the request cannot reach the webdav server. My case happens when my nextcloud server is down or shuts down during this request, which makes res to be null in the following line:
Hello,
Using
connection.exists(path, callback)
creates an uncaught exception when the request cannot reach the webdav server. My case happens when my nextcloud server is down or shuts down during this request, which makesres
to be null in the following line:npm-WebDAV-Client/src/index.ts
Line 287 in ba7280b
There should be a sanity test to check if
res
is null before accessing thestatusCode
.The text was updated successfully, but these errors were encountered: