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

KeyError: 'AXO_API_KEY' when executing Retrieving Orders and Pool Data script #105

Open
Rot-Front opened this issue Oct 21, 2024 · 1 comment · May be fixed by #111
Open

KeyError: 'AXO_API_KEY' when executing Retrieving Orders and Pool Data script #105

Rot-Front opened this issue Oct 21, 2024 · 1 comment · May be fixed by #111

Comments

@Rot-Front
Copy link

Running the Retrieving Orders and Pool Data script resulted in an error:

...\Lib\site-packages\pydantic\_internal\_fields.py:172: UserWarning: Field name "asset_mulitipliers" in "MinswapDJEDUSDCStableState" shadows an attribute in parent "MinswapDJEDiUSDStableState"
  warnings.warn(
Traceback (most recent call last):
  File "D:\Python\Project\winpyt312\Projects\Cardano\charl.py", line 7, in <module>
    from charli3_dendrite.backend import set_backend, get_backend
  File "D:\Python\Project\winpyt312\Lib\site-packages\charli3_dendrite\__init__.py", line 15, in <module>
    from charli3_dendrite.dexs.ob.axo import AxoOBMarketState
  File "D:\Python\Project\winpyt312\Lib\site-packages\charli3_dendrite\dexs\ob\axo.py", line 58, in <module>
    AXO_API_KEY = os.environ["AXO_API_KEY"]
                  ~~~~~~~~~~^^^^^^^^^^^^^^^
  File "<frozen os>", line 685, in __getitem__
KeyError: 'AXO_API_KEY'
@theeldermillenial theeldermillenial linked a pull request Dec 1, 2024 that will close this issue
@theeldermillenial
Copy link
Collaborator

Sorry that took so long. Fix on the way!

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

Successfully merging a pull request may close this issue.

2 participants