Maaka2890 / BBox3

Bounding Box plugin for QGIS 3
0 stars 1 forks source link

Uncaught AttributeError: 'NoneType' object has no attribute 'group' #2

Closed UrbanPlan-LDB closed 2 months ago

UrbanPlan-LDB commented 1 year ago

Steps to reproduce

  1. First
  2. Second
  3. Third
Traceback (most recent call last):
  File "C:\Users/Lucio De Benedictis/AppData/Roaming/QGIS/QGIS3\profiles\Lucio_02_23/python/plugins\BoundingBox\BoundingBox_dialog.py", line 62, in CalculateBB
    url = urlresult.group(1)
AttributeError: 'NoneType' object has no attribute 'group'

BoundingBox 2.1, QGIS 3.28.5-Firenze on Windows 10

mstuyts commented 2 months ago

This is a duplicate of issue #1

Maaka2890 commented 2 months ago

mstuyts made a pull request ( https://github.com/Maaka2890/BBox3/pull/3 ) that solves this problem. This has been merged.