Jellyfin-Migrator icon indicating copy to clipboard operation
Jellyfin-Migrator copied to clipboard

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

Open vtmarik opened this issue 11 months ago • 0 comments

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.

vtmarik avatar Mar 11 '24 16:03 vtmarik