Installing dependencies failing
Hi,
I am getting the following Traceback error on Windows, when attempting to download and install dependencies via Git Bash. Any help please?
Traceback (most recent call last):
File "shellshare", line 185, in
I've found this is due to the server not accepting a query without a user agent (and had already been proposed a fix on #64). This can be fixed on the server-side, or in the shellshare script when calling the server. I've opened PR #66 that fixes for python3 only. You could try to test it using my changes by:
curl -sLo shellshare https://raw.githubusercontent.com/dpshelio/shellshare/win_403_error_py3/public/bin/shellshare
python shellshare
Great, this worked!