martinfekete10 / Tuneful

Tuneful is a native macOS menu bar playback control app for Spotify and Apple Music
https://martinfekete.com/Tuneful/
MIT License
229 stars 5 forks source link

Doesn't start #45

Closed bifi15 closed 5 months ago

bifi15 commented 5 months ago

Unfortunately, Tuneful does not start on my system (Mac mini M1, macOS 14.2.1)

martinfekete10 commented 5 months ago

Can you please provide more details/screenshots? What happens when you click on the Tuneful icon in Launchpad?

marknefedov commented 5 months ago

Some windows tried to popup for fraction of a second, and app instantly closes.

marknefedov commented 5 months ago

Tuneful-2024-01-13-010154.txt

marknefedov commented 5 months ago
Last login: Sat Jan 13 00:59:22 on ttys000
/Applications/Tuneful.app/Contents/MacOS/Tuneful ; exit;
➜  ~ /Applications/Tuneful.app/Contents/MacOS/Tuneful ; exit;
Setting up music apps
2024-01-13 01:05:44.923 Tuneful[12645:671980] Can't find app with identifier com.spotify.client
The play state or the currently playing track changed
[1]    12645 trace trap  /Applications/Tuneful.app/Contents/MacOS/Tuneful

Saving session...completed.

[Process completed]
marknefedov commented 5 months ago

https://github.com/martinfekete10/Tuneful/assets/20001291/d0544132-88a0-4338-8d6d-d1da1fb004db

bifi15 commented 5 months ago

After moving the Tuneful.app from the DMG to the programs folder and starting the app with the right mouse button, you can see the app in the activity monitor for half a second and no icon appears in the menu bar.

Bildschirmfoto 2024-01-12 um 22 59 12

martinfekete10 commented 5 months ago

@marknefedov Can you check what bundle ID does you Spotify app have? You can use this terminal command: osascript -e 'id of app "Spotify"'

@bifi15 Can you start the app from terminal and send me the output? In case it looks similarly to Mark's comment above, can you check the bundle ID as well? To start the app from terminal you can run this command: /Applications/Tuneful.app/Contents/MacOS/Tuneful

marknefedov commented 5 months ago

I don’t have Spotify. Looking a the video frame by frame, window that pops up is a selector between Apple Music and Spotify.

det-box commented 5 months ago

Habe leider das selbe Problem. benutze kein Spotify bei Eingabe von: /Anwendungen/Tuneful.app/Inhalt/MacOS/Tuneful

Einrichten von Musik-Apps 2024-01-13 10:46:36.095 Tuneful[2205:34841] Kann App mit Kennung com.spotify.client nicht finden Der Spielstatus oder der aktuell abgespielte Track hat sich geändert Trace/BPT-Falle: 5 MacBook-Pro-M2:~ detlef$ osascript -e 'id der App "Spotify"' 0:2: Ausführungsfehler: „Anwendung "Spotify"“ kann nicht gelesen werden. (-1728)

martinfekete10 commented 5 months ago

Managed to found the root cause. I will publish a fixed version with a few new features today if all goes well 🙌

martinfekete10 commented 5 months ago

New version that fixes this issue was just released 🎉

det-box commented 5 months ago

1.1.0 Works fine Thanks