-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Python error #85
Comments
Hi @joonaris thanks for the bug report, I can reproduce it. Perhaps something changes on the server side. I will take a look at this bug. |
Hi @joonaris |
Update: it's now available on QGIS Plugin Repository. |
@ismailsunni Thanks! Now it works. |
What is the bug or the crash?
Unable to open the tool.
Tried with several QGIS versions (3.28., 3.30., 3.32.)
I got the following error message:
2023-11-01T11:06:14 WARNING Traceback (most recent call last):
File "C:\Users/joona/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\qgis_hub_plugin\utilities\common.py", line 33, in download_resource_thumbnail
extension = url.split(".")[-1]
AttributeError: 'NoneType' object has no attribute 'split'
Steps to reproduce the issue
QGIS and Plugin Versions
Tried wtih several QGIS versions. Same problem every time.
3.28.
3.30.
3.34.
Operating System
Windows 10
The text was updated successfully, but these errors were encountered: