xlang-ai / OpenAgents

[COLM 2024] OpenAgents: An Open Platform for Language Agents in the Wild
https://arxiv.org/abs/2310.10634
Apache License 2.0
4.01k stars 446 forks source link

Encountering SSL Error While Starting Flask Server #134

Closed rsgrouptime closed 6 months ago

rsgrouptime commented 7 months ago

Hello, I'm currently configuring the backend code on a Linux machine. I've followed the steps outlined in the README.md file within the backend folder to install the necessary packages. However, upon initiating the Flask service with the command 'flask run -p 8000', the service starts but throws an SSL error when attempting to download plugins.

I'm curious if others have experienced similar issues when starting the server. Additionally, when I manually check the plugin URL mentioned in the error snapshot via a browser, the site appears untrusted and the URL is marked as unsecured.

Below, I've provided the specific error message received while starting the Flask server. Any insights or assistance in resolving this SSL error would be greatly appreciated."

Error: Failed to make the request MAPS: HTTPSConnectionPool(host=' www.smoothplugins.com' , port=443): Max retries exceeded with url: /img/plugin_logos2/maps1.png (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1007)'))) Error: Failed to make the request NBA_STATS: 404 Client Error: Not Found for url: https://nba-gpt-prod.onrender.com/logo.png Error: Failed to make the request DREAMINTERPRETER: HTTPSConnectionPool(host='dreamplugin.bgnetmobile.com', port=443): Max retries exceeded with url: /.well-known/logo.png (Caused by SSLError(SSLCertVerificationError(1, "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: Hostname mismatch, certificate is not valid for 'dreamplugin.bgnetmobile.com'. (_ssl.c:1007)")))

Timothyxxx commented 7 months ago

Thanks for the question, I think it is due to the fact that these API providers no longer provide APIs as we used before. You can simply disable these Plugins here if you don't want to see these error messages.

Best, Tianbao

rsgrouptime commented 7 months ago

Sure. Thank you for your response. Let me keep the required plugins and execute the same. I'll confirm you once done.

Regards, Ravi Sarpal

rsgrouptime commented 7 months ago

Hi. I have disabled the unwanted plugins and can start the backend service.

"I'm currently configuring the frontend code and have installed the necessary Node.js and npm packages. Although I can initiate the application, I've encountered an issue regarding the 'AbortController', preventing the download of 'Inter' from Google Fonts. I'm resolving this issue and will update you if there are any further internal complications.

frontend_issue
github-actions[bot] commented 6 months ago

This issue is stale because it has been open 3 days with no activity. Remove stale label or comment or this will be closed in 4 days.

github-actions[bot] commented 6 months ago

This issue was closed because it has been stalled for 4 days with no activity.