-
Notifications
You must be signed in to change notification settings - Fork 3
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
Plugin installs but get "Plugin Spotigen (DEV) is unreachable" error when I use it #2
Comments
Are your running it on your local, right? If you are using ngrok, consider that it uses a wall to verify human accesss, so maybe ChatGPT is unable to bypass it. |
I first ran it from my local Mac, but also tried it from linux VM in Azure cloud. I successfully completed all the 9 steps to install the plugin in ChatGPT but when I try to call the plugin, I get the error. When I call the plugin, I do see the response coming from the spotigen app running via uvicorn. Btw - I can reach the Spotigen (Prod) plugin that you have installed on spotigen.vercel.app. I can generate playlists but of course it does not load them into my account. How are you running it? |
Ok, I updated the openapi.yaml file and replaced "spotigen.vercel.app" with my ngrok app URL. Now the plugin can connect but is unable to perform any actions such as list tracks from playlists or create new playlists. The API calls fail with a 404 errror: e.g 13.66.11.104:0 - "POST //playlist?name=Taylor+Swift's+Top+Hits&public=true HTTP/1.1" 404 Not Found |
Hi, I followed the instructions and was able to successfully install the plugin, but I get an error message ""Plugin Spotigen (DEV) is unreachable" error when I use it from ChatGPT.
The text was updated successfully, but these errors were encountered: