Crash on logging under Windows
Reported by Virgil Dupras | February 16th, 2011 @ 11:37 AM
Application Name: dupeGuru Music Edition
Version: 6.0.0
Traceback (most recent call last):
  File "C:\Python31\lib\site-packages\jobprogress-1.0.0-py3.1.egg\jobprogress\qt.py", line 37, in updateProgress
  File "C:\Python31\lib\site-packages\jobprogress-1.0.0-py3.1.egg\jobprogress\performer.py", line 59, in _reraise_if_error
  File "C:\Python31\lib\site-packages\jobprogress-1.0.0-py3.1.egg\jobprogress\performer.py", line 43, in _async_run
  File "core\app.py", line 354, in do
  File "core\scanner.py", line 96, in GetDupeGroups
  File "core\scanner.py", line 70, in _getmatches
  File "core\scanner.py", line 66, in <lambda>
  File "core\scanner.py", line 66, in <listcomp>
  File "core\fs.py", line 72, in __getattr__
  File "C:\Python31\lib\logging\__init__.py", line 1465, in warning
  File "C:\Python31\lib\logging\__init__.py", line 1061, in warning
  File "C:\Python31\lib\logging\__init__.py", line 1167, in _log
  File "C:\Python31\lib\logging\__init__.py", line 1177, in handle
  File "C:\Python31\lib\logging\__init__.py", line 1217, in callHandlers
  File "C:\Python31\lib\logging\__init__.py", line 675, in handle
  File "C:\Python31\lib\logging\__init__.py", line 854, in emit
  File "C:\Python31\lib\logging\__init__.py", line 798, in emit
  File "C:\Python31\lib\logging\__init__.py", line 727, in handleError
  File "C:\Python31\lib\traceback.py", line 160, in print_exception
  File "C:\Python31\lib\traceback.py", line 12, in _print
AttributeError: 'NoneType' object has no attribute 'write'
Comments and changes to this ticket
- 
        

Virgil Dupras February 18th, 2011 @ 11:10 AM
- State changed from new to fixed
 
(from [ff43c6d9feb3]) [#144 state:fixed] Fixed crash on error handling under windows when sys.stderr is None. https://bitbucket.org/hsoft/dupeguru/changeset/ff43c6d9feb3/
 
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
Tags
Referenced by
- 
        
          144 
          Crash on logging under Windows
        (from [ff43c6d9feb3]) [#144
state:fixed] Fixed crash on e...