Welcome to the Cumulus Support forum.

Latest Cumulus MX V4 release 4.0.0 (build 4022) - 11 May 2024

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

Legacy Cumulus 1 release 1.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

Search found 11521 matches

by mcrossley
Thu 16 May 2024 12:01 pm
Forum: Cumulus MX version 4
Topic: CMXv4 .NET8 Windows 10
Replies: 65
Views: 2226

Re: CMXv4 .NET8 Windows 10

Just create a shortcut like you did before, but instead of setting the Target to "<path>Cumulus MX.exe", make it "dotnet <path>Cumulus MX.dll", and set the Start in option to <path>.

Where <path> is the path to your MX installation.
by mcrossley
Thu 16 May 2024 10:11 am
Forum: Cumulus MX version 4
Topic: CMXv4 .NET8 Windows 10
Replies: 65
Views: 2226

Re: CMXv4 .NET8 Windows 10

My intent is to create a 32 bit executable for the next build. The zip will contain both CumulusMX.exe and CumulusMX32.exe
by mcrossley
Thu 16 May 2024 10:10 am
Forum: Cumulus MX version 4
Topic: CMXv4 .NET8 Windows 10
Replies: 65
Views: 2226

Re: CMXv4 .NET8 Windows 10

I think donet is nicer :lol:
by mcrossley
Thu 16 May 2024 8:16 am
Forum: Cumulus MX version 4
Topic: CMXv4 .NET8 Windows 10
Replies: 65
Views: 2226

Re: CMXv4 .NET8 Windows 10

It is compatible with 32bit Windows, you just have to run it with a different command.

Code: Select all

dotnet Cumulus MX.dll
dotnet MigrateData3to4.dll
etc.
by mcrossley
Wed 15 May 2024 9:22 pm
Forum: Cumulus MX version 4
Topic: CMXv4 .NET8 Windows 10
Replies: 65
Views: 2226

Re: CMXv4 .NET8 Windows 10

Very strange. If I run cumulusmx with the command "cumulusmx4.exe" I get the following output ( in cmd): "This version of C:\CumulusMXv4\CumulusMX.exe is not compatible with the version of Windows you're running. Check your computer's system information and then contact the software ...
by mcrossley
Wed 15 May 2024 9:11 pm
Forum: Cumulus MX version 4
Topic: CumulusMX v4 updating
Replies: 18
Views: 563

Re: CumulusMX v4 updating

The file "Microsoft.Extensions.Logging.Abstractions.dll" should be in the root folder along with the CumulusMX.exe and CumulusMX.dll.

It sounds like you have not extracted the entire contents of the zip file.
by mcrossley
Wed 15 May 2024 3:36 pm
Forum: General
Topic: AWEKAS transfer error ?
Replies: 20
Views: 3349

Re: AWEKAS transfer error ?

ConligWX wrote: Wed 15 May 2024 1:39 pm not sure if this is of any use to you but found this earlier today

https://thomaslevesque.com/2018/02/25/b ... ttpclient/
Not much, it's one way of doing it back then, but there are far simpler ways now :)
by mcrossley
Wed 15 May 2024 12:55 pm
Forum: General
Topic: AWEKAS transfer error ?
Replies: 20
Views: 3349

Re: AWEKAS transfer error ?

The errors are much more visible in v4.

I upload to five third parties, only AWEKAS and WOW suffer from timeouts. The other three throw maybe one timeout a month each. All five use the same HttpClient internally in MX.
by mcrossley
Wed 15 May 2024 12:37 pm
Forum: General
Topic: AWEKAS transfer error ?
Replies: 20
Views: 3349

Re: AWEKAS transfer error ?

I have added a retry to third-party uploads, it is interesting...

With AWEKAS, the retry seems to work nearly all the time.

With WOW, the retry fails nearly every time with rate limited error. I think this means that the original upload probably worked, but we just didn't receive a response.
by mcrossley
Wed 15 May 2024 11:30 am
Forum: Cumulus MX version 4
Topic: CMXv4 .NET8 Windows 10
Replies: 65
Views: 2226

Re: CMXv4 .NET8 Windows 10

Could you try running CMX using the command line...

Code: Select all

dotnet CumulusMX.dll
And see if that works?
by mcrossley
Wed 15 May 2024 11:30 am
Forum: Cumulus MX version 4
Topic: CMXv4 .NET8 Windows 10
Replies: 65
Views: 2226

Re: CMXv4 .NET8 Windows 10

Hmm, Cumulus MX is compiled as "Any CPU" which means it will run on both 32 and 64 bit systems. Most Raspberry Pi's it runs on are probably running the 32 bit OS.
by mcrossley
Wed 15 May 2024 11:25 am
Forum: Cumulus MX version 4
Topic: CU-MX Version : (4.0.0-b4022) CUWebtags Error
Replies: 3
Views: 106

Re: CU-MX Version : (4.0.0-b4022) CUWebtags Error

It's because the error message from WOW contained multi-line HTML code with embedded quoted strings. I have no control over what third parties are going to send back as the error message, so the PHP code needs to be able to cope with that. Putting the error message in simple quotes is not going to c...
by mcrossley
Tue 14 May 2024 7:39 pm
Forum: Cumulus MX version 4
Topic: How to start CumulusMX with dotnet in linux
Replies: 39
Views: 709

Re: How to start CumulusMX with dotnet in linux

Did you do this step?
To make the service start when you server boots, use the command:

Code: Select all

systemctl enable cumulusmx
by mcrossley
Tue 14 May 2024 12:37 pm
Forum: Cumulus MX version 4
Topic: RealtimePHP[164]]: General Error uploading to realtime.txt
Replies: 4
Views: 165

Re: RealtimePHP[164]]: General Error uploading to realtime.txt

15 seconds is an awful long time for a server to respond.
by mcrossley
Tue 14 May 2024 10:20 am
Forum: Cumulus MX version 4
Topic: Version 4.0 b4022 Spike Setting Issues
Replies: 9
Views: 123

Re: Version 4.0 b4022 Spike Setting Issues

Your dayfile is really malformed, have you edited it in Excel or something like that? All the dates in the format "dd/mm/yyyy", the year should only be two digits. All the times are in the form "hh:mm:ss", they should be just hh:mm Also, the number of entries on each row varies t...