2012-11-11 12:50:51,975 DEBUG [mediagoblin.processing.task] Processing 2012-11-11 12:50:52,178 ERROR [mediagoblin.processing.task] An unhandled exception was raised while processing 2012-11-11 12:50:52,178 WARNING [mediagoblin.processing] No idea what happened here, but it failed: KeyError('MakerNote Tag 0x0001',) 2012-11-11 12:50:52,265 WARNING [mediagoblin.processing] No idea what happened here, but it failed: KeyError('MakerNote Tag 0x0001',) Error - : 'MakerNote Tag 0x0001' URL: http://localhost:6543/submit/ File '/home/marktraceur/projects/mediagoblin/lib/python2.6/site-packages/Paste-1.7.5.1-py2.6.egg/paste/exceptions/errormiddleware.py', line 144 in __call__ app_iter = self.application(environ, sr_checker) File '/home/marktraceur/projects/mediagoblin/lib/python2.6/site-packages/Paste-1.7.5.1-py2.6.egg/paste/urlmap.py', line 203 in __call__ return app(environ, start_response) File '/home/marktraceur/projects/mediagoblin/lib/python2.6/site-packages/Beaker-1.6.4-py2.6.egg/beaker/middleware.py', line 155 in __call__ return self.wrap_app(environ, session_start_response) File '/home/marktraceur/projects/mediagoblin/mediagoblin/app.py', line 232 in __call__ return self.call_backend(environ, start_response) File '/home/marktraceur/projects/mediagoblin/mediagoblin/app.py', line 219 in call_backend response = controller(request) File '/home/marktraceur/projects/mediagoblin/mediagoblin/decorators.py', line 51 in new_controller_func return controller(request, *args, **kwargs) File '/home/marktraceur/projects/mediagoblin/mediagoblin/submit/views.py', line 125 in submit_start task_id=task_id) File '/home/marktraceur/projects/mediagoblin/lib/python2.6/site-packages/celery-2.5.3-py2.6.egg/celery/app/task/__init__.py', line 445 in apply_async return self.apply(args, kwargs, task_id=task_id, **options) File '/home/marktraceur/projects/mediagoblin/lib/python2.6/site-packages/celery-2.5.3-py2.6.egg/celery/app/task/__init__.py', line 601 in apply request=request, propagate=throw) File '/home/marktraceur/projects/mediagoblin/lib/python2.6/site-packages/celery-2.5.3-py2.6.egg/celery/execute/trace.py', line 248 in eager_trace_task uuid, args, kwargs, request) File '/home/marktraceur/projects/mediagoblin/lib/python2.6/site-packages/celery-2.5.3-py2.6.egg/celery/execute/trace.py', line 181 in trace_task R = retval = fun(*args, **kwargs) File '/home/marktraceur/projects/mediagoblin/mediagoblin/processing/task.py', line 57 in run manager['processor'](entry) File '/home/marktraceur/projects/mediagoblin/mediagoblin/media_types/image/processing.py', line 95 in process_image exif_tags = extract_exif(queued_filename) File '/home/marktraceur/projects/mediagoblin/mediagoblin/tools/exif.py', line 76 in extract_exif exif_tags = process_file(image) File '/home/marktraceur/projects/mediagoblin/mediagoblin/tools/extlib/EXIF.py', line 1688 in process_file hdr.decode_maker_note() File '/home/marktraceur/projects/mediagoblin/mediagoblin/tools/extlib/EXIF.py', line 1570 in decode_maker_note self.canon_decode_tag(self.tags[i[0]].values, i[1]) KeyError: 'MakerNote Tag 0x0001' CGI Variables ------------- CONTENT_LENGTH: '1757190' CONTENT_TYPE: 'multipart/form-data; boundary=---------------------------2035135405497593970519368842' CSRF_TOKEN: u'14233306197819346609' HTTP_ACCEPT: 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' HTTP_ACCEPT_ENCODING: 'gzip, deflate' HTTP_ACCEPT_LANGUAGE: 'en-US,en;q=0.5' HTTP_CONNECTION: 'keep-alive' HTTP_COOKIE: 'mediagoblin_csrftoken=14233306197819346609; testwikiUserID=1; testwikiUserName=MarkTraceur; testwikiToken=d3256bdff37f7074da5f1c87259614f8; testwiki_002UserID=1; testwiki_002UserName=MarkTraceur; testwiki_002Token=1217575326f8c4b944e9442cc2bdf980; mediagoblin_csrftoken=14233306197819346609; mediagoblin=603b9b4ad7fb4c6490542be9a065f515' HTTP_HOST: 'localhost:6543' HTTP_REFERER: 'http://localhost:6543/submit/' HTTP_USER_AGENT: 'Mozilla/5.0 (X11; Linux i686; rv:16.0) Gecko/20100101 Firefox/16.0' HTTP_X_FORWARDED_FOR: '91.121.14.121' PATH_INFO: '/submit/' REMOTE_ADDR: '127.0.0.1' REQUEST_METHOD: 'POST' SERVER_NAME: '127.0.0.1' SERVER_PORT: '6543' SERVER_PROTOCOL: 'HTTP/1.1' WSGI Variables -------------- application: {(None, ''): , (None, '/mgoblin_static'): , (None, '/mgoblin_media'): , (None, '/theme_static'): } beaker.get_session: > beaker.session: {'user_id': u'1', '_accessed_time': 1352667051.712904, 'messages': [], '_creation_time': 1352667023.8398349} paste.httpserver.thread_pool: paste.throw_errors: True werkzeug.request: wsgi process: 'Multithreaded' ------------------------------------------------------------