UTMediaCAT / Voyage

Other
12 stars 5 forks source link

IntegrityError: null value in column "check" violates not-null constraint #65

Closed wangx173 closed 4 years ago

wangx173 commented 8 years ago

http://mediacat.utsc.utoronto.ca:8080/admin/explorer/referringsite/add/

IntegrityError at /admin/explorer/referringsite/add/ null value in column "check" violates not-null constraint DETAIL: Failing row contains (5, http://bbc.com/, hgfh, null, 0). Request Method: POST Request URL: http://mediacat.utsc.utoronto.ca:8080/admin/explorer/referringsite/add/ Django Version: 1.7.1 Exception Type: IntegrityError Exception Value:
null value in column "check" violates not-null constraint DETAIL: Failing row contains (5, http://bbc.com/, hgfh, null, 0). Exception Location: /usr/local/lib/python2.7/dist-packages/django/db/backends/utils.py in execute, line 65 Python Executable: /usr/bin/python Python Version: 2.7.9 Python Path:
['/home/mediacat_test/.local/lib/python2.7/site-packages', '/home/mediacat_test/Voyage/Frontend', '/usr/lib/python2.7', '/usr/lib/python2.7/plat-x86_64-linux-gnu', '/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', '/usr/lib/pymodules/python2.7', '../src', '/home/mediacat_test/Voyage/src', '/home/mediacat_test/Voyage/src', '/home/mediacat_test/Voyage/src'] Server time: Fri, 29 Jul 2016 00:52:05 -0400

yuya-iwabuchi commented 8 years ago

@wangx173 How do I access to this server?

wangx173 commented 8 years ago

@Sunakujira1 username:admin pass: admin

yuya-iwabuchi commented 8 years ago

I meant within the server, which directory?

On Fri, Jul 29, 2016 at 1:27 PM, wangx173 notifications@github.com wrote:

@Sunakujira1 https://github.com/Sunakujira1 username:admin pass: admin

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/UTMediaCAT/Voyage/issues/65#issuecomment-236241750, or mute the thread https://github.com/notifications/unsubscribe-auth/AEOiH0T-UJl8LgQxVGUMOK5-jD53FWALks5qajgTgaJpZM4JX37V .

wangx173 commented 8 years ago

see the dev_doc for more info

wangx173 commented 8 years ago

for testing server, it is user mediacat_test I added the server info into dev_doc,