Advertisement
Guest User

erro_survey_id

a guest
Jul 19th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.26 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  2. "http://www.w3.org/TR/html4/loose.dtd">
  3. <html>
  4. <head>
  5. <title>AttributeError: 'Survey' object has no attribute 'survey_total' // Werkzeug Debugger</title>
  6. <link rel="stylesheet" href="?__debugger__=yes&amp;cmd=resource&amp;f=style.css"
  7. type="text/css">
  8. <!-- We need to make sure this has a favicon so that the debugger does
  9. not by accident trigger a request to /favicon.ico which might
  10. change the application state. -->
  11. <link rel="shortcut icon"
  12. href="?__debugger__=yes&amp;cmd=resource&amp;f=console.png">
  13. <script src="?__debugger__=yes&amp;cmd=resource&amp;f=jquery.js"></script>
  14. <script src="?__debugger__=yes&amp;cmd=resource&amp;f=debugger.js"></script>
  15. <script type="text/javascript">
  16. var TRACEBACK = 140414090658192,
  17. CONSOLE_MODE = false,
  18. EVALEX = true,
  19. EVALEX_TRUSTED = false,
  20. SECRET = "9jAOcqaU2idSIUzU0PhH";
  21. </script>
  22. </head>
  23. <body style="background-color: #fff">
  24. <div class="debugger">
  25. <h1>AttributeError</h1>
  26. <div class="detail">
  27. <p class="errormsg">AttributeError: 'Survey' object has no attribute 'survey_total'</p>
  28. </div>
  29. <h2 class="traceback">Traceback
  30. <em>(most recent call last)</em>
  31. </h2>
  32. <div class="traceback">
  33. <ul>
  34. <li>
  35. <div class="frame" id="frame-140414090010192">
  36. <h4>File
  37. <cite class="filename">"/root/api-horus-flask/venv/lib/python2.7/site-packages/flask/app.py"</cite>,
  38. line
  39. <em class="line">1997</em>,
  40. in
  41. <code class="function">__call__</code>
  42. </h4>
  43. <div class="source">
  44. <pre class="line before">
  45. <span class="ws"> </span>error = None
  46. </pre>
  47. <pre class="line before">
  48. <span class="ws"> </span>ctx.auto_pop(error)
  49. </pre>
  50. <pre class="line before">
  51. <span class="ws"></span>
  52. </pre>
  53. <pre class="line before">
  54. <span class="ws"> </span>def __call__(self, environ, start_response):
  55. </pre>
  56. <pre class="line before">
  57. <span class="ws"> </span>&quot;&quot;&quot;Shortcut for :attr:`wsgi_app`.&quot;&quot;&quot;
  58. </pre>
  59. <pre class="line current">
  60. <span class="ws"> </span>return self.wsgi_app(environ, start_response)
  61. </pre>
  62. <pre class="line after">
  63. <span class="ws"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement