yohasebe / openai-chat-api-workflow

🎩 An Alfred 5 Workflow for using OpenAI Chat API to interact with GPT-4o 🤖💬 It also allows image generation 🖼️, image understanding 👀, speech-to-text conversion 🎤, and text-to-speech synthesis 🔈
https://github.com/yohasebe/openai-text-completion-workflow
MIT License
300 stars 8 forks source link

ERROR: something went wrong' #8

Closed CQHui closed 1 year ago

CQHui commented 1 year ago

Hi developers, I imported this workflow in my Alfred, and set the openAI key properly, but I got this error when I want to execute this workflow. The debug logs are as below. I am not sure if the network issue, it looks like request timeout. Please take a look, and thanks in advance.

[11:57:20.837] Logging Started... [11:57:27.435] OpenAI[Keyword] Processing complete [11:57:27.436] OpenAI[Keyword] Passing output '杭州' to Conditional [11:57:27.460] OpenAI[Conditional] Processing complete [11:57:27.460] OpenAI[Conditional] Passing output '杭州' to Arg and Vars [11:57:27.461] OpenAI[Arg and Vars] Processing complete [11:57:27.461] OpenAI[Arg and Vars] Passing output '杭州' to Arg and Vars [11:57:27.462] OpenAI[Arg and Vars] Processing complete [11:57:27.462] OpenAI[Arg and Vars] Passing output '' to List Filter [11:57:28.036] OpenAI[List Filter] Processing complete [11:57:28.037] OpenAI[List Filter] Passing output 'direct' to Conditional [11:57:28.039] OpenAI[Conditional] Processing complete [11:57:28.042] OpenAI[Conditional] Passing output 'direct' to Arg and Vars [11:57:28.044] OpenAI[Arg and Vars] Processing complete [11:57:28.045] OpenAI[Arg and Vars] Passing output '杭州' to Junction [11:57:28.047] OpenAI[Junction] Processing complete [11:57:28.048] OpenAI[Junction] Passing output '杭州' to Conditional [11:57:28.050] OpenAI[Conditional] Processing complete [11:57:28.052] OpenAI[Conditional] Passing output '杭州' to Large Type [11:57:28.053] OpenAI[Junction] Passing output '杭州' to Run Script [11:58:28.403] OpenAI[Run Script] Processing complete [11:58:28.426] OpenAI[Run Script] Passing output '❗️ ERROR: something went wrong' to Conditional [11:58:28.428] OpenAI[Conditional] Processing complete [11:58:28.429] OpenAI[Conditional] Passing output '❗️ ERROR: something went wrong' to Conditional [11:58:28.430] OpenAI[Conditional] Processing complete [11:58:28.431] OpenAI[Conditional] Passing output '❗️ ERROR: something went wrong' to Play Sound [11:58:28.525] OpenAI[Conditional] Passing output '❗️ ERROR: something went wrong' to Large Type

yohasebe commented 1 year ago

Maybe the OpenAI server is overloaded or timed out for some reason.

Can you open the workflow settings, check the debug mode, and share what you see in the debug window for more information?

image
CQHui commented 1 year ago

Thank you for replying! I just tested the OpenAI API and found out that my free trial expired on April 1st. Bad news for me, I can't use this exciting workflow. One day, when I get rich, I'll buy openAI service and enjoy it! Thanks again!

CQHui commented 1 year ago

The root cause may be that the free OpenAI service has expired. I'll close it then.