utf-8 lookup failing during auto-update
Reported by Virgil Dupras | June 20th, 2009 @ 01:55 PM
At first, I thought it was a one time thing, but the problem persists. During Sparkle's auto-update, the utf-8 encoding can't be found during Directories.SaveToFile(). This problem happens rarely.
Application Identifier: com.hardcoded_software.dupeguru_me
Application
Version: 5.6.2
Traceback (most recent call last):
File
"/Applications/dupeGuru
ME.app/Contents/Resources/dg_cocoa.plugin/Contents/Resources/dg_cocoa.py",
line 67, in saveResults
File "dupeguru/app.pyc", line 197, in save
File
"dupeguru/directories.pyc", line 158, in SaveToFile
LookupError: unknown
encoding: utf-8
Comments and changes to this ticket
-
Virgil Dupras August 30th, 2009 @ 09:07 PM
- Milestone set to se2.8.0 me5.7.0 pe1.8.0
[milestone:id#48992 bulk edit command]
-
Virgil Dupras September 2nd, 2009 @ 05:04 PM
- State changed from new to hold
- Milestone cleared.
It's noteworthy to add that this problem, after all, does not happen rarely, as I get a lot of these reports. With Sparkle 1.5, the process seems to have been improved a little bit. Hopefully, since I upgrade Sparkle to 1.5 in this round of update, this problem will stop.
-
Virgil Dupras October 2nd, 2009 @ 04:07 PM
- State changed from hold to accepted
Ok, it seems that the latest Sparkle version doesn't fix this (I got it myself).
-
Virgil Dupras October 3rd, 2009 @ 12:27 PM
- State changed from accepted to fixed
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
People watching this ticket
Referenced by
- 39 utf-8 lookup failing during auto-update (from [169]) [#39 state:fixed] Wrapped the LookupError in...