edkennard / rekordbox-repair

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

error message, please help #8

Closed mungbean123 closed 3 years ago

mungbean123 commented 3 years ago

2021-01-21 17:03:20,175 INFO - Generating repaired rekordbox collection... 2021-01-21 17:03:20,406 INFO - Transforming XML... 2021-01-21 17:03:22,037 INFO - Saving new XML to D:\Games... Exception in thread "main" java.io.FileNotFoundException: D:\Games (Access is denied) at java.io.FileOutputStream.open0(Native Method) at java.io.FileOutputStream.open(FileOutputStream.java:270) at java.io.FileOutputStream.(FileOutputStream.java:213) at java.io.FileOutputStream.(FileOutputStream.java:101) at scala.xml.XML$.save(XML.scala:92) at com.vividlab.rekordbox.repair.Repairer$.repair(Repairer.scala:23) at com.vividlab.rekordbox.Main$.main(Main.scala:19) at com.vividlab.rekordbox.Main.main(Main.scala)

    ive run cmd in admin, not much knowledge of code but relatively tech savvy 
    not sure why it cant access the output file 
    any help would be magic
edkennard commented 3 years ago

Hey @mungbean123 , the output file should be an XML file, e.g. D:\Games\fixed.xml. I think you might have specified the output to be "D:\Games" instead of "D:\Games\fixed.xml" ?