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

Log file not found #64

Closed
ShutdownRepo opened this issue Sep 26, 2023 · 2 comments
Closed

Log file not found #64

ShutdownRepo opened this issue Sep 26, 2023 · 2 comments

Comments

@ShutdownRepo
Copy link

After a fresh install, FinalRecon can't run. Issue brought with 2ff1202

# finalrecon.py --help
Traceback (most recent call last):
  File "/opt/tools/FinalRecon/finalrecon.py", line 12, in <module>
    log_writer('Importing config...')
  File "/opt/tools/FinalRecon/modules/write_log.py", line 6, in log_writer
    logging.basicConfig(
  File "/root/.pyenv/versions/3.11.5/lib/python3.11/logging/__init__.py", line 2050, in basicConfig
    h = FileHandler(filename, mode,
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/root/.pyenv/versions/3.11.5/lib/python3.11/logging/__init__.py", line 1181, in __init__
    StreamHandler.__init__(self, self._open())
                                 ^^^^^^^^^^^^
  File "/root/.pyenv/versions/3.11.5/lib/python3.11/logging/__init__.py", line 1213, in _open
    return open_func(self.baseFilename, self.mode,
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/root/.local/share/finalrecon/run.log'
ShutdownRepo added a commit to ThePorgs/Exegol-images that referenced this issue Sep 26, 2023
@thewhiteh4t
Copy link
Owner

@ShutdownRepo i have pushed a fix for this, please git pull and try again

@ShutdownRepo
Copy link
Author

we're good

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

2 participants