Skip to content
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

[QQ Music Controls] command is invalid #11304

Closed
yd2008 opened this issue Mar 15, 2024 · 3 comments
Closed

[QQ Music Controls] command is invalid #11304

yd2008 opened this issue Mar 15, 2024 · 3 comments
Labels
bug Something isn't working extension: qq-music-controls Issues related to the qq-music-controls extension extension Issues related to one of the extensions in the Store status: stalled Stalled due inactivity

Comments

@yd2008
Copy link

yd2008 commented Mar 15, 2024

Extension

https://www.raycast.com/jwickers/qq-music-controls

Description

Error:

Error: Command failed with exit code 1: osascript -e 
    tell application "QQMusic"
      if not application "QQMusic" is running then
        activate

        set _maxOpenWaitTimeInSeconds to 5
        set _openCounter to 1
        repeat until application "QQMusic" is running
          delay 1
          set _openCounter to _openCounter   1
          if _openCounter > _maxOpenWaitTimeInSeconds then exit repeat
        end repeat
      end if
      tell application "System Events" to tell process "QQMusic"
        tell menu "播放控制" of menu bar item "播放控制" of menu bar 1
      click menu item 1
    end tell
      end tell
    end tell
522:548: execution error: “System Events”遇到一个错误:“osascript”不允许辅助访问。 (-1719)

    tell application "QQMusic"
      if not application "QQMusic" is running then
        activate

Steps To Reproduce

command is invalid.

Current Behaviour

No response

Expected Behaviour

No response

@yd2008 yd2008 added bug Something isn't working extension Issues related to one of the extensions in the Store labels Mar 15, 2024
@raycastbot raycastbot added the extension: qq-music-controls Issues related to the qq-music-controls extension label Mar 15, 2024
@raycastbot
Copy link
Collaborator

Thank you for opening this issue!

🔔 @jwickers you might want to have a look.

💡 Author and Contributors commands

The author and contributors of jwickers/qq-music-controls can trigger bot actions by commenting:

  • @raycastbot close this issue Closes the issue.
  • @raycastbot rename this issue to "Awesome new title" Renames the issue.
  • @raycastbot reopen this issue Reopen the issue.

@raycastbot
Copy link
Collaborator

This issue has been automatically marked as stale because it did not have any recent activity.

It will be closed if no further activity occurs in the next 10 days to keep our backlog clean 😊

@raycastbot raycastbot added the status: stalled Stalled due inactivity label May 4, 2024
@raycastbot
Copy link
Collaborator

This issue has been automatically closed due to inactivity.

Feel free to comment in the thread when you're ready to continue working on it 🙂

You can also catch us in Slack if you want to discuss this.

@raycastbot raycastbot closed this as not planned Won't fix, can't repro, duplicate, stale May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working extension: qq-music-controls Issues related to the qq-music-controls extension extension Issues related to one of the extensions in the Store status: stalled Stalled due inactivity
Projects
None yet
Development

No branches or pull requests

2 participants