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 11517 matches

by mcrossley
Wed 15 May 2024 9:22 pm
Forum: Cumulus MX version 4
Topic: CMXv4 .NET8 Windows 10
Replies: 58
Views: 2075

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: 16
Views: 472

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: 3280

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: 3280

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: 3280

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: 58
Views: 2075

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: 58
Views: 2075

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: 2
Views: 73

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: 634

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: 158

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: 116

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...
by mcrossley
Tue 14 May 2024 10:04 am
Forum: Cumulus MX version 4
Topic: How to start CumulusMX with dotnet in linux
Replies: 39
Views: 634

Re: How to start CumulusMX with dotnet in linux

At first you could run it interactively...

Code: Select all

dotnet CumulusMX.dll
Once you are happy it is working OK, install it as a service. Running it interactively means it will stop when you logout.
by mcrossley
Tue 14 May 2024 9:48 am
Forum: Cumulus MX version 4
Topic: Version 4.0 b4022 Spike Setting Issues
Replies: 9
Views: 116

Re: Version 4.0 b4022 More info

Please post the MXdiags file and the dayfile.txt it was running against.
by mcrossley
Tue 14 May 2024 9:44 am
Forum: Cumulus MX version 4
Topic: How to start CumulusMX with dotnet in linux
Replies: 39
Views: 634

Re: How to start CumulusMX with dotnet in linux

avvy65 wrote: Tue 14 May 2024 8:00 am Ok thanks , but I hit my first problem
Using Migratedata3to4 returns
MuigrateData3to4: command not found.
That was running the command "dotnet MigrateData3to4.dll"? (note capital D).

SORRY: Cross posted!
by mcrossley
Mon 13 May 2024 5:05 pm
Forum: Cumulus MX version 4
Topic: RealtimePHP[164]]: General Error uploading to realtime.txt
Replies: 4
Views: 158

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

Your ISP doing some maintenance/upgrades perhaps?

In the next build I've simplified the messaging when a simple timeout occurs.