Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. Module weberror.errormiddleware:162 in __call__
  2. >> app_iter = self.application(environ, sr_checker)
  3. Module beaker.middleware:155 in __call__
  4. >> return self.wrap_app(environ, session_start_response)
  5. Module routes.middleware:131 in __call__
  6. >> response = self.app(environ, start_response)
  7. Module pylons.wsgiapp:103 in __call__
  8. >> response = self.dispatch(controller, environ, start_response)
  9. Module pylons.wsgiapp:313 in dispatch
  10. >> return controller(environ, start_response)
  11. Module bomb.lib.base:33 in __call__
  12. >> return WSGIController.__call__(self, environ, start_response)
  13. Module pylons.controllers.core:214 in __call__
  14. >> response = self._dispatch_call()
  15. Module pylons.controllers.core:164 in _dispatch_call
  16. >> response = self._inspect_call(func)
  17. Module pylons.controllers.core:107 in _inspect_call
  18. >> result = self._perform_call(func, args)
  19. Module pylons.controllers.core:57 in _perform_call
  20. >> return func(**args)
  21. Module bomb.controllers.accountorder:1387 in find_stores
  22. >> return simplejson.dumps(fedexlib.find_stores(zip_code))
  23. Module bomb.lib.fedexlib:491 in find_stores
  24. >> raise FedexError
  25. TypeError: __init__() takes exactly 3 arguments (1 given)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement