Skip Menu |

This queue is for tickets about the AnyEvent-XMPP CPAN distribution.

Report information
The Basics
Id: 42806
Status: resolved
Priority: 0/
Queue: AnyEvent-XMPP

People
Owner: elmex [...] ta-sa.org
Requestors: groditi [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.2
Fixed in: (no value)



Subject: Possible missing dependency
I keep getting the following error on any attempt to connect: "disconnect (:): Couldn't create socket to :: Connection refused"
On Mon Jan 26 10:58:49 2009, GRODITI wrote: Show quoted text
> I keep getting the following error on any attempt to connect: > > "disconnect (:): Couldn't create socket to :: Connection refused"
Hmm, I fixed that broken error message recently. The fix is in the git repository. I can't say why you can't connect from this little information. I wonder why this is a missing dependency? A missing module would not allow the program to run at all.
From: cpan [...] pennewiss.de
On Mo. 26. Jan. 2009, 10:58:49, GRODITI wrote: Show quoted text
> I keep getting the following error on any attempt to connect: > > "disconnect (:): Couldn't create socket to :: Connection refused"
maybe this is caused by missing SRV-Support? Same Problem here - look at bug #42808. Marcel
On Mon Jan 26 11:46:30 2009, mape2k wrote: Show quoted text
> On Mo. 26. Jan. 2009, 10:58:49, GRODITI wrote:
> > I keep getting the following error on any attempt to connect: > > > > "disconnect (:): Couldn't create socket to :: Connection refused"
> > maybe this is caused by missing SRV-Support? Same Problem here - look at > bug #42808. >
No, SRV support is available. It might be related to bad argument passing, which is fixed in the git repository (and in the next release). Greetings, Robin
The problem should be fixed in version 0.3 now. It was probably the bad argument passing (which often resulted in the above, also fixed, error message).