You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
self.mRepositories[reposName]["error"] +="\n\n"+QCoreApplication.translate("QgsPluginInstaller", "If you haven't cancelled the download manually, it might be caused by a timeout. In this case consider increasing the connection timeout value in QGIS options.")
self.mRepositories[reposName]["error"] +="\n\n"+QCoreApplication.translate("QgsPluginInstaller", "If you haven't cancelled the download manually, it was most likely caused by a timeout. In this case consider increasing the connection timeout value in QGIS options window.")
402
397
else:
403
398
reposXML=QDomDocument()
404
399
reposXML.setContent(reply.readAll())
@@ -458,8 +453,14 @@ def xmlDownloaded(self):
458
453
plugins.addFromRepository(plugin)
459
454
self.mRepositories[reposName]["state"] =2
460
455
else:
456
+
# no plugin metadata found
461
457
self.mRepositories[reposName]["state"] =3
462
-
self.mRepositories[reposName]["error"] =QCoreApplication.translate("QgsPluginInstaller", "Server response is 200 OK, but doesn't look like plugin metatada.")
self.mRepositories[reposName]["error"] =QCoreApplication.translate("QgsPluginInstaller", "Server response is 200 OK, but doesn't contain plugin metatada. This is most likely caused by a proxy or a wrong repository URL. You can configure proxy settings in QGIS options.")
0 commit comments