kmikiy / SpotMenu

Spotify and iTunes in your menu bar
https://kmikiy.github.io/SpotMenu
MIT License
2.94k stars 184 forks source link

Crash on startup (MacOS 10.14.6) - Fatal error: unexpected enum case 'SpotifyEPlS(rawValue: 0)' #244

Open Apidcloud opened 3 years ago

Apidcloud commented 3 years ago

Description

I'm building the repository from scratch, because I implemented some changes (small popover) that I would like to keep. The project builds fine, but then it crashes as soon as I open Spotify, with this Exception: "Fatal error: unexpected enum case 'SpotifyEPlS(rawValue: 0)'" (seems to be the same as https://github.com/kmikiy/SpotMenu/issues/218). Which is a bit weird since Apple Scripts work fine through the Script Editor App.

image

It also crashes with the following (same error as https://github.com/kmikiy/SpotMenu/issues/220): [General] An uncaught exception was raised [General] [Fabric] Value of Info.plist key "Fabric" must be a NSDictionary.

Steps to Reproduce

  1. Open SpotMenu
  2. Open Spotify
  3. Crash...

Expected behavior: Being able to see the song being played, etc. But as soon as I open Spotify, SpotMenu crashes.

Actual behavior: Crashes

Reproduces how often: 100%

Versions

SpotMenu version: 1.9 (I would like to keep this version because of the changes I made. I already updated it accordingly to Swift 4.0 and added the changes introduced afterwards)

MacOS version: 10.14.6

Flpph commented 2 years ago

Same issues over here...