[PhotoFloat] Bugreport

photofloat.thegrue at spamgourmet.com photofloat.thegrue at spamgourmet.com
Sat Aug 13 16:27:18 CEST 2016


Hello,

found the error. But since I know next to nothing, my "fix" will most likely not be good:

% git diff CachePath.py
diff --git a/scanner/CachePath.py b/scanner/CachePath.py
index d7952f5..e2727c6 100644
--- a/scanner/CachePath.py
+++ b/scanner/CachePath.py
@@ -6,7 +6,7 @@ def message(category, text):
                sep = "  "
        else:
                sep = "--"
-       print "%s %s%s[%s]%s%s" % (datetime.now().isoformat(), max(0, message.level) * "  |", sep, category, max(1, (14 - len(category))) * " ", text)
+       print "%s %s%s[%s]%s%s" % (datetime.now().isoformat(), max(0, message.level) * "  |", sep, category, max(1, (14 - len(category))) * " ", text.encode('utf-8'))
 message.level = -1
 def next_level():
        message.level += 1


I attach the problematic file in a tarball, maybe you can make some use of it...?
(I hope it's not too big... on the other hand, this doesn't look like a high
volume mailing list ;) If it is: my apologies!)

cu
--
Markus Grunwald
http://www.the-grue.de
-------------- next part --------------
A non-text attachment was scrubbed...
Name: error.tar
Type: application/x-tar
Size: 665600 bytes
Desc: not available
URL: <http://lists.zx2c4.com/pipermail/photofloat/attachments/20160813/0c90bc02/attachment-0001.tar>


More information about the PhotoFloat mailing list