You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 #218). Which is a bit weird since Apple Scripts work fine through the Script Editor App.
It also crashes with the following (same error as #220):
[General] An uncaught exception was raised
[General] [Fabric] Value of Info.plist key "Fabric" must be a NSDictionary.
Steps to Reproduce
Open SpotMenu
Open Spotify
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
The text was updated successfully, but these errors were encountered:
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 #218). Which is a bit weird since Apple Scripts work fine through the Script Editor App.
It also crashes with the following (same error as #220):
[General] An uncaught exception was raised
[General] [Fabric] Value of Info.plist key "Fabric" must be a NSDictionary.
Steps to Reproduce
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
The text was updated successfully, but these errors were encountered: