Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin list unavailable #57245

Open
2 tasks
Bavarello opened this issue Apr 24, 2024 · 8 comments
Open
2 tasks

Plugin list unavailable #57245

Bavarello opened this issue Apr 24, 2024 · 8 comments
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Feedback Waiting on the submitter for answers

Comments

@Bavarello
Copy link

Bavarello commented Apr 24, 2024

What is the bug or the crash?

I can not see the list of plugins.

Edizione Windows 11 Pro
Versione 23H2
Data installazione: ‎27/‎12/‎2023
Build sistema operativo 22631.3447
Esperienza Windows Feature Experience Pack 1000.22688.1000.0

Steps to reproduce the issue

Going under Plugins / manage and install plugins / settings says "not available":

URL https://plugins.qgis.org/plugins/plugins.xml
PARAMETERS? Qgis = 3.36

I can not see the list of plugins,

image

Versions

image

Supported QGIS version

  • I'm running a supported QGIS version according to the roadmap.

New profile

Additional context

image

Thanks for the attention

@Bavarello Bavarello added the Bug Either a bug report, or a bug fix. Let's hope for the latter! label Apr 24, 2024
@rduivenvoorde
Copy link
Contributor

@Bavarello is this still true for you? For me all is ok (at this moment)

Can you get this url in a browser?
https://plugins.qgis.org/plugins/plugins.xml?qgis=3.36

Or are you maybe in an environment where you need to use a Proxy to access the web?

@rduivenvoorde rduivenvoorde added the Feedback Waiting on the submitter for answers label Apr 26, 2024
@Bavarello
Copy link
Author

Bavarello commented Apr 26, 2024

Unfortunately, I still haven't been able to understand if it's a problem with my PC or with QGis.
I don't have to access via proxy, I have direct access to the internet.

However at the following address:
https://plugins.qgis.org/plugins/plugins.xml

the response is: 404 Not Found

Thanks you for feedback.

@agiudiceandrea
Copy link
Contributor

However at the following address:\nhttps://plugins.qgis.org/plugins/plugins.xml\n\nthe response is: 404 Not Found

It is normal. You have to check the URL https://plugins.qgis.org/plugins/plugins.xml?qgis=3.36 as requested.

@Bavarello
Copy link
Author

It is normal. You have to check the URL https://plugins.qgis.org/plugins/plugins.xml?qgis=3.36 as requested.

With this address there is no access problem except that from within QGis access to the official plugin repository is given by the following:

https://plugins.qgis.org/plugins/plugins.xml

QGIS.ini

image

@agiudiceandrea
Copy link
Contributor

within QGis access to the official plugin repository is given by the following:

https://plugins.qgis.org/plugins/plugins.xml

It is normal. QGIS always adds the ?qgis= part to the base URL before fetching the plugin list:

def urlParams(self) -> str:
""" return GET parameters to be added to every request """
# Strip down the point release segment from the version string
return "?qgis={}".format(re.sub(r'\.\d*$', '', pyQgisVersion()))

def requestFetching(self, key: str, url: Optional[QUrl] = None, redirectionCounter=0, force_reload: bool = False):
""" start fetching the repository given by key """
self.mRepositories[key]["state"] = Repositories.STATE_LOADING
if not url:
url = QUrl(self.mRepositories[key]["url"] + self.urlParams())

You can check the actual URL fetched by QGIS using the Network Logger in the Debugging/Development Tools panel https://docs.qgis.org/3.34/en/docs/user_manual/introduction/general_tools.html#network-logger.

Anyway the reported issue looks like a local issue due to some proxy / firewall / other interfering software that intercepts / filters / blocks Internet requests made by QGIS.

@Bavarello
Copy link
Author

All this with a fresh and clean installation

image

@rduivenvoorde
Copy link
Contributor

And in a your internet browser it works?

It looks you have a 'timeout', going to plugins.qgis.org.

Did this ever work? Or is this the first time you are using QGIS?

How did you install QGIS (or who dit how)?

I know Windows has a 'firewall', can you check(disable) that?
Is it possible that QGIS is (by Windows) not allowed to go to the internet?

@Bavarello
Copy link
Author

I did a clean install via OSGeo4W.
My internet connection via browser (Google) is normal, no problems.
The previous version of QGis (3.36.1) worked without problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Feedback Waiting on the submitter for answers
Projects
None yet
Development

No branches or pull requests

3 participants