Created
May 5, 2014 17:21
-
-
Save singingwolfboy/5c462e668f629c1e4da6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[singingwolfboy-sandbox] singingwolfboy@singingwolfboy i-35724c66:~$ cd /edx/app/edxapp/edx-platform | |
[singingwolfboy-sandbox] singingwolfboy@singingwolfboy i-35724c66:/edx/app/edxapp/edx-platform$ sudo -u www-data /edx/bin/python.edxapp ./manage.py lms --settings aws create_user -e [email protected] | |
2014-05-05 13:20:47,341 INFO 17948 [dd.dogapi] dog_stats_api.py:66 - Initializing dog api to use statsd: localhost, 8125 | |
2014-05-05 13:20:49,592 INFO 17948 [requests.packages.urllib3.connectionpool] connectionpool.py:202 - Starting new HTTP connection (1): localhost | |
2014-05-05 13:20:50,436 INFO 17948 [lms.lib.comment_client.utils] utils.py:49 - comment_client_request_log: request_id=c4047db0-6ba3-41a3-9a78-1a33d0b323b9, method=put, url=http://localhost:18080/api/v1/users/5, duration=0.846215963364 | |
2014-05-05 13:20:50,437 ERROR 17948 [edx.discussion] models.py:1061 - Could not create comments service user with id 5 | |
Traceback (most recent call last): | |
File "/edx/app/edxapp/edx-platform/common/djangoapps/student/models.py", line 1056, in create_comments_service_user | |
cc_user.save() | |
File "/edx/app/edxapp/edx-platform/lms/lib/comment_client/models.py", line 126, in save | |
metric_action='model.update' | |
File "/edx/app/edxapp/edx-platform/lms/lib/comment_client/utils.py", line 98, in perform_request | |
raise CommentClientRequestError(response.text, response.status_code) | |
CommentClientRequestError: u'["Email can\'t be blank"]' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment