Post Reply 
Error: String index out of range: 24?
08-09-2022, 15:35
Post: #12
RE: Error: String index out of range: 24?
Thanks for this. The problem is in lines 881 and 882 of this file. It looks like your library contains a file named

Code:
/Volumes/flac 2 Library/flac library 2/Soft Machine/2022-05-13, Teatro Caupolicán, Santiago, Chile (flac HD)/05 - Heart Off Guard - Broken Hill[cr]-.flac

where the [cr] is a carriage return (line ending) character. The code in MinimServer that reads the added-dates.txt file doesn't expect a filename to contain a line-ending character and this is the cause of the error.

You can work around this issue by renaming this file to (for example)

Code:
/Volumes/flac 2 Library/flac library 2/Soft Machine/2022-05-13, Teatro Caupolicán, Santiago, Chile (flac HD)/05 - Heart Off Guard - Broken Hill.flac

and using TextEdit to update lines 881 and 882 in the added-dates.txt file to match this new filename. Any filename that doesn't contain a [cr] character would work.

I will think about how to fix this error with filenames containing a [cr] character in a future update.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Error: String index out of range: 24? - simoncn - 08-09-2022 15:35

Forum Jump:


User(s) browsing this thread: 1 Guest(s)