Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] czkawka_gui claims that supplied path doesn't exist and fails to find duplicates #74

Closed
zetok opened this issue Oct 15, 2020 · 1 comment · Fixed by #195
Closed
Labels
bug Something isn't working

Comments

@zetok
Copy link

zetok commented Oct 15, 2020

Possibly related to #44 and #45. Or maybe not, since I'm quite sure that the path in question does contain valid unicode.

Path characters scrambled with: sed 's/\(.\)/\1\n/g' | sort | awk -v ORS='' '{ print } END { print "\n" }':

      ',.///////?aaAdeeeeeegGhhhHiiikkmmmMnnnnnoooooooooPrrrrsssttttttuuwWxyYz

OS: Gentoo Linux amd64
czkawka_gui version: d2c7398

@qarmin qarmin added the bug Something isn't working label Oct 16, 2020
@qarmin
Copy link
Owner

qarmin commented Oct 16, 2020

I updated #45, because seems that #59 fixed this.
Path which I used to search

/home/rafal/Pulpit/      ',.?aaAdeeeeeegGhhhHiiikkmmmMnnnnnoooooooooPrrrrsssttttttuuwWxyYz

is invalid due using comma which is used in internally code to get multiple path from string
in error message it is clear, that this path was divided into two.

Included Directory Warning: Provided folder path must exits, ignoring /home/rafal/Pulpit/      '
Included Directory Warning: Relative path are not supported, ignoring .?aaAdeeeeeegGhhhHiiikkmmmMnnnnnoooooooooPrrrrsssttttttuuwWxyYz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants