cairo-lang icon indicating copy to clipboard operation
cairo-lang copied to clipboard

Declare contract error

Open sagarparker opened this issue 2 years ago • 0 comments

Declaring contract fails with error

Python version : 3.10.6

Traceback (most recent call last):
  File "/home/xxxx/cairo_venv/lib/python3.10/site-packages/services/external_api/client.py", line 117, in _send_request
    raise BadRequest(status_code=response.status, text=text)
services.external_api.client.BadRequest: HTTP error ocurred. Status: 500. Text: {"code": "StarknetErrorCode.UNINITIALIZED_CONTRACT", "message": "Requested contract address 0x49c494ba9722b055cbd8a0bdb6cdd3a82884b3f55d66e8b54f0105751b08d89 is not deployed."}
Error: BadRequest: HTTP error ocurred. Status: 500. Text: {"code": "StarknetErrorCode.UNINITIALIZED_CONTRACT", "message": "Requested contract address 0x49c494ba9722b055cbd8a0bdb6cdd3a82884b3f55d66e8b54f0105751b08d89 is not deployed."}

sagarparker avatar Dec 13 '22 05:12 sagarparker