Welcome to the Cumulus Support forum.

Latest Cumulus MX V3 release 3.28.6 (build 3283) - 21 March 2024

Cumulus MX V4 beta test release 4.0.0 (build 4018) - 28 March 2024

Legacy Cumulus 1 release v1.9.4 (build 1099) - 28 November 2014 (a patch is available for 1.9.4 build 1099 that extends the date range of drop-down menus to 2030)

Download the Software (Cumulus MX / Cumulus 1 and other related items) from the Wiki

CumulusMX Fail on UTC time - System.OverflowException - DoSunriseAndSunset

From build 3044 the development baton passed to Mark Crossley. Mark has been responsible for all the Builds since. He has made the code available on GitHub. It is Mark's hope that others will join in this development, but at the very least he welcomes your ideas for future developments (see Cumulus MX Development suggestions).

Moderator: mcrossley

Post Reply
orfeo
Posts: 18
Joined: Wed 08 Jul 2015 4:13 pm
Weather Station: Davis VP2+
Operating System: Linux Mint / Windows 7
Location: Toronto Canada

CumulusMX Fail on UTC time - System.OverflowException - DoSunriseAndSunset

Post by orfeo »

Hi All


I'm getting the following errors when running cumulusMX when i have my PC time set to UTC. You can see that when cumulus does DoSunriseAndSunset when i have my time set to UTC it fails. I did this around 4 pm toronto time. You can see in the first instance it starts ok but in the second it fails at UTC time 20:00 .

I've done this on two separate PCs now. I couldn't figure out the issue on the first PC so i swtiched to another. Then when i switched to UTC the error returned.

Any ideas? I haven't set match station time to PC, should i?

thanks
orfeo



tao@tao-Latitude-E6420 ~/Documents/CumulusMX $ sudo mono CumulusMX.exe
Current culture: English (Canada)
Serial: C0994DC86D3DD1DDA786052618A60638
Cumulus MX v.3.0.0 build 3048
Today.ini = data/today.ini
Last update=2019-04-15T16:00:00
Connected to stationAnother update - i just installed it on a second PC and had the
tao@tao-Latitude-E6420 ~/Documents/CumulusMX $ sudo mono CumulusMX.exe
Current culture: English (Canada)
Serial: C0994DC86D3DD1DDA786052618A60638
Cumulus MX v.3.0.0 build 3048
[ERROR] FATAL UNHANDLED EXCEPTION: System.OverflowException: Number overflow.
at System.Convert.ToInt32 (Double value) [0x00000] in <filename unknown>:0
at CumulusMX.Cumulus.DoSunriseAndSunset () [0x00000] in <filename unknown>:0
at CumulusMX.Cumulus..ctor (Int32 HTTPport, Int32 WSport) [0x00000] in <filenamDoSunriseAndSunsete unknown>:0
at CumulusMX.Program.Main (System.String[] args) [0x00000] in <filename unknown>:0
tao@tao-Latitude-E6420 ~/Documents/CumulusMX $ sudo mono CumulusMX.exe
Current culture: English (Canada)
Serial: C0994DC86D3DD1DDA786052618A60638
Cumulus MX v.3.0.0 build 3048
Today.ini = data/today.ini
Last update=2019-04-15T16:05:00
Connected to stationexact same problem. This would seem to
Your console firmware version does not support LOOP2. Consider disabling it in Cumulus.ini
Downloading Archive Data
Cumulus running at: http://*:8998/
(Replace * with any IP address on this machine, or localhost)
2019-04-15 4:03:14 PM
Type Ctrl-C to terminate
Downloading Archive Data
Normal running
tao@tao-Latitude-E6420 ~/Documents/CumulusMX $ sudo mono CumulusMX.exe
Current culture: English (Canada)
Serial: C0994DC86D3DD1DDA786052618A60638
Cumulus MX v.3.0.0 build 3048
[ERROR] FATAL UNHANDLED EXCEPTION: System.OverflowException: Number overflow.
at System.Convert.ToInt32 (Double value) [0x00000] in <filename unknown>:0
at CumulusMX.Cumulus.DoSunriseAndSunset () [0x00000] in <filename unknown>:0
at CumulusMX.Cumulus..ctor (Int32 HTTPport, Int32 WSport) [0x00000] in <filenamDoSunriseAndSunsete unknown>:0
at CumulusMX.Program.Main (System.String[] args) [0x00000] in <filename unknown>:0
tao@tao-Latitude-E6420 ~/Documents/CumulusMX $ sudo mono CumulusMX.exe
Current culture: English (Canada)
Serial: C0994DC86D3DD1DDA786052618A60638
Cumulus MX v.3.0.0 build 3048
Today.ini = data/today.ini
Last update=2019-04-15T16:05:00
Connected to station
Your console firmware version does not support LOOP2. Consider disabling it in Cumulus.ini
Downloading Archive Data
Cumulus running at: http://*:8998/
(Replace * with any IP address on this machine, or localhost)
2019-04-15 4:09:06 PM
Type Ctrl-C to terminate
Post Reply