Running python3.6.exe ~\repos\SoundScrape\soundscrape\soundscrape.py twofeetmusic on Windows 10 results in
Active code page: 65001
Expecting value: line 1 column 1 (char 0)
Apparently this call to get_soundcloud_api2_data(artist_id) fails because the requests.get(v2_url) call returns a 401 unauthorized error. Unfortunately I don't know enough to debug the issue further.