Failed to fetch OpenAPI specification

I was able to resolve this. I had been running on local host, but after I hosted the code on Replit. Everything worked beautifully.

Dennis

When I ran Example script, I encountered the same error. However, it was resolved when I changed “https” to “http” in the line text = text.replace("PLUGIN_HOSTNAME", f"https://{host}") in main.py, even in my local environment.