![]() |
|
Problems after update 13 - Printable Version +- MinimServer Forum (https://forum.minimserver.com) +-- Forum: MinimServer (/forumdisplay.php?fid=1) +--- Forum: Support (/forumdisplay.php?fid=4) +--- Thread: Problems after update 13 (/showthread.php?tid=1229) |
Problems after update 13 - sokrates7 - 31-12-2013 13:37 Hello. I have a various problems after updating to update 13. 1. The RESTART CRASH problem seems to persist. Below I send you the log info : MinimServer: error reading data cache file Pop-2.mcache at offset 492340 java.io.UTFDataFormatException: malformed input around byte 219 at java.io.DataInputStream.readUTF(Unknown Source) at java.io.DataInputStream.readUTF(Unknown Source) at com.minimserver.Server$PictureItemInfo.readDataCache(Server.java:6466) at com.minimserver.Server.getCachedPictureInfo(Server.java:5132) at com.minimserver.Server.access$8800(Server.java:90) at com.minimserver.Server$Album.getAlbumArtInfo(Server.java:9004) at com.minimserver.Server$AudioItem.getAlbumArtInfo(Server.java:8663) at com.minimserver.Server$CachedAudioItem.getAlbumArtInfo(Server.java:8064) at com.minimserver.Server$TrackItem.getDIDL(Server.java:10286) at com.minimserver.Server$Container.getContentsDIDL(Server.java:10591) at com.minimserver.Server$ContentDirectoryProvider.doSearch(Server.java:13340) at com.minimserver.Server$ContentDirectoryProvider.search(Server.java:13273) at org.openhome.net.device.providers.DvProviderUpnpOrgContentDirectory1$DoSearch.actionInvoked(DvProviderUpnpOrgContentDirectory1.java:1049) org.jminim.LogErrorException: MinimServer: error reading data cache file Pop-2.mcache at offset 492340 at org.jminim.core.LogImpl.errorEx(LogImpl.java:209) at com.minimserver.Server.getCachedPictureInfo(Server.java:5139) at com.minimserver.Server.access$8800(Server.java:90) at com.minimserver.Server$Album.getAlbumArtInfo(Server.java:9004) at com.minimserver.Server$AudioItem.getAlbumArtInfo(Server.java:8663) at com.minimserver.Server$CachedAudioItem.getAlbumArtInfo(Server.java:8064) at com.minimserver.Server$TrackItem.getDIDL(Server.java:10286) at com.minimserver.Server$Container.getContentsDIDL(Server.java:10591) at com.minimserver.Server$ContentDirectoryProvider.doSearch(Server.java:13340) at com.minimserver.Server$ContentDirectoryProvider.search(Server.java:13273) at org.openhome.net.device.providers.DvProviderUpnpOrgContentDirectory1$DoSearch.actionInvoked(DvProviderUpnpOrgContentDirectory1.java:1049) Caused by: java.io.UTFDataFormatException: malformed input around byte 219 at java.io.DataInputStream.readUTF(Unknown Source) at java.io.DataInputStream.readUTF(Unknown Source) at com.minimserver.Server$PictureItemInfo.readDataCache(Server.java:6466) at com.minimserver.Server.getCachedPictureInfo(Server.java:5132) ... 9 more 2. My log is full of messages like Warning: ID3v2 USLT frame has missing null separator at offset 196 in file xxx Warning: ID3v2 COMM frame has missing null separator at offset 653 in file xxx Warning: ignoring ID3v2 TDAT frame with no matching TYER frame at offset 137781 in file xxx Error: duplicate STREAMINFO block at offset 1267296 in file xxx that before did not appear. System is QNAP x86 Thanks ! RE: Problems after update 13 - simoncn - 02-01-2014 12:16 (31-12-2013 13:37)sokrates7 Wrote: Hello. I have found the cause of this problem, and it will be fixed in the next update. As a temporary workaround, you can use Rescan instead of Restart. Quote:2. My log is full of messages like Please upload to my FTP server a sample file that produces this warning. I will PM you the server details. Quote:Warning: ignoring ID3v2 TDAT frame with no matching TYER frame at offset 137781 in file xxx It isn't meaningful/useful to have a TDAT frame (DDMM) without a TYER frame (YYYY), so MinimServer ignores the TDAT frame and gives you a warning. If you think this file does contain YYYY information, please upload it to my FTP server. Quote:Error: duplicate STREAMINFO block at offset 1267296 in file xxx The FLAC specification requires a single STREAMINFO block at the start of the file. This FLAC file contains an additional STREAMINFO block later in the file. It might be better to produce a warning for this instead of an error. Please upload this file to my FTP server so I can check whether producing a warning would be OK. |