rairprotocol / rair-dapp

Source code for RAIRprotocol ecosystem
Apache License 2.0
1 stars 2 forks source link

Issue while building rair-node image #17

Closed sarora180673 closed 2 months ago

sarora180673 commented 2 months ago

Following error is displayed while building images with docker-compose

=> ERROR [rair-node ofac 4/4] RUN python3 generate-address-list.py ETH -f JSON 6.6s


[rair-node ofac 4/4] RUN python3 generate-address-list.py ETH -f JSON: 4.664 Traceback (most recent call last): 4.688 File "//generate-address-list.py", line 109, in 4.688 main() 4.688 ~~~~^^ 4.688 File "//generate-address-list.py", line 97, in main 4.688 address_id = get_address_id(root, asset) 4.688 ~~~~~~^^^^^^^^^^^^^ 4.688 File "//generate-address-list.py", line 45, in get_address_id 4.688 raise LookupError("No FeatureType with the name {} found".format( 4.688 feature_type_text(asset))) 4.688 LookupError: No FeatureType with the name Digital Currency Address - ETH found

failed to solve: process "/bin/sh -c python3 generate-address-list.py ETH -f JSON" did not complete successfully: exit code: 1