philipbl / duplicate-images

A script to find and delete duplicate images using pHash.
514 stars 119 forks source link

* Running on http://127.0.0.1:5000/ (Press CTRL+C to quit) gvfs-open: file:///tmp/tmp2n6prc2v/0.html: error opening location: Error when getting information for file “/tmp/tmp2n6prc2v/0.html”: No such file or directory #51

Open monajalal opened 6 years ago

monajalal commented 6 years ago

How should I fix this error?

[jalal@goku duplicate-images]$ python duplicate_finder.py add media30_GV_Aug2018
Started database...
Hashing media30_GV_Aug2018
...done
Stopped database...
[jalal@goku duplicate-images]$ python duplicate_finder.py find
Started database...
 * Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)
gvfs-open: file:///tmp/tmp2n6prc2v/0.html: error opening location: Error when getting information for file “/tmp/tmp2n6prc2v/0.html”: No such file or directory
cilynx commented 6 years ago

Do you know that you have duplicates? I ran into this myself while playing around with a test directory with no duplicates. If there are no duplicates, the temporary directory will be created, but the HTML file will not be generated.

thorwil commented 5 years ago

Same error here. After reading cilynx comment, I copied 1 image, added it and called find again. Same error and 404. With --print, it says "Number of duplicates: 0".

ghost commented 5 years ago

I am also having same error. Running on http://127.0.0.1:5000/ (Press CTRL+C to quit) gvfs-open: file:///tmp/tmp2n6prc2v/0.html: error opening location: Error when getting information for file “/tmp/tmp2n6prc2v/0.html”: No such file or directory

how to fix this error plz help me