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

docker compose up now casuing error. #590

Open
hanzheg opened this issue Dec 9, 2024 · 0 comments
Open

docker compose up now casuing error. #590

hanzheg opened this issue Dec 9, 2024 · 0 comments

Comments

@hanzheg
Copy link

hanzheg commented Dec 9, 2024

When run dockercompose up, we now get the error:

remote-office-hours-queue-web-1 | Skipping OIDCAuthenticationBackend as OIDC variables were not set.
remote-office-hours-queue-web-1 | Traceback (most recent call last):
remote-office-hours-queue-web-1 | File "/usr/src/app/manage.py", line 21, in
remote-office-hours-queue-web-1 | main()
remote-office-hours-queue-web-1 | File "/usr/src/app/manage.py", line 17, in main
remote-office-hours-queue-web-1 | execute_from_command_line(sys.argv)
remote-office-hours-queue-web-1 | File "/usr/local/lib/python3.10/site-packages/django/core/management/init.py", line 442, in execute_from_command_line
remote-office-hours-queue-web-1 | utility.execute()
remote-office-hours-queue-web-1 | File "/usr/local/lib/python3.10/site-packages/django/core/management/init.py", line 382, in execute
remote-office-hours-queue-web-1 | settings.INSTALLED_APPS
remote-office-hours-queue-web-1 | File "/usr/local/lib/python3.10/site-packages/django/conf/init.py", line 102, in getattr
remote-office-hours-queue-web-1 | self._setup(name)
remote-office-hours-queue-web-1 | File "/usr/local/lib/python3.10/site-packages/django/conf/init.py", line 89, in _setup
remote-office-hours-queue-web-1 | self._wrapped = Settings(settings_module)
remote-office-hours-queue-web-1 | File "/usr/local/lib/python3.10/site-packages/django/conf/init.py", line 217, in init
remote-office-hours-queue-web-1 | mod = importlib.import_module(self.SETTINGS_MODULE)
remote-office-hours-queue-web-1 | File "/usr/local/lib/python3.10/importlib/init.py", line 126, in import_module
remote-office-hours-queue-web-1 | return _bootstrap._gcd_import(name[level:], package, level)
remote-office-hours-queue-web-1 | File "", line 1050, in _gcd_import
remote-office-hours-queue-web-1 | File "", line 1027, in _find_and_load
remote-office-hours-queue-web-1 | File "", line 1006, in _find_and_load_unlocked
remote-office-hours-queue-web-1 | File "", line 688, in _load_unlocked
remote-office-hours-queue-web-1 | File "", line 883, in exec_module
remote-office-hours-queue-web-1 | File "", line 241, in _call_with_frames_removed
remote-office-hours-queue-web-1 | File "/usr/src/app/officehours/settings.py", line 299, in
remote-office-hours-queue-web-1 | EMAIL_HOST = os.getenv('EMAIL_HOST').strip()
remote-office-hours-queue-web-1 | AttributeError: 'NoneType' object has no attribute 'strip'
remote-office-hours-queue-web-1 exited with code 1

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