Hi, 2016-04-05 22:01 GMT+02:00 Richard Duivenvoorde <[email protected]>: > This error comes from the plugin installer stuff: > > https://github.com/qgis/QGIS/blob/master/python/pyplugin_installer/qgsplugininstallerinstallingdialog.py#L126
I looked at this issue more closely, and you are right, the plugin manager downloads from [1] a HTML with redirection message: <html><body>You are being <a href="https://codeload.github.com/ctu-osgeorel-proj/bp-pesek-2016/zip/master">redirected</a>.</body></html> I fixed the issue by using `https://codeload.github.com/ctu-osgeorel-proj/bp-pesek-2016/zip/master`. Cheers, Ma -- Martin Landa http://geo.fsv.cvut.cz/gwiki/Landa http://gismentors.cz/mentors/landa _______________________________________________ Qgis-developer mailing list [email protected] List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer
