[Bug 31621] New: file transfer not working

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sun Nov 14 17:30:08 CET 2010


https://bugs.freedesktop.org/show_bug.cgi?id=31621

           Summary: file transfer not working
           Product: Telepathy
           Version: 0.10
          Platform: Other
        OS/Version: Windows (All)
            Status: NEW
          Severity: normal
          Priority: medium
         Component: gabble
        AssignedTo: telepathy-bugs at lists.freedesktop.org
        ReportedBy: tflueeli at gmail.com
         QAContact: telepathy-bugs at lists.freedesktop.org


>From the logs I can see that establishing a socks5 transport fails and falling
back to IBB doesn't work either. So there are probably two problems.

I've looked a bit into the socks5 initiation and found that connect() in
try_to_connect() in gibber-tcp-transport.c returns -1 and WSAGetLastError()
returns WSAEWOULDBLOCK. Sjoerd suggested on IRC to add a check to
gibber_connect_errno_requires_retry(). With that change I get another error
code, namely WSAEISCONN. If a add this to the check if connect() was successful
it works a bit better. A socks5 auth request is sent but after that it stalls.

I also entcounter the socks5 problem with stream tubes, using Dario Freddi's
telepathy-qt4 high-level-tubes branch.

The same code (file transfer and stream tubes) works well on Linux.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



More information about the telepathy-bugs mailing list