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

kraken: search broken by change to Client._pairs: dict[str, Pair] #481

Closed
goodboy opened this issue Mar 5, 2023 · 1 comment
Closed
Assignees
Labels
accounting prolly positioning: the accounting of "what/when (is) owned" broker-backend `brokerd`/`datad` related backend tech bug guille broke it prolly

Comments

@goodboy
Copy link
Contributor

goodboy commented Mar 5, 2023

Perdon perdon 😂

likely caused by #477 ..

Traceback (most recent call last):
  File "/home/goodboy/repos/tractor/tractor/_runtime.py", line 196, in _invoke
    res = await coro
  File "/home/goodboy/repos/piker/piker/brokers/kraken/feed.py", line 457, in open_symbol_search
    {item[0]['altname']: item[0]
  File "/home/goodboy/repos/piker/piker/brokers/kraken/feed.py", line 457, in <dictcomp>
    {item[0]['altname']: item[0]
TypeError: 'Pair' object is not subscriptable

[2] > /home/goodboy/repos/piker/piker/brokers/kraken/feed.py(457)<dictcomp>()
-> {item[0]['altname']: item[0]
@goodboy goodboy added bug guille broke it prolly broker-backend `brokerd`/`datad` related backend tech accounting prolly positioning: the accounting of "what/when (is) owned" labels Mar 5, 2023
@goodboy goodboy self-assigned this Mar 5, 2023
@goodboy
Copy link
Contributor Author

goodboy commented Apr 2, 2023

Pretty sure fixed in #484

@goodboy goodboy closed this as completed Apr 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accounting prolly positioning: the accounting of "what/when (is) owned" broker-backend `brokerd`/`datad` related backend tech bug guille broke it prolly
Projects
None yet
Development

No branches or pull requests

1 participant