Closed gopinath6 closed 4 years ago
Issue-Label Bot is automatically applying the label bug
to this issue, with a confidence of 0.83. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!
Links: app homepage, dashboard and code for this bot.
Hi, Seems normal, you try to execute the command outside the docker, outside the project is installed with docker
If you try without, not sure we can help you, especially with so little information.
Am trying to install through sourcecode in windows 10 home edition.Getting below error when trying to create user
D:\Dropbox\bug\Asus\Web\Tools\OSINT\rengine>python manage.py createsuperuser Traceback (most recent call last): File "D:\Dropbox\bug\Asus\Web\Tools\OSINT\rengine\reNgine\init.py", line 24, in first_run secret = open(secret_file, 'w') FileNotFoundError: [Errno 2] No such file or directory: '/app\secret'
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "manage.py", line 21, in
main()
File "manage.py", line 17, in main
execute_from_command_line(sys.argv)
File "C:\Python38\lib\site-packages\django\core\management__init.py", line 401, in execute_from_command_line
utility.execute()
File "C:\Python38\lib\site-packages\django\core\management__init.py", line 345, in execute
settings.INSTALLED_APPS
File "C:\Python38\lib\site-packages\django\conf__init.py", line 76, in getattr__
self._setup(name)
File "C:\Python38\lib\site-packages\django\conf\init__.py", line 63, in _setup
self._wrapped = Settings(settings_module)
File "C:\Python38\lib\site-packages\django\conf\init.py", line 142, in init
mod = importlib.import_module(self.SETTINGS_MODULE)
File "C:\Python38\lib\importlib\init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1014, in _gcd_import
File "", line 991, in _find_and_load
File "", line 975, in _find_and_load_unlocked
File "", line 671, in _load_unlocked
File "", line 783, in exec_module
File "", line 219, in _call_with_frames_removed
File "D:\Dropbox\bug\Asus\Web\Tools\OSINT\rengine\reNgine\settings.py", line 14, in
SECRET_KEY = first_run(SECRET_FILE, BASE_DIR)
File "D:\Dropbox\bug\Asus\Web\Tools\OSINT\rengine\reNgine\init.py", line 28, in first_run
raise Exception('Secret file generation failed' % secret_file)
TypeError: not all arguments converted during string formatting