Skip to content

[Support]: ValueError: month must be in 1..12 #11496

Discussion options

You must be logged in to vote

This is caused by a bug in the zeep package (mvantellingen/python-zeep#1240), a bit of code used to communicate to your ONVIF cameras. It's actually fixed by a later version of the zeep package, but because of other necessary dependencies in Frigate, we can't upgrade to that version.

A possible workaround might be to change the way the time/date is displayed or set in your camera's firmware to a MM-DD format, but that's a total guess and may not actually have any effect.

In any case, I think this is an error that you should be able to safely ignore as Frigate doesn't utilize anything with dates through your camera's ONVIF capabilities.

Replies: 2 comments 2 replies

Comment options

NickM-27
May 23, 2024
Collaborator Sponsor

You must be logged in to vote
1 reply
@MortenTurbo
Comment options

Comment options

You must be logged in to vote
1 reply
@MortenTurbo
Comment options

Answer selected by MortenTurbo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment