[go: nahoru, domu]

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

ToolBench server returns 500 for all requests #256

Open
quocthai9120 opened this issue Apr 3, 2024 · 5 comments
Open

ToolBench server returns 500 for all requests #256

quocthai9120 opened this issue Apr 3, 2024 · 5 comments

Comments

@quocthai9120
Copy link

Hi, I'm trying to call requests to server, and seems like all requests are returning 500. Is this because the server is down?

Here is a quick code for reproducibility

service_url = "http://8.218.239.54:8080/rapidapi"            
# 1st payload to try                                                                                                           
payload = {'category': 'Finance', 'tool_name': 'spachero_spac_database', 'api_name': 'spac_sec_filings', 'tool_input': '{}', 'strip': 'truncate', 'toolbench_key': toolbench_key}

# # 2nd payload to try
# payload = {
#     "category": "Social",
#     "tool_name": "olato_quotes",
#     "api_name": "love_quote",
#     "tool_input": '{}',
#     "strip": "filter",
#     "toolbench_key": toolbench_key
# }                                                                                                                                                                  
headers = {'toolbench_key': toolbench_key}     

requests.post(service_url, json=payload, headers=headers, timeout=15)

Output: <Response [500]>

Thank you!

@szjiozi
Copy link
szjiozi commented Apr 7, 2024

I have the same issues here!

@Melancholy495
Copy link

cy

@HeHeYeast
Copy link

same issues with Internal Server Error

@caixd-220529
Copy link

same issues 😥

@pooruss
Copy link
Collaborator
pooruss commented Apr 9, 2024

Hi all, sorry for the errors, we encountered some problems on our server. Now the server is working.

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

6 participants