-
Notifications
You must be signed in to change notification settings - Fork 730
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
DELETE not work in a non-local server #63
Comments
What do you mean by running in public? Can you please add more details and share an example? |
By 'public' I means not running as a localhost server but in public internet. |
Did you modify the |
Sure, the add and list todo functions work correctly. You can verify that in the screenshot bellow When I say something that trigger the TODO plugin to delete a todo item, I can see the action to GET the api yaml file and then nothing happened. You can check the code here: |
Hi @codemee where are you storing the todos? I am looking at your code and I can see the code to add or retrieve todos but I am not seeing any reference of a database where the todos are being stored. |
Its the sample of the plugin guide from openai. It just stores the todos
in memory.
Saad Malik ***@***.***> 於 2023年8月11日 週五 上午3:13 寫道:
… Hi @codemee <https://github.com/codemee> where are you storing the todos?
I am looking at your code and I can see the code to add or retrieve todos
but I am not seeing any reference of a database where the todos are being
stored.
—
Reply to this email directly, view it on GitHub
<#63 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAH5MWI4HHLNSOMTKUK73GTXUUXFVANCNFSM6AAAAAA2M6LEFY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Oh wow, so this has been going on for over a month now? I got the same problem, no localhost plugins work now. Everything is fine, but calls never reach the localhost server, so the OpenAI backend is not sending them out. |
The code works fine while running in local. But the DELETE method doesn't run when running in
public.
The text was updated successfully, but these errors were encountered: