Hi,
trying to use the networkaccessmanager.py class.
in 2.18 all was working fine!
But now I try to use it in QGIS2.99 (Qt 5.9.1 in Debian Testing) I get these errors:
TypeError: connect() failed between requestTimedOut(QNetworkReply*) and requestTimedOut()
and if you comment out the connect line:
https://github.com/boundlessgeo/lib-qgis-commons/blob/master/qgiscommons2/network/networkaccessmanager.py#L220
You will get:
TypeError: connect() failed between sslErrors(QList) and sslErrors()
Here: https://stackoverflow.com/questions/42123029/how-to-fix-typeerror-connect-failed-between-navigationtoolbar2qt-messagestr
it says: exposed by more strict checking in PyQt 5.7....
Did one of you hit these?
To me it is not clear WHAT is more strict now...