Ticket #233 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

ValueError: day is out of range for month

Reported by: gpolo Owned by: gpolo
Priority: high Milestone: Umit 1.0beta2
Component: NetworkInventory Version:
Keywords: Cc:

Description

Today when starting network inventory I got this error:

Traceback (most recent call last):
  File "umitGUI\App.pyo", line 58, in __create_show_main_window
  File "umitInventory\Viewer.pyo", line 213, in __init__
  File "umitInventory\Timeline.pyo", line 49, in __init__
  File "umitInventory\TLBase.pyo", line 178, in grab_data
  File "umitInventory\DataGrabber.pyo", line 110, in changes_by_category
  File "umitInventory\DataGrabber.pyo", line 139, in changes_for_categoryid
  File "umitInventory\DataGrabber.pyo", line 151, in changes_in_range
  File "umitInventory\DataGrabber.pyo", line 342, in changes_in_day
ValueError: day is out of range for month

Change History

Changed 4 years ago by gpolo

  • status changed from new to closed
  • resolution set to fixed

Fixed in r4232. But I suspect there are similar problems still present on umitInventory/Calendar.

Note: See TracTickets for help on using tickets.