Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Latest version 1.6.1 doesn't mute ads #51

Closed
pchhetri opened this issue Mar 18, 2015 · 20 comments
Closed

Latest version 1.6.1 doesn't mute ads #51

pchhetri opened this issue Mar 18, 2015 · 20 comments

Comments

@pchhetri
Copy link

No description provided.

@artemgordinskiy
Copy link
Owner

  1. What are the versions of your Spotify and Spotifree apps?
  2. Would you please open your Console (Applications/Utilities/Console.app) and search for anything related to Spotifree?

@ianobermiller
Copy link

UPDATE: I updated both Spotify and Spotifree and it now starts correctly and blocks ads.

Also stopped working for me, and crashes on start.

  • Spotify version 1.0.1.1060
  • Spotifree version 1.5

Here are matching logs from Console:

3/19/15 11:15:21.928 AM Spotifree[82257]: warning: failed to get scripting definition from /Applications/Spotify.app; it may not be scriptable.
3/19/15 11:15:21.929 AM Spotifree[82257]: -[SBApplication playerState]: unrecognized selector sent to instance 0x618000045dc0
3/19/15 11:15:21.930 AM Spotifree[82257]: An uncaught exception was raised
3/19/15 11:15:21.930 AM Spotifree[82257]: -[SBApplication playerState]: unrecognized selector sent to instance 0x618000045dc0
3/19/15 11:15:21.930 AM Spotifree[82257]: (
    0   CoreFoundation                      0x00007fff86d7466c __exceptionPreprocess + 172
    1   libobjc.A.dylib                     0x00007fff905f476e objc_exception_throw + 43
    2   CoreFoundation                      0x00007fff86d776dd -[NSObject(NSObject) doesNotRecognizeSelector:] + 205
    3   CoreFoundation                      0x00007fff86cbeaa4 ___forwarding___ + 1028
    4   CoreFoundation                      0x00007fff86cbe618 _CF_forwarding_prep_0 + 120
    5   Spotifree                           0x0000000100002394 Spotifree + 9108
    6   Spotifree                           0x0000000100001ba7 Spotifree + 7079
    7   Spotifree                           0x0000000100001c1e Spotifree + 7198
    8   Spotifree                           0x0000000100003055 Spotifree + 12373
    9   CoreFoundation                      0x00007fff86c8285f -[NSSet makeObjectsPerformSelector:] + 223
    10  AppKit                              0x00007fff8e9195cd -[NSIBObjectData nibInstantiateWithOwner:options:topLevelObjects:] + 1216
    11  AppKit                              0x00007fff8e429605 loadNib + 384
    12  AppKit                              0x00007fff8e99a5ab +[NSBundle(NSNibLoading) _loadNibFile:nameTable:options:withZone:ownerBundle:] + 313
    13  AppKit                              0x00007fff8e428cd5 -[NSBundle(NSNibLoading) loadNibNamed:owner:topLevelObjects:] + 201
    14  AppKit                              0x00007fff8e428aa1 +[NSBundle(NSNibLoading) loadNibNamed:owner:] + 344
    15  AppKit                              0x00007fff8e424549 NSApplicationMain + 605
    16  Spotifree                           0x0000000100001824 Spotifree + 6180
    17  ???                                 0x0000000000000001 0x0 + 1
)
3/19/15 11:15:21.930 AM Spotifree[82257]: *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[SBApplication playerState]: unrecognized selector sent to instance 0x618000045dc0'
*** First throw call stack:
(
    0   CoreFoundation                      0x00007fff86d7466c __exceptionPreprocess + 172
    1   libobjc.A.dylib                     0x00007fff905f476e objc_exception_throw + 43
    2   CoreFoundation                      0x00007fff86d776dd -[NSObject(NSObject) doesNotRecognizeSelector:] + 205
    3   CoreFoundation                      0x00007fff86cbeaa4 ___forwarding___ + 1028
    4   CoreFoundation                      0x00007fff86cbe618 _CF_forwarding_prep_0 + 120
    5   Spotifree                           0x0000000100002394 Spotifree + 9108
    6   Spotifree                           0x0000000100001ba7 Spotifree + 7079
    7   Spotifree                           0x0000000100001c1e Spotifree + 7198
    8   Spotifree                           0x0000000100003055 Spotifree + 12373
    9   CoreFoundation                      0x00007fff86c8285f -[NSSet makeObjectsPerformSelector:] + 223
    10  AppKit                              0x00007fff8e9195cd -[NSIBObjectData nibInstantiateWithOwner:options:topLevelObjects:] + 1216
    11  AppKit                              0x00007fff8e429605 loadNib + 384
    12  AppKit                              0x00007fff8e99a5ab +[NSBundle(NSNibLoading) _loadNibFile:nameTable:options:withZone:ownerBundle:] + 313
    13  AppKit                              0x00007fff8e428cd5 -[NSBundle(NSNibLoading) loadNibNamed:owner:topLevelObjects:] + 201
    14  AppKit                              0x00007fff8e428aa1 +[NSBundle(NSNibLoading) loadNibNamed:owner:] + 344
    15  AppKit                              0x00007fff8e424549 NSApplicationMain + 605
    16  Spotifree                           0x0000000100001824 Spotifree + 6180
    17  ???                                 0x0000000000000001 0x0 + 1
)
3/19/15 11:15:22.507 AM com.apple.xpc.launchd[1]: (de.eneas.Spotifree.80688[82257]) Service exited due to signal: Abort trap: 6
3/19/15 11:15:22.535 AM ReportCrash[82260]: Saved crash report for Spotifree[82257] version 1.5 (1.5) to /Users/iano/Library/Logs/DiagnosticReports/Spotifree_2015-03-19-111522_iano-mbp.crash

@artemgordinskiy
Copy link
Owner

@ianobermiller Thanks for the log!
I see you're using Spotifree 1.5. Have you tried 1.6.1? This exception should be resolved there.

@ianobermiller
Copy link

@ArtemGordinsky I thought of that just as I was posting this. Updating both resolved the issue.

@pchhetri
Copy link
Author

@ArtemGordinsky v. 1.6.1 no console logs unfortunately.

@pchhetri pchhetri changed the title Latest version doesn't mute ads Latest version 1.6.1 doesn't mute ads Mar 19, 2015
@artemgordinskiy
Copy link
Owner

Okay, thanks. I think Spotifree should work better with 1.x versions now. Have you tried updating?

@omikun
Copy link

omikun commented Mar 19, 2015

Hi, I have v 1.6.1 and Spotify 1.0.2.6.g9977a14b running on OS X 10.10.2 and Spotifree does not recognize Spotify is playing.

I get a series of this from console:
3/19/15 2:37:17.287 PM Spotifree[451]: AppleEvents: Send port for process has no send right, port=( port:22443/0x57ab rcv:1,send:0,d:0 limit:5) (findOrCreate()/AEMachUtils.cp #526) com.apple.main-thread
3/19/15 2:40:47.988 PM Spotifree[451]: AppleEvents: Send port for process has no send right, port=( port:22443/0x57ab rcv:1,send:0,d:0 limit:5) (findOrCreate()/AEMachUtils.cp #526) com.apple.main-thread
3/19/15 2:49:50.372 PM Spotifree[10999]: -[SBApplication playerState]: unrecognized selector sent to instance 0x610000045b50
3/19/15 2:49:50.373 PM Spotifree[10999]: Cannot check if Spotify is playing: -[SBApplication playerState]: unrecognized selector sent to instance 0x610000045b50

I tried restarting both apps and the OS but I get the same errors.

@artemgordinskiy
Copy link
Owner

@omikun If you restart Spotifree but leave Spotify open, do you get a prompt from Spotifree saying Spotify must be restarted?

@pchhetri
Copy link
Author

@ArtemGordinsky working now, thank you.

@omikun
Copy link

omikun commented Mar 19, 2015

@ArtemGordinsky No I do not get that prompt. What should I do?

@artemgordinskiy
Copy link
Owner

@pchhetri Great :)

@omikun It would be nice if you could upload your Spotify app somewhere and give me a link.

@omikun
Copy link

omikun commented Mar 19, 2015

I redownloaded and install both the latest spotify and spotifree. I got the prompt to restart spotify but it still didn't detect it was playing, so I downloaded the recommended v1.1 of spotify and now it works!

@pbojinov
Copy link

It wasn't working for me either using v1.6.1 Spotifre, until I upgraded my pre-1.0 Spotify to 1.0.2.6.

@Usbloom
Copy link

Usbloom commented Mar 26, 2015

I do not understand why, but spotifree works a while (an hour or two) and after, it doesn't mute any ads. It must be restarted and spotify too .(?)
spotifree : 1.6.1
spotify : 1.0.2.6.

@kalmufti
Copy link

I'm having the same issue, spotifree unable to detect spotify.
Spotifree: Version 1.6.1
Spotify: 1.0.2.6.g9977a14b

@thetroublemaker
Copy link

Spotify: 0.9.10.14 (this version was the last to have subscribed list new song counts near the list)
Spotifree: 1.6.1
OS: MAC / Yosemite
Issue: Does not mute ads.

Does 1.6.1 only work with the new 1.x builds?

@doctordjbrown
Copy link

Hiya. I'm having a non-muting day. Have downloaded the latest of everything and I get this

screen shot 2015-04-23 at 11 09 27

Using Spotify 1.0.3.101
and Spotifree 1.6.1

Any help gratefully received.

screen shot 2015-04-23 at 11 11 05
screen shot 2015-04-23 at 11 10 46

@artemgordinskiy
Copy link
Owner

I will release a new update this weekend, which should resolve most of the issues. Meanwhile, I would much appreciate if you tried it out and reported any and all issues you encounter. The test build is here: http://d.pr/f/T6oq

@doctordjbrown
Copy link

Hi Artem

Seems to be working fine again.

Thank you for your efforts.

Regards

DJ


Dr D J Hamblin-Brown
Human Capital Valuation Ltd
Greenhedges Hall, Mark Cross
East Sussex, TN6 3PA, UK
www.humancapitalvaluation.com
m: +44 (0) 7881 814 110
t/f: +44 (0) 7092 1234 89

On 23 Apr 2015, at 12:28, Artem Gordinsky notifications@github.com wrote:

I will release a new update this weekend, which should resolve most of the issues. Meanwhile, I would much appreciate if you tried it out and reported any and all issues you encounter. The test build is here: http://d.pr/f/T6oq http://d.pr/f/T6oq

Reply to this email directly or view it on GitHub #51 (comment).

artemgordinskiy added a commit that referenced this issue Apr 26, 2015
@rsanchezsaez
Copy link

This issue can be closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants