usc-isi-i2 / dig-etl-engine

Download DIG to run on your laptop or server.
http://usc-isi-i2.github.io/dig/
MIT License
101 stars 39 forks source link

Error 500 while querying data #269

Open elmaestro08 opened 5 years ago

elmaestro08 commented 5 years ago

Got an AttributeError: module 'urllib' has no attribute 'unquote' thrown on line 240 of app/mydig-webservice/ws/search/conjunctive_query.py

Solution: https://stackoverflow.com/questions/8628152/url-decode-with-python-3