Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix day is out of range for month #50

Open
freenerd opened this issue Oct 29, 2009 · 0 comments
Open

Fix day is out of range for month #50

freenerd opened this issue Oct 29, 2009 · 0 comments

Comments

@freenerd
Copy link
Owner

day is out of range for month
Traceback (most recent call last):
File "/base/python_lib/versions/1/google/appengine/ext/webapp/init.py", line 509, in call
handler.post(*groups)
File "/base/data/home/apps/tracksonamap/1.337270160096570688/backend_update_track.py", line 153, in post
backend_utils.write_track_to_datastore(track, user, location)
File "/base/data/home/apps/tracksonamap/1.337270160096570688/backend_utils.py", line 123, in write_track_to_datastore
release_date = datetime.date(year=int(track['release_year'] or 1900), month=int(track['release_month'] or 1), day=int(track['release_day'] or 1))
ValueError: day is out of range for month

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant