edkennard / rekordbox-repair

Automatically relocate missing files for tracks in Pioneer's rekordbox DJ software
MIT License
68 stars 7 forks source link

ERROR - Failed to complete successfully - any ideas what is wrong? #3

Closed tchatterton closed 3 years ago

tchatterton commented 4 years ago

Hi,

THaks for the code - looks like it should be good - but I am getting the following error message. Have you any idea what is wrong as it seems to read the xml file OK - but then not "load" them? Thanks, Tim

C:\Windows\system32>rekordbox-repair -i "C:\Users\Tim\OneDrive\Documents\rekordbox\Collection 160420.xml" -o "C:\Users\Tim\OneDrive\Documents\rekordbox\Fixed_Library.xml" -s "C:\Users\Tim\OneDrive\Music\iTunes Music" 2020-04-16 19:54:35,572 INFO - Running using Java version 1.8.0_211 2020-04-16 19:54:36,152 INFO - Analysing rekordbox collection... 2020-04-16 19:54:36,153 INFO - Reading rekordbox XML file C:\Users\Tim\OneDrive\Documents\rekordbox\Collection 160420.xml... 2020-04-16 19:54:41,731 INFO - Loading tracks in the collection... 2020-04-16 19:54:41,812 ERROR - Failed to complete successfully: The device is not ready [Ljava.lang.StackTraceElement;@6166e06f

edkennard commented 3 years ago

Hi,

It sounds like your library was referencing a disk/USB stick which isn't connected to your computer anymore.

I updated the tool recently (to version 0.2) so it's more tolerant of problems like this, and will just move on to loading the next track rather than failing and exiting, so I believe this issue should be resolved now.