Advertisement
Guest User

./manage.py lms reload_forum_users

a guest
Jan 28th, 2022
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.65 KB | None | 0 0
  1. ubuntu@bootcamp2-test:~$ tutor local run lms bash
  2. docker-compose -f /home/ubuntu/.local/share/tutor/env/local/docker-compose.yml -f /home/ubuntu/.local/share/tutor/env/local/docker-compose.prod.yml -f /home/ubuntu/.local/share/tutor/env/local/docker-compose.override.yml --project-name tutor_local run --rm lms bash
  3. Starting tutor_local_elasticsearch-permissions_1 ... done
  4. Starting tutor_local_lms-permissions_1           ... done
  5. Starting tutor_local_mongodb-permissions_1       ... done
  6. Starting tutor_local_mysql_1                     ... done
  7. Starting tutor_local_redis-permissions_1         ... done
  8. Starting tutor_local_smtp_1                      ... done
  9. Starting tutor_local_elasticsearch_1             ... done
  10. Starting tutor_local_mongodb_1                   ... done
  11. Starting tutor_local_redis_1                     ... done
  12. app@df314086c1a0:~/edx-platform$ ./manage.py lms reload_forum_users
  13. 2022-01-28 12:57:42,644 WARNING 13 [py.warnings] [user None] [ip None] warnings.py:109 - /openedx/venv/lib/python3.8/site-packages/boto/plugin.py:40: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
  14.  import imp
  15.  
  16. 2022-01-28 12:57:42,716 WARNING 13 [py.warnings] [user None] [ip None] warnings.py:109 - /openedx/venv/lib/python3.8/site-packages/botocore/vendored/requests/packages/urllib3/_collections.py:1: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.10 it will stop working
  17.  from collections import Mapping, MutableMapping
  18.  
  19. 2022-01-28 12:57:44,076 WARNING 13 [py.warnings] [user None] [ip None] warnings.py:109 - /openedx/edx-platform/openedx/core/lib/api/view_utils.py:5: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.10 it will stop working
  20.  from collections import Sequence  # lint-amnesty, pylint: disable=no-name-in-module, deprecated-class
  21.  
  22. 2022-01-28 12:57:44,423 WARNING 13 [py.warnings] [user None] [ip None] warnings.py:109 - /openedx/edx-platform/openedx/core/types/admin.py:49: DeprecationWarning: Django 3.2+ available: the _admin_display method and the AdminMethodclass should be removed from openedx.core.types
  23.  warnings.warn(
  24.  
  25. System check identified some issues:
  26.  
  27. WARNINGS:
  28. consent.DataSharingConsent.granted: (fields.W903) NullBooleanField is deprecated. Support for it (except in historical migrations) will be removed in Django 4.0.
  29.        HINT: Use BooleanField(null=True) instead.
  30. consent.HistoricalDataSharingConsent.granted: (fields.W903) NullBooleanField is deprecated. Support for it (except in historical migrations) will be removed in Django 4.0.
  31.        HINT: Use BooleanField(null=True) instead.
  32. ecommerce_worker
  33. update user info to discussion failed for user with id: ecommerce_worker, error=Invalid URL '/api/v1/users/1': No schema supplied. Perhaps you meant http:///api/v1/users/1?
  34. login_service_user
  35. update user info to discussion failed for user with id: login_service_user, error=Invalid URL '/api/v1/users/2': No schema supplied. Perhaps you meant http:///api/v1/users/2?
  36. cms
  37. update user info to discussion failed for user with id: cms, error=Invalid URL '/api/v1/users/3': No schema supplied. Perhaps you meant http:///api/v1/users/3?
  38. martinadm
  39. update user info to discussion failed for user with id: martinadm, error=Invalid URL '/api/v1/users/4': No schema supplied. Perhaps you meant http:///api/v1/users/4?
  40. 111653
  41. update user info to discussion failed for user with id: 111653, error=Invalid URL '/api/v1/users/5': No schema supplied. Perhaps you meant http:///api/v1/users/5?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement