Giter VIP home page Giter VIP logo

Comments (1)

nickboucher avatar nickboucher commented on May 30, 2024

Indeed, that is the problem. Error log for investigation purposes:

[Tue Feb 21 14:00:51.730743 2017] [wsgi:error] [pid 18812:tid 139737855649536] [remote 65.112.8.200:45640] [2017-02-21 14:00:51,730] ERROR in app: Exception on /schedule [POST]
[Tue Feb 21 14:00:51.730751 2017] [wsgi:error] [pid 18812:tid 139737855649536] [remote 65.112.8.200:45640] Traceback (most recent call last):
[Tue Feb 21 14:00:51.730754 2017] [wsgi:error] [pid 18812:tid 139737855649536] [remote 65.112.8.200:45640]   File "/usr/local/lib/python3.5/dist-packages/flask/app.py", line 1982, in wsgi_app
[Tue Feb 21 14:00:51.730756 2017] [wsgi:error] [pid 18812:tid 139737855649536] [remote 65.112.8.200:45640]     response = self.full_dispatch_request()
[Tue Feb 21 14:00:51.730758 2017] [wsgi:error] [pid 18812:tid 139737855649536] [remote 65.112.8.200:45640]   File "/usr/local/lib/python3.5/dist-packages/flask/app.py", line 1614, in full_dispatch_request
[Tue Feb 21 14:00:51.730760 2017] [wsgi:error] [pid 18812:tid 139737855649536] [remote 65.112.8.200:45640]     rv = self.handle_user_exception(e)
[Tue Feb 21 14:00:51.730762 2017] [wsgi:error] [pid 18812:tid 139737855649536] [remote 65.112.8.200:45640]   File "/usr/local/lib/python3.5/dist-packages/flask/app.py", line 1517, in handle_user_exception
[Tue Feb 21 14:00:51.730764 2017] [wsgi:error] [pid 18812:tid 139737855649536] [remote 65.112.8.200:45640]     reraise(exc_type, exc_value, tb)
[Tue Feb 21 14:00:51.730766 2017] [wsgi:error] [pid 18812:tid 139737855649536] [remote 65.112.8.200:45640]   File "/usr/local/lib/python3.5/dist-packages/flask/_compat.py", line 33, in reraise
[Tue Feb 21 14:00:51.730777 2017] [wsgi:error] [pid 18812:tid 139737855649536] [remote 65.112.8.200:45640]     raise value
[Tue Feb 21 14:00:51.730779 2017] [wsgi:error] [pid 18812:tid 139737855649536] [remote 65.112.8.200:45640]   File "/usr/local/lib/python3.5/dist-packages/flask/app.py", line 1612, in full_dispatch_request
[Tue Feb 21 14:00:51.730781 2017] [wsgi:error] [pid 18812:tid 139737855649536] [remote 65.112.8.200:45640]     rv = self.dispatch_request()
[Tue Feb 21 14:00:51.730783 2017] [wsgi:error] [pid 18812:tid 139737855649536] [remote 65.112.8.200:45640]   File "/usr/local/lib/python3.5/dist-packages/flask/app.py", line 1598, in dispatch_request
[Tue Feb 21 14:00:51.730784 2017] [wsgi:error] [pid 18812:tid 139737855649536] [remote 65.112.8.200:45640]     return self.view_functions[rule.endpoint](**req.view_args)
[Tue Feb 21 14:00:51.730786 2017] [wsgi:error] [pid 18812:tid 139737855649536] [remote 65.112.8.200:45640]   File "/usr/local/lib/python3.5/dist-packages/flask_login/utils.py", line 228, in decorated_view
[Tue Feb 21 14:00:51.730788 2017] [wsgi:error] [pid 18812:tid 139737855649536] [remote 65.112.8.200:45640]     return func(*args, **kwargs)
[Tue Feb 21 14:00:51.730790 2017] [wsgi:error] [pid 18812:tid 139737855649536] [remote 65.112.8.200:45640]   File "/home/nova/nova-app/helpers.py", line 155, in decorated_view
[Tue Feb 21 14:00:51.730792 2017] [wsgi:error] [pid 18812:tid 139737855649536] [remote 65.112.8.200:45640]     return func(*args, **kwargs)
[Tue Feb 21 14:00:51.730793 2017] [wsgi:error] [pid 18812:tid 139737855649536] [remote 65.112.8.200:45640]   File "/home/nova/nova-app/application.py", line 1676, in schedule_interviews
[Tue Feb 21 14:00:51.730795 2017] [wsgi:error] [pid 18812:tid 139737855649536] [remote 65.112.8.200:45640]     date = eastern.localize(datetime.strptime(date_str, '%Y-%m-%d'))
[Tue Feb 21 14:00:51.730797 2017] [wsgi:error] [pid 18812:tid 139737855649536] [remote 65.112.8.200:45640]   File "/usr/lib/python3.5/_strptime.py", line 510, in _strptime_datetime
[Tue Feb 21 14:00:51.730799 2017] [wsgi:error] [pid 18812:tid 139737855649536] [remote 65.112.8.200:45640]     tt, fraction = _strptime(data_string, format)
[Tue Feb 21 14:00:51.730801 2017] [wsgi:error] [pid 18812:tid 139737855649536] [remote 65.112.8.200:45640]   File "/usr/lib/python3.5/_strptime.py", line 343, in _strptime
[Tue Feb 21 14:00:51.730802 2017] [wsgi:error] [pid 18812:tid 139737855649536] [remote 65.112.8.200:45640]     (data_string, format))
[Tue Feb 21 14:00:51.730805 2017] [wsgi:error] [pid 18812:tid 139737855649536] [remote 65.112.8.200:45640] ValueError: time data '02/22/2017' does not match format '%Y-%m-%d'
[Tue Feb 21 14:00:51.730816 2017] [wsgi:error] [pid 18812:tid 139737855649536] [remote 65.112.8.200:45640]
[Tue Feb 21 14:03:51.278867 2017] [wsgi:error] [pid 18812:tid 139737855649536] 2017-02-22

from nova.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.