ljArchive Error: System.Xml.XmlException: '\' is an unexpected token. The expected token is '"' or '''. Line 38, position 379. at System.Xml.XmlTextReaderImpl.Throw(Exception e) at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args) at System.Xml.XmlTextReaderImpl.ThrowUnexpectedToken(String expectedToken1, String expectedToken2) at System.Xml.XmlTextReaderImpl.ParseAttributes() at System.Xml.XmlTextReaderImpl.ParseElement() at System.Xml.XmlTextReaderImpl.ParseElementContent() at System.Xml.XmlTextReaderImpl.Read() at System.Xml.XmlTextReader.Read() at EF.ljArchive.Engine.Sync.ExportCommentsMeta(OptionsRow or, ILJServer iLJ, SessionGenerateResponse sgr, Int32& serverMaxID, UserMapCollection umc) at EF.ljArchive.Engine.Sync.ThreadStart()
Downloaded the latest ljarchive program, ran it, right in the middle of the comment index loading it came out with this monstrosity:
System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags) at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) --- End of inner exception stack trace --- at System.Net.ConnectStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Xml.XmlTextReaderImpl.ReadData() at System.Xml.XmlTextReaderImpl.ParseAttributeValueSlow(Int32 curPos, Char quoteChar, NodeData attr) at System.Xml.XmlTextReaderImpl.ParseAttributes() at System.Xml.XmlTextReaderImpl.ParseElement() at System.Xml.XmlTextReaderImpl.ParseElementContent() at System.Xml.XmlTextReaderImpl.Read() at System.Xml.XmlTextReader.Read() at EF.ljArchive.Engine.Sync.ExportCommentsMeta(OptionsRow or, ILJServer iLJ, SessionGenerateResponse sgr, Int32& serverMaxID, UserMapCollection umc) at EF.ljArchive.Engine.Sync.ThreadStart()
Wondering if the host decided it was taking too long and blew up or something. Personally I would LIKE to be able to archive my LJ; I do have older backups, maybe it could be set to a more recent string or something?
I see a lot of posts like this. I see no indication whatsoever that anybody knows what to do about them, intends to do anything about them, or has done anything about them. Do any of the folks involved with the construction of this program read this community?
I wanted to create an archive. While I was creating an archive, I've received the following error while downloading entries. 600 entries of 699 were downloaded, and I've received this message/
ljArchive Error: System.ArgumentException: Cannot remove the specified item because it was not found in the specified Collection. at System.Collections.CollectionBase.System.Collections.IList.Remove(Object value) at EF.ljArchive.Engine.Collections.SyncItemCollection.RemoveDownloaded(Event[] events) at EF.ljArchive.Engine.Sync.GetEvents(OptionsRow or, ILJServer iLJ, SyncItemCollection& sic, SyncItemCollection& deletedsic, EventCollection& ec) at EF.ljArchive.Engine.Sync.ThreadStart()
I recently installed the updated version of LJ Archive (thank you, btw!) and it works like a charm. Now I have a question about exporting. I'm a little confused about the best way to export to keep for offline use. Ideally, I'd like to print out my journal to keep, but I don't know the best way to do this.
Hey, I joined this community to ask a question and the question is this: If I were too delete my Livejournal, would the ljArchive program still keep/archive/save my entries? In other words, will my old LJ still be archived if there is no longer a journal on livejournal.com to sync from? I'd like to keep them on my computer through the program but I'm unsure what deletion would do. I had planned on using ljArchive to keep all my old entries on my hard drive, and then deleting my LJ from the internet and starting fresh, with a new blog. I couldn't find the answer to this anywhere, so I turn to you. Thanks in advance for any answers you can provide.
ljArchive Error: System.Xml.XmlException: '<', hexadecimal value 0x3C, is an invalid attribute character. Line 108, position 99. at System.Xml.XmlTextReaderImpl.Throw(Exception e) at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args) at System.Xml.XmlTextReaderImpl.Throw(Int32 pos, String res, String[] args) at System.Xml.XmlTextReaderImpl.ParseAttributeValueSlow(Int32 curPos, Char quoteChar, NodeData attr) at System.Xml.XmlTextReaderImpl.ParseAttributes() at System.Xml.XmlTextReaderImpl.ParseElement() at System.Xml.XmlTextReaderImpl.ParseElementContent() at System.Xml.XmlTextReaderImpl.Read() at System.Xml.XmlTextReader.Read() at EF.ljArchive.Engine.Sync.ExportCommentsMeta(OptionsRow or, ILJServer iLJ, SessionGenerateResponse sgr, Int32& serverMaxID, UserMapCollection umc) at EF.ljArchive.Engine.Sync.ThreadStart()
I've thought about this... the data's there... it's just the XML parser throwing a tantrum.
Why not amend the data coming in, so that it's stored as text, rather than in an XML parsing object? Problem solved then!
Just as a heads-up: coffeechicajust said (in a comment on a post in lj_releases) that the ljArchive problems are being worked on:
We have an engineer assigned to this, and we think we know where it's going wrong (it only happens when comments are exported, so it's something in a comment). Yes, it's the same problem as what's affecting Wordpress and Dreamwidth import plugins. Unfortunately I don't have any information beyond that. I'm sorry, I wish I did. I use ljarchive too for my backups & searching and it's really frustrating not to have it.
Yeah, it's been refusing for weeks to download the comments. Almost enough to make me avoid LiveJournal altogether. What's the point if they won't cooperate with the best LJ archiving utility ever created (even though it's unmanned/unsupported right now)?
Just from yesterday:
Error message #1 was ~
ljArchive Error: System.IO.IOException: Unable to read data from the transp= ort connection. ---> System.Net.Sockets.SocketException: An existing connec= tion was forcibly closed by the remote host at System.Net.Sockets.Socket.BeginReceive(Byte[] buffer=2C Int32 offset= =2C Int32 size=2C SocketFlags socketFlags=2C AsyncCallback callback=2C Obje= ct state) at System.Net.Sockets.NetworkStream.BeginRead(Byte[] buffer=2C Int32 off= set=2C Int32 size=2C AsyncCallback callback=2C Object state) --- End of inner exception stack trace --- at System.Net.Sockets.NetworkStream.BeginRead(Byte[] buffer=2C Int32 off= set=2C Int32 size=2C AsyncCallback callback=2C Object state) at System.Net.Connection.BeginRead(Byte[] buffer=2C Int32 offset=2C Int3= 2 size=2C AsyncCallback callback=2C Object state) at System.Net.ConnectStream.InternalBeginRead(Int32 bytesToRead=2C Neste= dSingleAsyncResult castedAsyncResult=2C Boolean fromCallback) at System.Net.ConnectStream.BeginReadWithoutValidation(Byte[] buffer=2C = Int32 offset=2C Int32 size=2C AsyncCallback callback=2C Object state) at System.Net.ConnectStream.BeginRead(Byte[] buffer=2C Int32 offset=2C I= nt32 size=2C AsyncCallback callback=2C Object state) at System.Net.ConnectStream.Read(Byte[] buffer=2C Int32 offset=2C Int32 = size) at System.Xml.XmlEntityStream.Read(Byte[] buffer=2C Int32 offset=2C Int3= 2 count) at System.Xml.XmlStreamReader.Read(Byte[] data=2C Int32 offset=2C Int32 = length) at System.Xml.XmlScanner.Read() at System.Xml.XmlScanner.ScanComment() at System.Xml.XmlScanner.ScanDtdContent() at System.Xml.Schema.DtdParser.ScanDtdContent() at System.Xml.Schema.DtdParser.ParseDtdContent() at System.Xml.Schema.DtdParser.ParseDocTypeDecl() at System.Xml.Schema.DtdParser.Parse() at System.Xml.XmlTextReader.ParseDtd(XmlScanner scanner) at System.Xml.XmlTextReader.ParseTag() at System.Xml.XmlTextReader.ParseRoot() at System.Xml.XmlTextReader.Read() at EF.ljArchive.Engine.Sync.ExportCommentsMeta(OptionsRow or=2C ILJServe= r iLJ=2C SessionGenerateResponse sgr=2C Int32& serverMaxID=2C UserMapCollec= tion umc) at EF.ljArchive.Engine.Sync.ThreadStart()
About an hour or so later, I tried again. Error message #2 was ~
ljArchive Error: System.Xml.XmlException: The 'img' start tag on line '113' does not match the end tag of 'A'. Line 113, position 67. at System.Xml.XmlTextReader.ParseTag() at System.Xml.XmlTextReader.ParseBeginTagExpandCharEntities() at System.Xml.XmlTextReader.Read() at EF.ljArchive.Engine.Sync.ExportCommentsMeta(OptionsRow or, ILJServer iLJ, SessionGenerateResponse sgr, Int32& serverMaxID, UserMapCollection umc) at EF.ljArchive.Engine.Sync.ThreadStart()
Just FYI. I REALLLLY think LiveJournal oughta get a clue and make their coding LJ Archive-friendly ~~ don't you?
LJarchive started giving me this error a week or three back. At first I thought it might be because I'd flagged a comment as spam, but I'm still getting it, so that's unlikely...
ljArchive Error: System.Xml.XmlException: The 'img' start tag on line '105' does not match the end tag of 'A'. Line 105, position 67. at System.Xml.XmlTextReader.ParseTag() at System.Xml.XmlTextReader.ParseBeginTagExpandCharEntities() at System.Xml.XmlTextReader.Read() at EF.ljArchive.Engine.Sync.ExportCommentsMeta(OptionsRow or, ILJServer iLJ, SessionGenerateResponse sgr, Int32& serverMaxID, UserMapCollection umc) at EF.ljArchive.Engine.Sync.ThreadStart()
LJarchive has always worked great for me - until several weeks ago. Now, I keep getting this error message when it tries to sync:
System.Xml.XmlException: 'lj' ist ein undeklarierter Namespace. Zeile 106, Position 146. at System.Xml.XmlNSAttributeTokenInfo.FixNames() at System.Xml.XmlTextReader.ParseElement() at System.Xml.XmlTextReader.Read() at EF.ljArchive.Engine.Sync.ExportCommentsMeta(OptionsRow or, ILJServer iLJ, SessionGenerateResponse sgr, Int32& serverMaxID, UserMapCollection umc) at EF.ljArchive.Engine.Sync.ThreadStart()
"ist ein undeklarierter Namespace. Zeile 106, Position 146" means "is an undeclared namespace. Line 106, position 146"
Sometimes it crashes my Firefox, too. :-/
Does anyone have an idea what the prolem could be? I haven't changed anything about my system that I know of...
ljArchive worked fine for me up until April 8. Now it refuses to work. No idea if the problem arose because of a Windows update, or because LJ's problems with denial of service attacks. I can post to my LJ just fine. I can read my LJ just fine.
=======================================
ljArchive Error: EF.ljArchive.Engine.ExpectedSyncException: An expected exception occurred: ServerNotResponding ---> CookComputing.XmlRpc.XmlRpcIllFormedXmlException: Response from server does not contain valid XML. ---> System.Net.WebException: The operation has timed out. at System.Net.ConnectStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.IO.StreamReader.ReadBuffer(Char[] userBuffer, Int32 userOffset, Int32 desiredChars, Boolean& readToUserBuffer) at System.IO.StreamReader.Read(Char[] buffer, Int32 index, Int32 count) at System.Xml.XmlTextReaderImpl.ReadData() at System.Xml.XmlTextReaderImpl.ParseQName(Boolean isQName, Int32 startOffset, Int32& colonPos) at System.Xml.XmlTextReaderImpl.ParseElement() at System.Xml.XmlTextReaderImpl.ParseElementContent() at System.Xml.XmlTextReaderImpl.Read() at System.Xml.XmlLoader.LoadNode(Boolean skipOverWhitespace) at System.Xml.XmlLoader.LoadDocSequence(XmlDocument parentDoc) at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace) at System.Xml.XmlDocument.Load(XmlReader reader) at System.Xml.XmlDocument.Load(TextReader txtReader) at CookComputing.XmlRpc.XmlRpcSerializer.DeserializeResponse(TextReader trdr, Type returnType) --- End of inner exception stack trace --- at CookComputing.XmlRpc.XmlRpcSerializer.DeserializeResponse(TextReader trdr, Type returnType) at CookComputing.XmlRpc.XmlRpcSerializer.DeserializeResponse(Stream stm, Type returnType) at CookComputing.XmlRpc.XmlRpcClientProtocol.ReadResponse(XmlRpcRequest req, WebResponse webResp, Stream respStm, Type returnType) at CookComputing.XmlRpc.XmlRpcClientProtocol.Invoke(Object clientObj, String methodName, Object[] parameters) at CookComputing.XmlRpc.XmlRpcClientProtocol.Invoke(String MethodName, Object[] Parameters) at XmlRpcProxy8185054d-b214-401b-b847-ac4a8a2335b4.Login(LoginParams ) at EF.ljArchive.Engine.Sync.Login(OptionsRow or, ILJServer iLJ, LoginResponse& lr, String& communityPicURL) at EF.ljArchive.Engine.Sync.ThreadStart() --- End of inner exception stack trace ---