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

Unhandled IsADirectoryError #70

Closed
Silvio6666 opened this issue Jan 7, 2025 · 1 comment
Closed

Unhandled IsADirectoryError #70

Silvio6666 opened this issue Jan 7, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@Silvio6666
Copy link

PLEASE PROVIDE SOME DETAILS HERE.
I pointed to a directory to save settings. It seems it expected a filename, but i have no way to type a filename. Please note i replaced my username with username in the path below.
REVIEW THE BELOW PART FOR SENSITIVE DATA.

Traceback (most recent call last):
  File "fk/qt/threaded_event_source.py", line 50, in job
  File "fk/core/file_event_source.py", line 115, in start
  File "fk/core/file_event_source.py", line 162, in _process_from_file
IsADirectoryError: [Errno 21] Is a directory: '/Users/username/Library/CloudStorage/Box-Box/Settings'
@co-stig
Copy link
Contributor

co-stig commented Jan 7, 2025

I guess you replaced it here?
image
This is the place where Flowkeeper stores its data file, not settings. On Windows Qt stores settings in the Registry, and Flowkeeper doesn't allow changing it.

As for the "Data file" field, you can put a filename there, for example c:\Users\.....\flowkeeper-data.txt

This file contains Flowkeeper database, you can open it with Notepad to see what's inside.

@co-stig co-stig added the bug Something isn't working label Jan 9, 2025
@co-stig co-stig mentioned this issue Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants