GIScience / orstools-qgis-plugin

Plugin for QGIS with a set of tools to use openrouteservice API´s, based on openstreetmap
https://plugins.qgis.org/plugins/ORStools/
MIT License
98 stars 31 forks source link

Distance Matrix arguments did not match any overloaded cal #100

Closed Fragoso09 closed 5 years ago

Fragoso09 commented 5 years ago

Here's what I did

Distance Matrix was running ok and after the update it's showing me this error:

          **TypeError: arguments did not match any overloaded call:
          post(self, QNetworkRequest, QIODevice): argument 2 has unexpected type 'dict'
          post(self, QNetworkRequest, Union[QByteArray, bytes, bytearray]): argument 2 has unexpected type 'dict'
          post(self, QNetworkRequest, QHttpMultiPart): argument 2 has unexpected type 'dict'**

Probably related with networkaccessmanager.py

nilsnolde commented 5 years ago

just uploaded the fix to the repository. should be available within the day.