-
Notifications
You must be signed in to change notification settings - Fork 65
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
403 Forbidden on certain ising problem submissions #536
Comments
Interestingly, on the problematic environment, the error goes away by changing slightly to a different annealing time (1195.41) or num_reads=739. But those exact values are not working |
Hi @iamashwin99 , we're looking into it! Will let you know once we find something. |
Hi @iamashwin99, this seems to be related to our web application firewall being overly protective. Until we address the issue server-side, one workaround is to disable compression on upload of QPU problems, client-side. If you change the second line of your example to:
the problem is successfully processed. |
Hi @randomir, I can condfirm that this suggested soultion works! Would you like me to close the issue? or would it be a good idea to leave it open untill the server-side issue is fixed? |
Thanks for confirming, @iamashwin99. Let's keep the issue opened until we fix it server-side. |
Description
When submitting a simple ising problem such as :
on the latest versions of the dwave-system library, I get the following error:
Here are the relevant packages in that environment:
I have tried this with both
Python 3.11.10
andPython 3.8.10
and have the same result each time ( not a single successful submission)On another environment with
Python3.8.10
and the following packages:The same minimal reproducible example always succeeds.
Perhaps there is a bug in the new version of one of these packages?
The text was updated successfully, but these errors were encountered: