zD12 / galaxium

Automatically exported from code.google.com/p/galaxium
0 stars 0 forks source link

I'm not in my contacts list and they can't see me :-( #297

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Launch Galaxium
2. All of my contacts have a small yellow star
3. They think I'm offline...

What is the expected output? What do you see instead?
I hope they should see me ;-)

What version of the product are you using? On what operating system?
(you can run the "diagnose" script in the root directory of the Galaxium
sources to get a detailed report)
Galaxium v0.8-svn, build 1194.

Please provide any additional information below.
Everything was ok before yesterday. Then, the servers were changed (cause
Microsoft) and, since this moment, I have my problem...

Original issue reported on code.google.com by dber...@gmail.com on 18 Jul 2008 at 7:14

GoogleCodeExporter commented 9 years ago

Original comment by paulburt...@gmail.com on 18 Jul 2008 at 7:18

GoogleCodeExporter commented 9 years ago
I think issue 296 and issue 297 are both the same thing, which is a bug in the
serialization of some SOAP classes, which should be fixed in r1195.

In order to fix this, you're going to need to remove 2 files. Run the following 
2
commands in a terminal, then run Galaxium and sign in, your accounts should be 
back
to normal.

rm ~/.config/Galaxium/Cache/MSN/*/addressbook*
rm ~/.config/Galaxium/Cache/MSN/*/membership*

(Everyone using monodevelop needs to also run those commands with GalaxiumDebug 
in
place of Galaxium)

Original comment by paulburt...@gmail.com on 18 Jul 2008 at 8:15