Forums

Problem after pythonanywhere upgrade

What about this error?

2014-04-26 07:29:05,665 :Traceback (most recent call last):
2014-04-26 07:29:05,665 :  File "/bin/user_wsgi_wrapper.py", line 67, in __call__
2014-04-26 07:29:05,666 :    self.error_log_file.logger.exception("Error running WSGI application")
2014-04-26 07:29:05,666 :  File "/usr/lib/python2.7/logging/__init__.py", line 1183, in exception
2014-04-26 07:29:05,666 :    self.error(msg, *args, **kwargs)
2014-04-26 07:29:05,666 :  File "/usr/lib/python2.7/logging/__init__.py", line 1176, in error
2014-04-26 07:29:05,666 :    self._log(ERROR, msg, args, **kwargs)
2014-04-26 07:29:05,667 :  File "/usr/lib/python2.7/logging/__init__.py", line 1268, in _log
2014-04-26 07:29:05,667 :    record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
2014-04-26 07:29:05,667 :  File "/usr/lib/python2.7/logging/__init__.py", line 1242, in makeRecord
2014-04-26 07:29:05,667 :    rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
2014-04-26 07:29:05,667 :  File "/usr/lib/python2.7/logging/__init__.py", line 284, in __init__
2014-04-26 07:29:05,668 :    self.threadName = threading.current_thread().name
2014-04-26 07:29:05,668 :  File "/usr/lib/python2.7/threading.py", line 1158, in currentThread
2014-04-26 07:29:05,668 :    return _active[_get_ident()]
2014-04-26 07:29:05,668 :  File "/bin/user_wsgi_wrapper.py", line 59, in __call__
2014-04-26 07:29:05,668 :    app_iterator = self.app(environ, start_response)
2014-04-26 07:29:05,668 :  File "/bin/user_wsgi_wrapper.py", line 73, in import_error_application
2014-04-26 07:29:05,669 :    raise e
2014-04-26 07:29:05,669 :IOError: Not a gzipped file

Thanks in advance!

editted by admin for formatting

Looks like your web app is working. Did you do something?