Facebook
From Round Tapir, 3 Years ago, written in Plain Text.
">

A PHP Error was encountered

Severity: Notice

Message: Trying to access array offset on value of type bool

Filename: view/view.php

Line Number: 33

from

A PHP Error was encountered

Severity: Notice

Message: Trying to access array offset on value of type bool

Filename: view/view.php

Line Number: 33

- view diff
Embed
Download Paste or View Raw
Hits: 46
  1. Traceback (most recent call last):
  2.   File "gencompleat.py", line 62, in <module>
  3.     fire.Fire(main)
  4.   File "/home/max/.local/lib/python3.8/site-packages/fire/core.py", line 141, in Fire
  5.     component_trace = _Fire(component, args, parsed_flag_args, context, name)
  6.   File "/home/max/.local/lib/python3.8/site-packages/fire/core.py", line 466, in _Fire
  7.     component, remaining_args = _CallAndUpdateTrace(
  8.   File "/home/max/.local/lib/python3.8/site-packages/fire/core.py", line 681, in _CallAndUpdateTrace
  9.     component = fn(*varargs, **kwargs)
  10.   File "gencompleat.py", line 50, in main
  11.     commands = notstartswith(split(startswith(cmdhelp, indent), index=0), '<', '-', cmd)
  12.   File "gencompleat.py", line 38, in split
  13.     lst = map(itemgetter(index), lst)
  14.   File "gencompleat.py", line 21, in map
  15.     return list(builtins.map(func, lst))
  16. IndexError: list index out of range
  17.