tuberculo
tuberculo
Lending EUR seems to be working now. But the message `Error USD_EUR` still shows up every time. Edit: It is not working again.
Maybe this would solve the issue: In Bitfinex.py, change from (lines 273 - 282) ``` except Exception as e: msg = str(e) # "Invalid offer: incorrect amount, minimum is 50...
Something is still wrong. It is lending euro most of the time, but sometimes it doesn't. And I get this error message now `Error EUR_BTC`. It also does not show...
Workaround: Set in separate coin section ``` [EUR] minloansize = 45 ```
Probably related to #589.
Maybe it is related to this issue in poloniexlendingbot: BitBotFactory/poloniexlendingbot#589.
The Brazilian power schedule is reviewed weekly and the week starts on Saturday (see https://www.ons.org.br/Paginas/resultados-da-operacao/historico-da-operacao/cmo.aspx). I don't know any use case for other days (including Monday) as start of the...
Thank you. I confirm that this workaround is effective.
I also get an empty string when using `rstudioapi::selectionGet()`. However, based on kevinushey example, I've tried `rstudioapi::selectionGet(id = rstudioapi::documentId(allowConsole = FALSE))` and this command works in both modes.