traveltime-dev / traveltime-platform-qgis-plugin

https://docs.traveltime.com/
2 stars 2 forks source link

Installing TravelTime plug-in QGIS 3.36.0-Maidenhead generates error from initAlgorithm #89

Open EwenH opened 3 months ago

EwenH commented 3 months ago

Hi, I installed TravelTime and it works exceedingly well however it pops up two error boxes on installing. I tried reinstalling the plug-in and the same two boxes popped up

TypeError: QgsProcessingParameterNumber(): arguments did not match any overloaded call: overload 1: argument 'type' has unexpected type 'int' overload 2: argument 1 has unexpected type 'str' Traceback (most recent call last): File "C;***REDACTED***\travel_time_platform_plugin\algorithms\simple.py", line 334, in initAlgorithm QgsProcessingParameterNumber( TypeError: QgsProcessingParameterNumber(): arguments did not match any overloaded call: overload 1: argument 'type' has unexpected type 'int' overload 2: argument 1 has unexpected type 'str'

chris-traveltime commented 3 months ago

Hi Ewen,

What version of QGIS are you running? The plugin is compatible up to the LTR version of QGIS (3.34) but there are currently some issues with newer versions than that.

Chris