-
Notifications
You must be signed in to change notification settings - Fork 7
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
Failed to load resource: the server responded with a status of 500 (Internal Server Error) #14
Comments
Ay, when it comes to AppleScript, it's rather difficult to debug since they don't even give me a line number to work with, ahah. It says the script is erroring out for whatever reason, but I have no idea why. Can you do me a favor and open the file |
Does this not show up on big sur? |
Also having this issue on macOS Monterey (12.0) |
Hi folks, I had the same issue on Mojave (I still remain on it) and found the solution. The problem is with the compiled Apple Scripts. I opened both scpt files, grabbed their content, and save it into new plaintext files with .applescript extension. It means it is not a compiled Apple Script anymore. Then I modified the main index.jsx file with lines where osascript is called and changed them to call my .applescript files instead of .scpt files. And it works. Finally! |
A solution for me that works is to just have Spotify installed, even if using Apple music. Related to this issue, there must have been some sort of regression |
This happens upon loading the widget, have not been able to get anything to render from Music.
The text was updated successfully, but these errors were encountered: