Summary: | Internal Error Attempting SMB to Disconnected Computer | ||
---|---|---|---|
Product: | [Frameworks and Libraries] kio-extras | Reporter: | Kubuntu001 |
Component: | Samba | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | kde, kfm-devel, nate, sitter |
Priority: | NOR | ||
Version: | 17.12.3 | ||
Target Milestone: | --- | ||
Platform: | Kubuntu | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/kio-extras/a813d67cf6af0b252c8922d3551f0d1897c7b379 | Version Fixed In: | 20.04.0 |
Sentry Crash Report: | |||
Attachments: | Screen capture of error message |
Description
Kubuntu001
2020-02-04 21:30:17 UTC
Technically context for KIO errors with possible causes is already available. I am not quite sure why dolphin chooses to not use them. In any event, we currently do not map the internal error, so I'm going to fix that. The actual error message will be just as vague though. This type of error can have a host of causes. Git commit a813d67cf6af0b252c8922d3551f0d1897c7b379 by Harald Sitter. Committed on 14/02/2020 at 16:02. Pushed by sitter into branch 'master'. smb: map EHOSTUNREACH to ERR_CANNOT_CONNECT Summary: same as the ftp does. in fact, also steal the error message qtcpsocket produces. effectively this makes smb://unavailableipaddress spit out exactly the same error as ftp://unavailableipaddress host unreachable being so vague, the pretty string continues to be vague as well unfortunately. FIXED-IN: 20.08.0 Test Plan: error upon accessing the unassigned address 192.168.1.99 is same between smb and ftp Reviewers: ngraham Reviewed By: ngraham Subscribers: kde-frameworks-devel, kfm-devel Tags: #dolphin, #frameworks Differential Revision: https://phabricator.kde.org/D27378 M +5 -0 smb/kio_smb_browse.cpp https://commits.kde.org/kio-extras/a813d67cf6af0b252c8922d3551f0d1897c7b379 |