enricofer / go2streetview

22 stars 22 forks source link

TypeError: qRegisterResourceData(int, bytes, bytes, bytes): argument 2 has unexpected type 'str' #73

Closed J-Southwell closed 3 weeks ago

J-Southwell commented 1 year ago

Installing go2streetview on QGIS 3.28.6 gives the following error:

TypeError: qRegisterResourceData(int, bytes, bytes, bytes): argument 2 has unexpected type 'str'

image

lucadelu commented 8 months ago

It seems related to qgis2web plugin, I got the same error with another plugin and I found other tickets with the same problem. Removing qgis2web this error disappear.