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

chifra export --neighbours flag incomplete return when providing multiple addresses. (API & Chifra) #2664

Open
Rouge-Trader opened this issue Jan 10, 2023 · 2 comments

Comments

@Rouge-Trader
Copy link

Rouge-Trader commented Jan 10, 2023

Trueblocks v0.45.0

Providing multiple addresses to the API or Chifra while using the "neighbors" flag results in only the first address in the list being processed.

Sudo API request:
http://localhost:8080/export/?addrs={address1}, {address2}&neighbors=True

Outputs only the result of address1.

Sudo Chifra:
chifra export --fmt csv --neighbors {address1} {address2} >test.csv

CSV only contains the results from address1

@tjayrush
Copy link
Member

As a workaround to this issue, you may create a text file (say called file) with one line for each address and then use chifra export --fmt csv --neighbors --file file

@tjayrush tjayrush changed the title Export and --neighbours flag incomplete return when providing multiple addresses. (API & Chifra) chifra export --neighbours flag incomplete return when providing multiple addresses. (API & Chifra) Jan 23, 2023
@tjayrush
Copy link
Member

Will re-open

@tjayrush tjayrush reopened this Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants