piker icon indicating copy to clipboard operation
piker copied to clipboard

Benign "error" msg cleanup

Open goodboy opened this issue 4 years ago • 0 comments

There's a bunch in the info logging that can probably be tidied since a buncha new(er) users keep pointing it out..

  • buncha widget complaints: QGraphicsGridLayout::itemAt: invalid row, column 3, 1 (from piker.ui._overlay.py) QGraphicsGridLayout::itemAt: invalid row, column 2, 2 QGraphicsScene::addItem: item has already been added to this scene (no idea where this is from still - needs to be hunted)

  • the same pydantic model thinger we dealt with before in tractor i think? piker/piker/clearing/_ems.py:292: RuntimeWarning: fields may not start with an underscore, ignoring "_ems_entries" class Router(BaseModel):

  • we have warn level shm stuff when creating new arrays but really this is expected behaviour, so maybe change these to info?

Feb 07 08:34:32 (chart, 20699, piker.ui._fsp.open_vlm_displays)) [WARNING] piker.data._sharedmem _sharedmem.py:512 Could not find ib.mnq.globex.fsp.tina_vwap.chart.3a8e0229-394b-43f2-b89c-0a44043b8370 in shms cache
Feb 07 08:34:32 (chart, 20699, piker.ui._fsp.open_vlm_displays)) [WARNING] piker.data._sharedmem _sharedmem.py:518 Could not attach to shm with token shm_name='ib.mnq.globex.fsp.tina_vwap.chart.3a8e0229-394b-43f2-b89c-0a44043b8370' shm_first_index_name='ib.mnq.globex.fsp.tina_vwap.chart.3a8e0229-394b-43f2-b89c-0a44043b8370_first' shm_last_index_name='ib.mnq.globex.fsp.tina_vwap.chart.3a8e0229-394b-43f2-b89c-0a44043b8370_last' dtype_descr=(('index', '<i8'), ('tina_vwap', '<f8'))
  • some kinda startup value issue with the order mode still?
Feb 07 08:44:32 (chart, 20801, piker.ui._display.display_symbol_data)) [ERROR] piker.ui._position _position.py:236 Invalid value for `account`: ib.paper

goodboy avatar Feb 07 '22 13:02 goodboy