You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Never seen this happen before but guessing it had something to do with the Rest Fill Monitor processing a record by chance right at the same moment the ./bin/gemini repeater:add-to command was also manipulating it.
Shutdown Enabled at: 2021-12-09 04:02:19
Exception: TypeError
Code: 0
Message: Argument 1 passed to Kobens\Gemini\Command\Command\TradeRepeater\FillMonitor\Rest::isFilled() must be of the type int, null given, called in /home/dfelton/gemini/src/Command/Command/TradeRepeater/FillMonitor/Rest.php on line 184
Strace:
#0 src/Command/Command/TradeRepeater/FillMonitor/Rest.php(184): Kobens\Gemini\Command\Command\TradeRepeater\FillMonitor\Rest->isFilled(NULL)
#1 src/Command/Command/TradeRepeater/FillMonitor/Rest.php(155): Kobens\Gemini\Command\Command\TradeRepeater\FillMonitor\Rest->iterateBuyOrders(Object(Symfony\Component\Console\Output\ConsoleOutput), Array, NULL)
#2 src/Command/Command/TradeRepeater/FillMonitor/Rest.php(110): Kobens\Gemini\Command\Command\TradeRepeater\FillMonitor\Rest->mainLoop(Object(Symfony\Component\Console\Output\ConsoleOutput), true, true, NULL)
#3 vendor/symfony/console/Command/Command.php(255): Kobens\Gemini\Command\Command\TradeRepeater\FillMonitor\Rest->execute(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#4 vendor/symfony/console/Application.php(1009): Symfony\Component\Console\Command\Command->run(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#5 vendor/symfony/console/Application.php(273): Symfony\Component\Console\Application->doRunCommand(Object(Kobens\Gemini\Command\Command\TradeRepeater\FillMonitor\Rest), Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#6 vendor/symfony/console/Application.php(149): Symfony\Component\Console\Application->doRun(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
#7 /home/dfelton/gemini/bin/gemini(445): Symfony\Component\Console\Application->run()
#8 {main}
The text was updated successfully, but these errors were encountered:
Never seen this happen before but guessing it had something to do with the Rest Fill Monitor processing a record by chance right at the same moment the
./bin/gemini repeater:add-to
command was also manipulating it.The text was updated successfully, but these errors were encountered: