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

AttributeError: 'WindowsPath' object has no attribute 'is_relative_to' #16

Open
vtmarik opened this issue Mar 11, 2024 · 1 comment
Open

Comments

@vtmarik
Copy link

vtmarik commented Mar 11, 2024

Starting Jellyfin Database Migration Current job from todo_list: C:\ProgramData\Jellyfin\Server\data\library.db Traceback (most recent call last): File "jellyfin_migrator.py", line 1283, in <module> path_replacements=path_replacements, File "jellyfin_migrator.py", line 1005, in process_files no_log=job["no_log"], File "jellyfin_migrator.py", line 828, in get_target target, idgaf1, idgaf2 = recursive_root_path_replacer(original_source, to_replace=replacements) File "jellyfin_migrator.py", line 505, in recursive_root_path_replacer if p.is_relative_to(src): AttributeError: 'WindowsPath' object has no attribute 'is_relative_to'

Unsure what the actual issue is, i followed the instructions and made sure that the PATH checkbox was checked when I installed python.

@AmritP777
Copy link

did you ever get to the bottom of this? i have the exact same error.

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