Skip to content
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

Open
sanzgiri opened this issue Jan 7, 2024 · 5 comments

Comments

@sanzgiri
Copy link

sanzgiri commented Jan 7, 2024

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.

@Railly
Copy link
Owner

Railly commented Jan 7, 2024

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.

@sanzgiri
Copy link
Author

sanzgiri commented Jan 7, 2024

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?

@sanzgiri
Copy link
Author

sanzgiri commented Jan 7, 2024

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

@Railly
Copy link
Owner

Railly commented Jan 7, 2024

image
image

@Railly
Copy link
Owner

Railly commented Jan 7, 2024

I just reinstalled the plugin as the installation steps states.

For development, I just used spotigen.vercel.app. But I didn't manipulate it directly, just via ChatGPT UI.

Your problem maybe has to do with the env variable? I'm relying on vercel, as the vercel.json states.

image

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants