[PyQt] QNetworkReply pyQt

Florian Bruhin me at the-compiler.org
Wed May 3 16:33:07 BST 2017


Hi,

On Wed, May 03, 2017 at 10:53:37AM -0400, Christopher Probst wrote:
> Problem is, it looks as if the readyRead, error or finished signal are
> never emitted. What am I doing wrong?

Hard to say without a working example - I think it'd also be possible
that the readyRead signal is emitted before you connect the slot. Then
it's never emitted again (and neither are the others) because you never
read anything from the reply.

Florian

-- 
https://www.qutebrowser.org  | me at the-compiler.org (Mail/XMPP)
   GPG: 916E B0C8 FD55 A072  | https://the-compiler.org/pubkey.asc
         I love long mails!  | https://email.is-not-s.ms/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20170503/4678e3b1/attachment.sig>


More information about the PyQt mailing list