obsidian-gpt-liteinquirer-plugin
obsidian-gpt-liteinquirer-plugin copied to clipboard
[BUG Report] GPT Lite Inquirer Displays Green Button with the text "Waiting for API full response..."
Describe the bug
GPT Lite Inquirer Displays a green button with the text "Waiting for API full response..." after successful authentication. However, no API response ever comes.
How To Reproduce
-
Click-on the GPT-LI icon within the Obsidian interface.
-
In the GPT-LI Window, type in a query.
-
Click the "Send" button.
-
Wait for an API response.
Expected behavior
The API returns a response.
Information
macOS Sonoma
Stack trace
No response
Additional context
No response
Thank you for submitting the Issue!
I've tried to reproduce the issue you described, but everything works as expected in my environment, and I didn't encounter the said problem.
When you encountered the issue, did you notice any error pop-ups in the top right corner? It seems like this might be caused by a network issue. If there are certain network errors, the plugin will alert with an HTTP status code via a pop-up bubble.
- Please try opening
https://api.openai.com/v1/chat/completions
in your browser to determine whether your local network can access the OpenAI API. - If possible, you might try running the plugin in a different network environment to see if the issue is network-related.
If you have any further information or concerns, please let me know and I'll try to help you out.