Matthew Becker

Results 2 issues of Matthew Becker

I'm attempting to run this in PyCharm. I am getting the error `FileNotFoundError: [Errno 2] No such file or directory: 'wget'`. It looks to be coming from `output = subprocess.check_output(['wget',...

I'm hitting the endpoint on my raspberry pi with python trying to play a song in the living room with the following: `r = requests.get('http://localhost:5005/Living%20Room/applemusic/now/album:370090822')` When running in terminal I...