Adium transcripts inaccessible

An instant messenger which can connect to AIM, GTalk, Jabber, ICQ, and more.
Post Reply
akatari
Harmless
Posts: 1
Joined: Sat Jul 06, 2019 4:10 pm

Adium transcripts inaccessible

Post by akatari »

Hello! I'm running Adium 1.5.10.4 on Mac OS 10.11.6, and although I no longer use it for communication (alas) I still check my old transcripts for various things. The last time I know I checked transcripts within Adium was January of this year. When I open it now the option to view transcripts is greyed out completely.

Edit/correction: Was accidentally searching the system library instead of the user library, so part of my request (which I've deleted) isn't current any more--it seems, and I've checked this with a friend having the same problem (OS 10.13, not sure of version or of Adium version), that Adium is no longer reading .chatlog files. Any clue what's causing that or whether it can be fixed/another program can be found?
User avatar
Simba Cub
Mocha
Posts: 506
Joined: Thu Apr 28, 2005 8:22 pm
Location: Sussex, UK
Contact:

Re: Adium transcripts inaccessible

Post by Simba Cub »

Wish I could help you mate, I really do. I'm just an ex-user. I really miss Adium too, not just because it was a superb programme but also because of the fantastic community. I regularly curse AIM, MSN and Facebook for shifting the goalposts!
cai
Harmless
Posts: 1
Joined: Thu Jan 30, 2020 10:40 am
Contact:

Re: Adium transcripts inaccessible

Post by cai »

This isn't a pretty solution, but should at least let you get to the contents of the logs:

The .chatlog "files" are actually package directories. You can right-click on them and select "show package contents" from the contextual menu. In there should be .xml files which contain the contents of the logs in plain text, which you should be able to open in any text editor, such as TextEdit or Sublime.

E.g. here's a snippet of mine:

Code: Select all

<message sender="cai@[redacted]" time="2018-05-10T09:20:17+0100" alias="Cai @ Work"><div>I&apos;m going to register for this conference</div></message>
<message sender="elt@[redacted]" time="2018-05-10T09:22:59+0100" alias="Ellie"><div><span style="font-family: Helvetica; font-size: 12pt;">Cool!</span></div></message>
It's a bit of a mess: html entities in place of some punctuation and plenty of XHTML tags. But the messages themselves, along with names and timestamps.

Hope that's of help.
Post Reply