mganss / CueGen

Create Rekordbox cue points from Mixed in Key
MIT License
103 stars 13 forks source link

Mac OS Error Message "Error: Error occurred during creation of cues" #2

Closed w14e closed 3 years ago

w14e commented 3 years ago

Error: Error occurred during creation of cues for "49682660" from "/Users/Anonymous/Downloads/track.mp3" System.FormatException: The input is not a valid Base-64 string as it contains a non-base 64 character, more than two padding characters, or an illegal character among the padding characters. at System.Convert.FromBase64CharPtr(Char* inputPtr, Int32 inputLength) at System.Convert.FromBase64String(String s) at CueGen.TagFile..ctor(String filePath) at CueGen.Generator.CreateCuesForContent(UInt64& maxId, SQLiteConnection db, Content content) at CueGen.Generator.<>c__DisplayClass19_3.b__8() at SQLite.SQLiteConnection.RunInTransaction(Action action) at CueGen.Generator.Generate()

I got this for every mp3 file.

mganss commented 3 years ago

Please attach one of the .mp3 files to this issue. Thanks.

w14e commented 3 years ago

track.zip

mganss commented 3 years ago

Thanks. 1.0.26 should fix this.

w14e commented 3 years ago

Sorry, Problem still exist.

mganss commented 3 years ago

Strange. Please try again using version 1.0.27 and attach the log file.

w14e commented 3 years ago

Now it works perfectly. Thank you very much.