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

Enfugue error in windows 11 #146

Open
Andru115 opened this issue Jun 18, 2024 · 0 comments
Open

Enfugue error in windows 11 #146

Andru115 opened this issue Jun 18, 2024 · 0 comments

Comments

@Andru115
Copy link

I downloaded the application from enfugue.bat and ran enfugue-server.exe and it keeps giving me unhandled exception in script error and webpage wont load

First error:

Failed to execute script 'enfugue' due to unhandled exception:
'Nonetype' object has no attribute 'write'

Traceback (most recent call last):
File "enfugue\util\installation.py", line 79, in check_make_directory
os.makedirs(directory)
File "os.py", line 215, in makedirs
File "os.py", line 215, in makedirs
File "os.py", line 225, in makedirs
FileNotFoundError: [WinError 3] The system cannot find the path specified: 'I:\'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "pibble\api\base.py", line 84, in configure
File "enfugue\api\server.py", line 503, in on_configure
self.check_emergency_password_reset()
File "enfugue\api\server.py", line 524, in check_emergency_password_reset
password_file = os.path.join(self.engine_root, "password_reset.txt")
File "enfugue\api\server.py", line 215, in engine_root
check_make_directory(root)
File "enfugue\util\installation.py", line 83, in check_make_directory
raise IOError(f"Couldn't create directory {directory}: {type(ex).name}({ex})")
OSError: Couldn't create directory I:\AI\Enfuge: FileNotFoundError([WinError 3] The system cannot find the path specified: 'I:\')

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "multiprocessing\process.py", line 314, in _bootstrap
File "pibble\api\server\base.py", line 25, in run
File "enfugue\server.py", line 46, in configure
super(EnfugueSecureServer, self).configure(server=server, **kwargs)
File "enfugue\api\server.py", line 538, in configure
super(EnfugueAPIServerBase, self).configure(rest=EnfugueAPIRESTConfiguration, **configuration)
File "enfugue\interface\server.py", line 157, in configure
super(EnfugueInterfaceServer, self).configure(**configuration)
File "pibble\api\base.py", line 86, in configure
pibble.api.exceptions.ConfigurationError: Couldn't create directory I:\AI\Enfuge: FileNotFoundError([WinError 3] The system cannot find the path specified: 'I:\')

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "enfugue\enfugue.py", line 7, in
multiprocessing.freeze_support() # pyinstaller fix
File "Lib\site-packages\PyInstaller\hooks\rthooks\pyi_rth_multiprocessing.py", line 52, in _freeze_support
File "multiprocessing\spawn.py", line 116, in spawn_main
File "multiprocessing\spawn.py", line 129, in _main
File "multiprocessing\process.py", line 329, in _bootstrap
AttributeError: 'NoneType' object has no attribute 'write'

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