Can't log in to MSN on Leopard - Just keeps trying to connec

An instant messenger which can connect to AIM, MSN, Jabber, Yahoo, and more.

Can't log in to MSN on Leopard - Just keeps trying to connec

Postby hollerz » Fri Oct 26, 2007 4:16 pm

I'm having problems connecting to MSN using Adium 1.1.3 on Leopard. Adium just keeps trying to connect, I don't get any error messages, it just never actually connects! I did an erase and install, and Adium was the first thing I downloaded.

Any ideas?
hollerz
Muffin
 
Posts: 43
Joined: Tue May 24, 2005 1:57 am

Postby zac » Fri Oct 26, 2007 4:18 pm

Adium connects to MSN on Leopard just fine for me. Are you behind a firewall? What's your server information set to?
User avatar
zac
Cocoaforge Admin
 
Posts: 1121
Joined: Sun Mar 27, 2005 10:19 am

Postby hollerz » Fri Oct 26, 2007 4:26 pm

I am behind a firewall but it's the exact same setup as Tiger which worked fine. Which server information do you mean?

Thanks for your help!
hollerz
Muffin
 
Posts: 43
Joined: Tue May 24, 2005 1:57 am

Postby zac » Fri Oct 26, 2007 6:03 pm

In the options for the account, what are the settings? Do you have anything like LittleSnitch installed, too?
User avatar
zac
Cocoaforge Admin
 
Posts: 1121
Joined: Sun Mar 27, 2005 10:19 am

Postby cthree » Fri Oct 26, 2007 9:37 pm

Same problem. After upgrading MSN will not connect but AIM and Yahoo do.
cthree
Harmless
 
Posts: 1
Joined: Fri Oct 26, 2007 9:36 pm

Postby y04chs067 » Fri Oct 26, 2007 10:01 pm

yes, I face similar problems. Anyone got a solution?
y04chs067
Harmless
 
Posts: 4
Joined: Fri Oct 26, 2007 9:59 pm

Postby hollerz » Sat Oct 27, 2007 2:09 am

zac wrote:In the options for the account, what are the settings? Do you have anything like LittleSnitch installed, too?


Settings are the defaults:

Login server: messenger.hotmail.com
Port: 1863
Connect via HTTP: Unchecked
Check for new email: Unchecked.

I don't have LittleSnitch or anything similar installed!

Thanks!
hollerz
Muffin
 
Posts: 43
Joined: Tue May 24, 2005 1:57 am

Postby SirFlibble » Sat Oct 27, 2007 2:34 am

I'll put in a me too here.

Adium works fine on my powerbook I haven't upgraded yet but not on my Macbook which I have. Both set up the same and behind firewalls.
SirFlibble
Harmless
 
Posts: 2
Joined: Sat Oct 27, 2007 2:28 am

Postby y04chs067 » Sat Oct 27, 2007 7:47 am

hmm, I think it is something to do with the networking. When adium (on leopard) is trying to connect to the internet at home, it gets a Reading error, but when I was in a public Wireless hotspot, it connects just fine.

Hope that helps the developers solve the problem
y04chs067
Harmless
 
Posts: 4
Joined: Fri Oct 26, 2007 9:59 pm

Postby hollerz » Sat Oct 27, 2007 9:13 am

y04chs067 wrote:hmm, I think it is something to do with the networking. When adium (on leopard) is trying to connect to the internet at home, it gets a Reading error, but when I was in a public Wireless hotspot, it connects just fine.

Hope that helps the developers solve the problem


Ahh yeah, you do get an error message after leaving it for a LONG time trying to connect! It says "Connection Error from Notification Server: Reading Error"
hollerz
Muffin
 
Posts: 43
Joined: Tue May 24, 2005 1:57 am

A Temporary solution

Postby Lempa » Sat Oct 27, 2007 3:29 pm

A temporary solution is to add these lines to your /etc/hosts file:
Code: Select all
65.54.179.216   nexus.passport.com
65.54.239.20    messenger.hotmail.com
65.54.183.203   login.live.com
Lempa
Harmless
 
Posts: 3
Joined: Sat Oct 27, 2007 3:28 pm

Re: A Temporary solution

Postby hollerz » Sat Oct 27, 2007 3:54 pm

Lempa wrote:A temporary solution is to add these lines to your /etc/hosts file:
Code: Select all
65.54.179.216   nexus.passport.com
65.54.239.20    messenger.hotmail.com
65.54.183.203   login.live.com


Thank you so much for your help, and please forgive me, but where would I find the /etc/hosts file?
hollerz
Muffin
 
Posts: 43
Joined: Tue May 24, 2005 1:57 am

Postby Lempa » Sat Oct 27, 2007 4:02 pm

Type this in Terminal:

sudo su (enter your pass)
cp /etc/hosts /etc/hosts.bak
echo 65.54.239.20 messenger.hotmail.com >> /etc/hosts
echo 65.54.179.216 nexus.passport.com >> /etc/hosts
echo 65.54.183.203 login.live.com >> /etc/hosts
exit
Lempa
Harmless
 
Posts: 3
Joined: Sat Oct 27, 2007 3:28 pm

Postby hollerz » Sat Oct 27, 2007 4:07 pm

Worked perfectly!! Thank you so much!! :D
hollerz
Muffin
 
Posts: 43
Joined: Tue May 24, 2005 1:57 am

Postby Lempa » Sat Oct 27, 2007 4:15 pm

No problem. Just remember that this is a temporary solution and as soon as a bugfix arrives these changes should be removed

Here is how to remove them:

sudo su (enter password)
cp /etc/hosts.bak /etc/hosts
exit
Lempa
Harmless
 
Posts: 3
Joined: Sat Oct 27, 2007 3:28 pm

Postby hollerz » Sat Oct 27, 2007 4:17 pm

Will keep that in mind, thanks again!
hollerz
Muffin
 
Posts: 43
Joined: Tue May 24, 2005 1:57 am

Postby pauld_dotnet » Sat Oct 27, 2007 7:58 pm

Confirmed, works perfect, thank you!
pauld_dotnet
Harmless
 
Posts: 2
Joined: Fri Oct 26, 2007 5:06 am

Postby JKonline » Sun Oct 28, 2007 12:28 am

I keep getting a Permission Denied error when I type in cp etc... etc...
JKonline
Harmless
 
Posts: 1
Joined: Sun Oct 28, 2007 12:26 am

Postby y04chs067 » Sun Oct 28, 2007 2:58 am

type sudo su in the terminal and press return. The terminal will prompt you for a password. enter your correct password and then continue with the commands
y04chs067
Harmless
 
Posts: 4
Joined: Fri Oct 26, 2007 9:59 pm

Postby Norwegian » Sun Oct 28, 2007 4:19 am

Got the same problem after upgrading to Leopard. Can't be bother to fiddle around with Terminal.....can we expect a new update of Adium soon?
Norwegian
Harmless
 
Posts: 1
Joined: Sun Oct 28, 2007 4:10 am

Next

Return to Adium

Who is online

Users browsing this forum: czak, Google [Bot]