-
Notifications
You must be signed in to change notification settings - Fork 81
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
400 Client Error #45
Comments
Hi @mowzk thanks for the report. Both of these are caused by an outdated api pattern. The rebuff python SDK needs a new version cut which we'll do shortly here. In the mean time if you want a working python sdk you can clone this repository and then
That will install the python sdk at HEAD on the main branch which does work:
The CURL request is failing with an incorrect error and I'll make an issue for that now:
Basically |
Discord link was updated btw: #47 |
Closing as issues have been created for long term fix. Short term the above snippets should unblock. |
Hi,
I am trying to test out Rebuff currently but am having some issues. I have used your example from the
README
andquickstart
page on the docs, but they don't seem to work. I am not sure if there has been an update to the Rebuff server and the client library was not upgraded. Please see below the code taken from the README - with my token removed:When running this, the following exception is thrown:
I can also replicate the issue using the
curl
command you provide in the docs at https://docs.rebuff.ai/quickstart as seen below:Is there a server-side issue or are the instructions perhaps outdated? Would appreciate some support to get it up and running :)
Thanks!
P.S - The Discord invite linked on the website has expired.
The text was updated successfully, but these errors were encountered: