-
Notifications
You must be signed in to change notification settings - Fork 25
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
Stopped working on Mac 10.11.5 #140
Comments
Huh, weird. You're deffo using the compiled version because those are Objective-C errors. How technical are you? I'd say rebuild the app and try that, or just use |
Looks like running 'gulp run' from the main directory throws this error: But Electron starts and shows this error window: |
Were you able to get this working? |
Nope, but after trying to both rebuild the .app and separately using |
This appeared to get things running again: The tinder-desktop.api.js lines 18-29 were commented out, but were clearly meant to handle expired tokens for facebook and/or tinder. I uncommented the relevant lines, then rebuilt the desktop app and now its back in action. Thanks again, this is great! |
Hey,
I was super impressed with this update of the tinder++ desktop app. Built it and got it running pretty much immediately a little over a week ago on OS X 10.11. Probably a day or 2 later, when launching the message "Loading" appears and the icon spins and spins. Previous messages appear, but no new matches since the initial launch success. Profile and discovery don't appear to be pulling the data down. One error I see in the console is:
6/7/16 9:20:23.603 AM Tinder Desktop[80046]: -[SFLListItem synthesizeMissingPropertyValues] Failed to updated bookmark for item (null) [5267A015-3DF8-4C17-BD87-09DB0CE181EB] - URL:file:///Users/xxxxxx/xxxxxxxx/xxxxxxx/etc_etc_etc_etc.pdf with error Error Domain=NSCocoaErrorDomain Code=260 "The file couldn’t be opened because it doesn’t exist."
I believe that file it is listing is the last file I double clicked on within an app. which then opened in a separate app. It was a file in Calibre which opened in Preview (the system default .pdf viewer). Not sure if that's a helpful clue, but that's what I got.
Thanks!
The text was updated successfully, but these errors were encountered: