alfredapp / openai-workflow

OpenAI integrations
BSD 3-Clause "New" or "Revised" License
67 stars 32 forks source link

⌃+↵ and ⌥+↵ don't work. #25

Closed dysaniacn closed 7 months ago

dysaniacn commented 7 months ago

Frequently Asked Questions

Workflow version

v2024.6

Alfred version

5.5

macOS version

14.4.1

Debugger output

[21:40:22.840] ChatGPT / DALL-E[Keyword] Processing complete
[21:40:22.848] ChatGPT / DALL-E[Keyword] Passing output '' to Arg and Vars
[21:40:22.849] ChatGPT / DALL-E[Arg and Vars] Processing complete
[21:40:22.849] ChatGPT / DALL-E[Arg and Vars] Passing output '' to Run Script
[21:40:22.853] ChatGPT / DALL-E[Run Script] Processing complete
[21:40:22.854] ChatGPT / DALL-E[Run Script] Passing output '' to Automation Task
[21:40:22.854] ChatGPT / DALL-E[Automation Task] Running task 'Does Path Exist?' with arguments (
    "/Users/dysaniacn/Library/Application Support/Alfred/Workflow Data/com.alfredapp.vitor.openai/chat.json"
)
[21:40:22.921] ChatGPT / DALL-E[Automation Task] Processing complete
[21:40:22.930] ChatGPT / DALL-E[Automation Task] Passing output 'true' to Conditional
[21:40:22.931] ChatGPT / DALL-E[Conditional] Processing complete
[21:40:22.931] ChatGPT / DALL-E[Conditional] Passing output 'true' to Arg and Vars
[21:40:22.932] ChatGPT / DALL-E[Arg and Vars] Processing complete
[21:40:22.933] ChatGPT / DALL-E[Arg and Vars] Passing output '/Users/dysaniacn/Library/Application Support/Alfred/Workflow Data/com.alfredapp.vitor.openai
/Users/dysaniacn/Library/Caches/com.runningwithcrayons.Alfred/Workflow Data/com.alfredapp.vitor.openai' to Split Arg
[21:40:22.934] ChatGPT / DALL-E[Split Arg] Processing complete
[21:40:22.935] ChatGPT / DALL-E[Split Arg] Passing output '(
    "/Users/dysaniacn/Library/Application Support/Alfred/Workflow Data/com.alfredapp.vitor.openai",
    "/Users/dysaniacn/Library/Caches/com.runningwithcrayons.Alfred/Workflow Data/com.alfredapp.vitor.openai"
)' to Automation Task
[21:40:22.935] ChatGPT / DALL-E[Automation Task] Running task 'New Folder' with arguments (
    "/Users/dysaniacn/Library/Application Support/Alfred/Workflow Data/com.alfredapp.vitor.openai",
    "/Users/dysaniacn/Library/Caches/com.runningwithcrayons.Alfred/Workflow Data/com.alfredapp.vitor.openai"
)
[21:40:23.038] ChatGPT / DALL-E[Automation Task] Processing complete
[21:40:23.046] ChatGPT / DALL-E[Automation Task] Passing output '(
    "/Users/dysaniacn/Library/Application Support/Alfred/Workflow Data/com.alfredapp.vitor.openai",
    "/Users/dysaniacn/Library/Caches/com.runningwithcrayons.Alfred/Workflow Data/com.alfredapp.vitor.openai"
)' to Arg and Vars
[21:40:23.048] ChatGPT / DALL-E[Arg and Vars] Processing complete
[21:40:23.049] ChatGPT / DALL-E[Arg and Vars] Passing output '' to Text View
[21:40:23.061] ChatGPT / DALL-E[Text View] Running with argument ''
[21:40:23.175] ChatGPT / DALL-E[Text View] Script with argv '' finished
[21:40:23.179] ChatGPT / DALL-E[Text View] {"response":"### hi\n\nHello! How can I assist you today?\n\n","behaviour":{"scroll":"end"}}
[21:40:29.052] ChatGPT / DALL-E[Text View] Processing complete
[21:40:29.058] ChatGPT / DALL-E[Text View] Passing output '' to Run Script
[21:40:29.156] ERROR: ChatGPT / DALL-E[Run Script] /Users/dysaniacn/Library/Caches/com.runningwithcrayons.Alfred/Workflow Scripts/7C24FF6D-1D1E-4231-965D-A596708E1898: execution error: Error: SyntaxError: JSON Parse error: Unexpected identifier "undefined" (-2700)
[21:40:29.167] ChatGPT / DALL-E[Run Script] Processing complete
[21:40:29.169] ChatGPT / DALL-E[Run Script] Passing output '' to Transform
[21:40:29.170] ChatGPT / DALL-E[Transform] Processing complete
[21:40:29.172] ChatGPT / DALL-E[Transform] Passing output '' to Copy to Clipboard

More details

When I want to copy a conversation, the ⌃+↵ and ⌥+↵ don't work.

vitorgalvao commented 7 months ago

Fixed in 2024.7. You can download it now from within Alfred Preferences or in the Releases section of the repo.