Skip to content

Asset API not working #1481

@maurerle

Description

@maurerle

What I did:

# already running redis on localhost
git clone git@github.com:gridsingularity/gsy-e.git
git clone git@github.com:gridsingularity/gsy-e-sdk.git
conda create -n gsy-e python=3.9
cd gsy-e
pip install -e .
cd ../gsy-e-sdk
pip install -e .

gsy-e -l INFO run -t 15s -s 15m --setup api_setup.default_community --slot-length-realtime 5 --start-date 2021-07-01 --enable-external-connection --paused

# in another terminal
gsy-e-sdk run --setup asset_api_scripts.redis_basic_strategies --run-on-redis

The Asset registers successfully, but when the simulation starts, the market ids are unknown and create a KeyError.

Could you please help me with this error?

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions