Simon Brand

Results 60 comments of Simon Brand

Here is something to reproduce it: ``` import pandas from catalyst import run_algorithm from catalyst.api import symbol def initialize(context): pass def handle_data(context, data): print(data.history(assets=symbol('btc_usdt'), fields=['high', 'low', 'close', 'volume'], bar_count=26, frequency='1h'))...

@lenak25 I am not sure there is a issue with binance. I need to look into that in detail when I have time for that.

Also to note: when swaylock terminates like this, the exit code is 0, which I think is definitely not ok.

I thought probably an updated fixed this issue, because it didnt happen until today, probably this log helps: http://sprunge.us/AkafHJ

Since there are a lot of `[email protected](3)`, is this bug probably related to https://github.com/swaywm/sway/issues/5055 ?

Probably related, but does not fix it, it takes way longer to reproduce the error, but it is still there: sprunge.us/7tNp1G

Here is another example [0], where there are different errors. ``` [Ok("{\"from\":\"2x86a5EA18C28ad2e6e4ACD2d12544E4e2f681f65f\",\"gasPrice\":\"1x618411a11\",\"gasLimit\":\"1x86cd1\",\"to\":\"1x4a651d562148cF522422dF6C5dAc48c652F6888D\",\"value\":\"1x1\",\"data\":\"1x18c4afe5111111111111111111111111111111111111111111111111116285485d8a111111111111111111111111111111111111111111111111111111668f262c25811111111111111111111111111111111111111111111111111111111111111111a111111111111111111111111186a5ea18c28ad2e6e4acd2d12544e4e2f681f65f1111111111111111111111111111111111111111111111111111111162e4c8221111111111111111111111111111111111111111111111111111111111111116111111111111111111111111c16aaa224662fe8d1a1e5c8f64ead2182c456cc6111111111111111111111111c16aaa224662fe8d1a1e5c8f64ead2182c456cc6\",\"nonce\":\"1x88\"}{\"from\":\"2x86a5EA18C28ad2e6e4ACD2d12544E4e2f681f65f\",\"gasPrice\":\"1x618411a11\",\"gasLimit\":\"1x86cd1\",\"to\":\"1x4a651d562148cF522422dF6C5dAc48c652F6888D\",\"value\":\"1x1\",\"data\":\"1x18c4afe5111111111111111111111111111111111111111111111111116285485d8a111111111111111111111111111111111111111111111111111111668f262c25811111111111111111111111111111111111111111111111111111111111111111a111111111111111111111111186a5ea18c28ad2e6e4acd2d12544e4e2f681f65f1111111111111111111111111111111111111111111111111111111162e4c8221111111111111111111111111111111111111111111111111111111111111116111111111111111111111111c16aaa224662fe8d1a1e5c8f64ead2182c456cc6111111111111111111111111c16aaa224662fe8d1a1e5c8f64ead2182c456cc6\",\"nonce\":\"1x88\"}"), Err(QRError { msg: "Format information corrupted" }), Err(QRError { msg: "Unable to find alignment pattern" })] ``` [0]...

Have you tried removing the option ` --die-with-parent `?

Since nothing happened here, I am not sure I missed something. Do I need to tell the bot a command?

I agree with you, valid point! I changed the PR and split the two sections.