Running SDK 1.6 on MacOS 10.14.4
The feed parser command did not work so I changed it to:
python3 -m pip install feedparser
feedparser installed successfully
first run it errored after a few seconds:
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 400: Bad Request
second run was longer but then:
File "/usr/local/Cellar/python/3.7.2/Frameworks/Python.framework/Versions/3.7/lib/python3.7/urllib/request.py", line 649, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 400: Bad Request
Running SDK 1.6 on MacOS 10.14.4
The feed parser command did not work so I changed it to:
python3 -m pip install feedparser
feedparser installed successfully
first run it errored after a few seconds:
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 400: Bad Request
second run was longer but then:
File "/usr/local/Cellar/python/3.7.2/Frameworks/Python.framework/Versions/3.7/lib/python3.7/urllib/request.py", line 649, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 400: Bad Request