Summary: | map ECONNABORTED to pretty string | ||
---|---|---|---|
Product: | [Frameworks and Libraries] kio-extras | Reporter: | Michel Zedler <michel.zedler> |
Component: | Samba | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | gseaborn, kfm-devel, nate, sitter |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Manjaro | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/kio-extras/2075e76389ccd914fdbf86ebe83c4ba01367e915 | Version Fixed In: | 19.12.3 |
Sentry Crash Report: |
Description
Michel Zedler
2019-12-21 20:04:42 UTC
That expected result cannot be implemented. You'll need to file a bug with samba. libsmbclient provides no information about protocol negotiation errors so there is nothing KIO can report by extension. (in fact, given the configuration you outline I am not sure how you expect this to work at all. the server is speaking exclusively NT1 the client is not allowed to speak NT1, so how would the client even know the server speaks NT1 when it is not allowed to talk NT1 to anyone). Specifically, the error you got in the logs is about the connection having been aborted. So the best error we can produce here is "Connection aborted". Git commit 2075e76389ccd914fdbf86ebe83c4ba01367e915 by Harald Sitter. Committed on 14/02/2020 at 14:57. Pushed by sitter into branch 'master'. smb: map ECONNABORTED to ERR_CONNECTION_BROKEN Summary: seems the most reasonable candidate given the pretty strings in KIO::buildErrorString and the detailed causes in the detail function. this does not really improve the error message, but should dolphin ever learn to pick up details from detailedErrorStrings it would make diagnosing easier. ECONNABORTED can mean any number of things, so I guess a signle line error will always be incredibly vague. FIXED-IN: 19.12.3 Test Plan: hoping for the best! Reviewers: ngraham Reviewed By: ngraham Subscribers: kde-frameworks-devel, kfm-devel Tags: #dolphin, #frameworks Differential Revision: https://phabricator.kde.org/D27377 M +2 -0 smb/kio_smb_browse.cpp https://commits.kde.org/kio-extras/2075e76389ccd914fdbf86ebe83c4ba01367e915 *** Bug 420527 has been marked as a duplicate of this bug. *** |