Uh this aint a network issue this is a matter of iphoto support that is critical
- Code: Select all
INFO 2012-06-01 01:39:06.719 [main] [Fatal Error] AlbumData.xml:28317:29: An invalid XML character (Unicode: 0x0) was found in the element content of the document.
ERROR 2012-06-01 01:39:06.868 [main] Something went wrong with the iPhoto Library scan:
net.pms.xmlwise.XmlParseException: org.xml.sax.SAXParseException: An invalid XML character (Unicode: 0x0) was found in the element content of the document.
at net.pms.xmlwise.Xmlwise.loadDocument(Xmlwise.java:55) ~[pms-1.52.1.jar:na]
at net.pms.xmlwise.Xmlwise.loadDocument(Xmlwise.java:31) ~[pms-1.52.1.jar:na]
at net.pms.xmlwise.Xmlwise.loadXml(Xmlwise.java:127) ~[pms-1.52.1.jar:na]
at net.pms.xmlwise.Plist.load(Plist.java:162) ~[pms-1.52.1.jar:na]
at net.pms.xmlwise.Plist.load(Plist.java:174) ~[pms-1.52.1.jar:na]
at net.pms.dlna.RootFolder.getiPhotoFolder(RootFolder.java:377) [pms-1.52.1.jar:na]
at net.pms.dlna.RootFolder.discoverChildren(RootFolder.java:117) [pms-1.52.1.jar:na]
at net.pms.configuration.RendererConfiguration.getRootFolder(RendererConfiguration.java:98) [pms-1.52.1.jar:na]
at net.pms.PMS.getRootFolder(PMS.java:126) [pms-1.52.1.jar:na]
at net.pms.PMS.init(PMS.java:508) [pms-1.52.1.jar:na]
at net.pms.PMS.createInstance(PMS.java:811) [pms-1.52.1.jar:na]
at net.pms.PMS.main(PMS.java:883) [pms-1.52.1.jar:na]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.6.0_31]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) ~[na:1.6.0_31]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) ~[na:1.6.0_31]
at java.lang.reflect.Method.invoke(Method.java:597) ~[na:1.6.0_31]
at apple.launcher.LaunchRunner.run(LaunchRunner.java:116) [na:na]
at apple.launcher.LaunchRunner.callMain(LaunchRunner.java:51) [na:na]
at apple.launcher.JavaApplicationLauncher.launch(JavaApplicationLauncher.java:52) [na:na]
Caused by: org.xml.sax.SAXParseException: An invalid XML character (Unicode: 0x0) was found in the element content of the document.
at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:249) ~[na:1.6.0_31]
at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:284) ~[na:1.6.0_31]
at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:208) ~[na:1.6.0_31]
at net.pms.xmlwise.Xmlwise.loadDocument(Xmlwise.java:51) ~[pms-1.52.1.jar:na]
... 18 common frames omitted
Just about anything that is MAC supports Unicode fully. we need to implement full unicode support so special characters in the library work.
