Hi, I'm interested in using this tool for automating some streaming workflows on Twitch, and I hope to be able to tell my other streaming friends how useful it is once I get it working the way I hope. I have a quick issue-
I just installed a fresh copy of Python 3.9 and ran the pip command, which seemingly installed spotify-cli. However, when attempting to set up auth with my own app (or at all), nothing is returned - I just get a blank line and return to the command prompt without any errors or anything. Have I mucked up the install somehow? I tried running the pip command again, but no luck.
This was an issue with my Python install that I resolved by uninstalling all Python installations, installing Python 3.10, and manually installing ZLIB thereafter to fix PIP3.
Hi, I'm interested in using this tool for automating some streaming workflows on Twitch, and I hope to be able to tell my other streaming friends how useful it is once I get it working the way I hope. I have a quick issue-
I just installed a fresh copy of Python 3.9 and ran the pip command, which seemingly installed spotify-cli. However, when attempting to set up auth with my own app (or at all), nothing is returned - I just get a blank line and return to the command prompt without any errors or anything. Have I mucked up the install somehow? I tried running the pip command again, but no luck.