Fantasy-Calendar icon indicating copy to clipboard operation
Fantasy-Calendar copied to clipboard

ErrorException: Undefined array key 0

Open fantasycalendar-sentry-integration[bot] opened this issue 1 year ago • 0 comments

Sentry Issue: FANTASY-CALENDAR-8

ErrorException: Undefined array key 0
  File "/app/Services/EpochService/Processor/State.php", line 313, in App\Services\EpochService\Processor\State::isNumbered
    return $this->currentMonth()->daysInYear[$this->day-1]->isNumbered;
  File "/app/Services/EpochService/Processor/State.php", line 111, in App\Services\EpochService\Processor\State::toArray
    'isNumbered' => $this->isNumbered(),
  File "/app/Services/EpochService/Processor.php", line 108, in App\Services\EpochService\Processor::stepForward
    $this->epochs->insertFromArray($this->state->toArray());
  File "/app/Services/EpochService/Processor.php", line 59, in App\Services\EpochService\Processor::processUntil
    $this->stepForward();
  File "/app/Services/EpochService/Processor.php", line 88, in App\Services\EpochService\Processor::processUntilDate
    });
...
(93 additional frame(s) were not displayed)