Closed harsh778 closed 3 years ago
Can you run the following command in your terminal and tell me the output
defaults read loginwindow SystemVersionStampAsString
This will tell you the OSX version that you're running
The version my mac is running is 10.12.6
I'll need to check the documentation for that version before I can try to fix it. Thanks
Oh sure, thanks:)
Please try the following to see if it works. It's not going to be very performant and it will use more CPU than the original but it will work.
Edit the file and replace the line #91:
log stream --process="mediaremoted" --type="log" --color="none" --style="compact" | \
to this:
log stream --type="log" --color="none" --style="compact" | \
This change will cause the script to go trough all the messages, causing more CPU usage.
I can't find why the process mediaremoted is not present in your version yet. But this will be only workaround in case I don't find what happend to mediaremoted
Alright. So, I changed the line 91 of NoAdsSpotify.sh as told. I ran the program again from the terminal. This time, I face this error.
Try this:
log stream --type="log" --style="syslog" | \
It seems to work this time because I didn't get any error. However, the ads still don't stop. I had the terminal running this program open and also the NoAdsSpotify.sh file (just in case).
That's strange. I test that and works fine. Are you using HDMI speakers?
Nope, I ain't using the HDMI speakers. For the program to work A-OK, I only need to run sh ~/MuteSpotifyAds/NoAdsSpotify.sh
in the terminal right? Anything else needs to be done too?
Yes. Are you using the Spotify app, right? or are you using the web ?
Yes, I am using the installable app.
Sorry, I don't know why it's not working then. Probably the logs are not working in the same way that they do on later versions of the OS.
I can't do anything more at this point
Oh alrighty. Anyways, thanks a lot for all the help and prompt responses :)
Try this before I close the ticket:
No luck! No such message appears. Maybe, I will try updating the version of my mac and try again later some time. Thanks, once again!
Sorry I couldn't help you. Thanks for your support anyways. Closing the ticket
Hi! First of all great work on this project. I was trying to install it using terminal but unfortunately I am encountering this error. Please refer to the attached screenshot and help me fix the error! Thanks in advance!