Husarov Artem

Results 4 comments of Husarov Artem

if issue persists next locate your _site-packages/social_django/middleware.py_ you can use: `locate site-packages/social_django/middleware.py` Update your file by changing import from: `from django.utils.http import urlquote` to: `from urllib.parse import quote` do not...

if you tried "JSON.parse(data)" you need to add such line: `jsonFile.open("r")` before parsing ``` function readJsonFile(jsonFile) { jsonFile.open("r") // without this line you could have: `Error 23: & does not...

> `pip install --upgrade https://github.com/ozgur/python-linkedin/tarball/master` Thank you @admhpr