johnsogg / cs2270

CSCI 2270 - Data Structures & Algorithms - University of Colorado Boulder
47 stars 38 forks source link

Database Error in retrograde? #14

Open jacazden opened 11 years ago

jacazden commented 11 years ago

to be honest, im not quite sure what's going on here... but here's a bit of the error text. this is the least verbose portion, i'll keep the rest till it gets resolved in case it's needed

DatabaseError at /hw/5/submit/ value too long for type character varying(20) Request Method: POST Request URL: http://retrograde.cs.colorado.edu/hw/5/submit/ Django Version: 1.4.3 Exception Type: DatabaseError Exception Value:
value too long for type character varying(20) Exception Location: /var/src/Django-1.4.3/django/db/backends/postgresql_psycopg2/base.py in execute, line 52 Python Executable: /usr/bin/python Python Version: 2.7.3 Python Path:
['/home/gabe/retrograde/retrograde', '/usr/lib/python2.7', '/usr/lib/python2.7/plat-linux2', '/usr/lib/python2.7/lib-tk', '/usr/lib/python2.7/lib-old', '/usr/lib/python2.7/lib-dynload', '/usr/local/lib/python2.7/dist-packages', '/usr/lib/python2.7/dist-packages', '/var/src/Django-1.4.3', '/home/gabe/retrograde/master_grade_script'] Server time: Thu, 7 Feb 2013 01:12:11 -0700

Babilfrenzo commented 11 years ago

I get this same error. It leaves me unable to upload my program. Where should we upload it instead?

Roberto Kingsley

On Thu, Feb 7, 2013 at 1:16 AM, jacazden notifications@github.com wrote:

to be honest, im not quite sure what's going on here... but here's a bit of the error text. this is the least verbose portion, i'll keep the rest till it gets resolved in case it's needed

DatabaseError at /hw/5/submit/ value too long for type character varying(20) Request Method: POST Request URL: http://retrograde.cs.colorado.edu/hw/5/submit/ Django Version: 1.4.3 Exception Type: DatabaseError Exception Value:

value too long for type character varying(20) Exception Location: /var/src/Django-1.4.3/django/db/backends/postgresql_psycopg2/base.py in execute, line 52 Python Executable: /usr/bin/python Python Version: 2.7.3 Python Path:

['/home/gabe/retrograde/retrograde', '/usr/lib/python2.7', '/usr/lib/python2.7/plat-linux2', '/usr/lib/python2.7/lib-tk', '/usr/lib/python2.7/lib-old', '/usr/lib/python2.7/lib-dynload', '/usr/local/lib/python2.7/dist-packages', '/usr/lib/python2.7/dist-packages', '/var/src/Django-1.4.3', '/home/gabe/retrograde/master_grade_script'] Server time: Thu, 7 Feb 2013 01:12:11 -0700

— Reply to this email directly or view it on GitHubhttps://github.com/johnsogg/cs2270/issues/14.