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

RecursionError: maximum recursion depth exceeded while calling a Python object #1275

Open
rolltidehero opened this issue Jan 25, 2025 · 0 comments
Labels
bug Bug reports.

Comments

@rolltidehero
Copy link

I get this error when running a scan.

Additional context
Application Name: dupeGuru
Version: 4.3.1
Python: 3.8.13
Operating System: Windows-11

Traceback (most recent call last):
  File "hscommon\gui\progress_window.py", line 107, in pulse
  File "core\app.py", line 332, in _job_error
  File "hscommon\jobprogress\performer.py", line 46, in _async_run
  File "core\app.py", line 816, in do
  File "core\directories.py", line 187, in get_files
  File "core\directories.py", line 108, in _get_files
  File "core\directories.py", line 108, in _get_files
  File "core\directories.py", line 108, in _get_files
  [Previous line repeated 983 more times]
  File "core\directories.py", line 95, in _get_files
  File "pathlib.py", line 1042, in __new__
  File "pathlib.py", line 683, in _from_parts
  File "pathlib.py", line 676, in _parse_args
  File "pathlib.py", line 69, in parse_parts
RecursionError: maximum recursion depth exceeded while calling a Python object

@rolltidehero rolltidehero added the bug Bug reports. label Jan 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug reports.
Projects
None yet
Development

No branches or pull requests

1 participant