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 4017) - 17 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

Not uploading HTML files

Discussion and questions about Cumulus weather station software version 1. This section is the main place to get help with Cumulus 1 software developed by Steve Loft that ceased development in November 2014.
User avatar
44085weather
Posts: 7
Joined: Fri 24 Mar 2017 7:36 pm
Weather Station: La Crosse Ws-2317
Operating System: Windows 7 Professional SP1 64bit

Not uploading HTML files

Post by 44085weather »

Hello,

Cumulus does not seem to be sending the html files. It freezes on that:
Image

Any help in getting this fixed will be greatly appreciated.

ftplog txt:

Code: Select all

09:23:14:101 ! HighLevelAsync 0
09:23:14:101 06047750 Socket handle created 1348
09:23:14:101 TWSocket will connect to 164.132.190.165:21
09:23:14:221 06047750 TriggerDataSent 1348
09:23:14:367 FTP Response: 220 ProFTPD 1.3.5b Server (ProFTPD) [::ffff:164.132.190.165]
09:23:14:367 >|220 ProFTPD 1.3.5b Server (ProFTPD) [::ffff:164.132.190.165]|

09:23:14:367 FTP Session Connected, code = 0
09:23:14:367 ! HighLevelAsync 0
09:23:14:367 FTP Command: USER USERNAME
09:23:14:367 06047750 TriggerDataSent 1348
09:23:14:488 FTP Response: 331 Password required for USERNAME
09:23:14:488 >|331 Password required for USERNAME|

09:23:14:488 ! HighLevelAsync 0
09:23:14:488 FTP Command: PASS
09:23:14:488 06047750 TriggerDataSent 1348
09:23:14:624 FTP Response: 230 User USERNAME logged in
09:23:14:624 >|230 User USERNAME logged in|

09:23:14:624 ! HighLevelAsync 0
09:23:14:624 ! HighLevelAsync done
09:23:14:625 Getting directory listing
09:23:14:625 FTP Command: PWD
09:23:14:626 06047750 TriggerDataSent 1348
09:23:14:743 FTP Response: 257 "/" is the current directory
09:23:14:743 >|257 "/" is the current directory|

09:23:15:626 ! HighLevelAsync 0
09:23:15:626 FTP Command: PORT 192,168,254,64,231,229
09:23:15:626 06047750 TriggerDataSent 1348
09:23:15:726 FTP Response: 200 PORT command successful
09:23:15:726 >|200 PORT command successful|
User avatar
steve
Cumulus Author
Posts: 26702
Joined: Mon 02 Jun 2008 6:49 pm
Weather Station: None
Operating System: None
Location: Vienne, France
Contact:

Re: Not uploading HTML files

Post by steve »

You've turned on active ftp mode - have you tried the default, passive mode, with active mode turned off?
Steve
User avatar
44085weather
Posts: 7
Joined: Fri 24 Mar 2017 7:36 pm
Weather Station: La Crosse Ws-2317
Operating System: Windows 7 Professional SP1 64bit

Re: Not uploading HTML files

Post by 44085weather »

steve wrote:You've turned on active ftp mode - have you tried the default, passive mode, with active mode turned off?
I have turned off active mode, but the html files are still not updating. I manually uploaded the index.htm file as can be seen here: http://www.44085weather.com/cumulus/index.htm, but the rest of the pages such as gauges.htm and the others are not / have not updated since the original Cumulus setup yesterday afternoon. If you would like any other information i can provide you with please let me know.
Here is how I have it configured now:
Image



TIA

-Tom
User avatar
steve
Cumulus Author
Posts: 26702
Joined: Mon 02 Jun 2008 6:49 pm
Weather Station: None
Operating System: None
Location: Vienne, France
Contact:

Re: Not uploading HTML files

Post by steve »

Now that you have active mode turned off, can you delete the ftplog.txt file, and then leave Cumulus until after another update attempt, and then zip up and attach the ftplog.txt file here, please?
Steve
User avatar
44085weather
Posts: 7
Joined: Fri 24 Mar 2017 7:36 pm
Weather Station: La Crosse Ws-2317
Operating System: Windows 7 Professional SP1 64bit

Re: Not uploading HTML files

Post by 44085weather »

steve wrote:Now that you have active mode turned off, can you delete the ftplog.txt file, and then leave Cumulus until after another update attempt, and then zip up and attach the ftplog.txt file here, please?
Attached.

Thanks for helping Steve.
You do not have the required permissions to view the files attached to this post.
jlmr731
Posts: 225
Joined: Sat 27 Aug 2016 12:11 am
Weather Station: Davis vantage pro 2
Operating System: Debian
Location: Wickliffe, Ohio
Contact:

Re: Not uploading HTML files

Post by jlmr731 »

I see this in your ftp log file

20:34:03:151 ! Next3GetAsync
20:34:03:152 ! HighLevelAsync 0
20:34:03:152 ! HighLevelAsync done
20:34:03:730 Changing directory to /public_html/cumulus
20:34:03:730 FTP Command: CWD /public_html/cumulus
20:34:03:730 06247750 TriggerDataSent 1356
20:34:03:841 FTP Response: 550 /public_html/cumulus: No such file or directory
20:34:03:841 >|550 /public_html/cumulus: No such file or directory|

as you can see it can not change directory to /public_html/cumulus
Looking at your setup where you have directory /public_html/cumulus
change it to public_html/cumulus (note the removal of the backlash before public_html)
see if that will work
sfws
Posts: 1183
Joined: Fri 27 Jul 2012 11:29 am
Weather Station: Chas O, Maplin N96FY, N25FR
Operating System: rPi 3B+ with Buster (full)

Re: Not uploading HTML files

Post by sfws »

jlmr731 wrote:change it to public_html/cumulus (note the removal of the backlash before public_html)
see if that will work
If that fails try just
cumulus
User avatar
44085weather
Posts: 7
Joined: Fri 24 Mar 2017 7:36 pm
Weather Station: La Crosse Ws-2317
Operating System: Windows 7 Professional SP1 64bit

Re: Not uploading HTML files

Post by 44085weather »

sfws wrote:
jlmr731 wrote:change it to public_html/cumulus (note the removal of the backlash before public_html)
see if that will work
If that fails try just
cumulus
jlmr731 wrote:I see this in your ftp log file

20:34:03:151 ! Next3GetAsync
20:34:03:152 ! HighLevelAsync 0
20:34:03:152 ! HighLevelAsync done
20:34:03:730 Changing directory to /public_html/cumulus
20:34:03:730 FTP Command: CWD /public_html/cumulus
20:34:03:730 06247750 TriggerDataSent 1356
20:34:03:841 FTP Response: 550 /public_html/cumulus: No such file or directory
20:34:03:841 >|550 /public_html/cumulus: No such file or directory|

as you can see it can not change directory to /public_html/cumulus
Looking at your setup where you have directory /public_html/cumulus
change it to public_html/cumulus (note the removal of the backlash before public_html)
see if that will work
Tried both suggestions. Still not doing the trick:(

Attached is the last ~24 hours of ftplog.txt
You do not have the required permissions to view the files attached to this post.
User avatar
steve
Cumulus Author
Posts: 26702
Joined: Mon 02 Jun 2008 6:49 pm
Weather Station: None
Operating System: None
Location: Vienne, France
Contact:

Re: Not uploading HTML files

Post by steve »

It seems to be working in as much as the files are being uploaded successfully. At the end of the ftp log, it isn't attempting to change directory before starting the upload, so I assume you now have the ftp directory empty. You need to determine the correct path for the directory where you want the files, taking into account the point you start at when you log in.

Clearly public_html/cumulus was not correct, so perhaps you are already oin public_html when you log in, in which case you just want "cumulus" as suggested above (I can't see any sign of you having tried that in the ftp log). Another possibility is that you are above the public_html directory when you log in. Cumulus will have been creating a file called ftpls.txt which shows the directories at the point at which it logs in, which will be of some help in determining the correct path.
Steve
User avatar
44085weather
Posts: 7
Joined: Fri 24 Mar 2017 7:36 pm
Weather Station: La Crosse Ws-2317
Operating System: Windows 7 Professional SP1 64bit

Re: Not uploading HTML files

Post by 44085weather »

I had to reset the login on my ftpserver it was trying to go above the public_html folder Thank you.

How do I get the gauges to work properly? They are not displaying anything see image:
Image

Image

Available on http://www.44085weather.com/cumulus/gauges.htm
User avatar
steve
Cumulus Author
Posts: 26702
Joined: Mon 02 Jun 2008 6:49 pm
Weather Station: None
Operating System: None
Location: Vienne, France
Contact:

Re: Not uploading HTML files

Post by steve »

The settings you have are sufficient. The gauges use the realtime.txt file which Cumulus uploads. But http://www.44085weather.com/cumulus/realtime.txt returns an empty result. You appear to be using free web hosting - quite often these do not allow .txt files, if the realtime.txt file is actually present on your server and has content, then this is the most likely explanation.
Steve
User avatar
44085weather
Posts: 7
Joined: Fri 24 Mar 2017 7:36 pm
Weather Station: La Crosse Ws-2317
Operating System: Windows 7 Professional SP1 64bit

Re: Not uploading HTML files

Post by 44085weather »

It allows clientraw.txt from Weather display so it should allow realtime.txt from Cumulus. I have 2 weather stations I'm using both softwares. I do pay for the hosting so that shouldn't be the issue.Ill manually upload the file to see if it will update on the server.
User avatar
PaulMy
Posts: 3775
Joined: Sun 28 Sep 2008 11:54 pm
Weather Station: Davis VP2 Plus 24-Hour FARS
Operating System: Windows8 and Windows10
Location: Komoka, ON Canada
Contact:

Re: Not uploading HTML files

Post by PaulMy »

Your realtime.txt seems to be updating every 2 minutes, and your gauges http://www.44085weather.com/cumulus/gauges.htm are ok other than in my Chrome I have to click to allow flash for the bottom 2 gauges to display, and in my FF these bottom 2 gauges do not display but instead a message to update Adobe Flash Player.

Enjoy,
Paul
Davis Vantage Pro2+
C1 www.komokaweather.com/komokaweather-ca
MX www.komokaweather.com/cumulusmx/index.htm /index.html /index.php
MX www.komokaweather.com/cumulusmxwll/index.htm /index.html /index.php
MX www. komokaweather.com/cumulusmx4/index.htm

Image
User avatar
steve
Cumulus Author
Posts: 26702
Joined: Mon 02 Jun 2008 6:49 pm
Weather Station: None
Operating System: None
Location: Vienne, France
Contact:

Re: Not uploading HTML files

Post by steve »

Yes, it seems to be working now.

Flash is outdated technology now, and my original gauges are quite poor anyway. Mark's SteelSeries gauges are vastly better.
Steve
User avatar
44085weather
Posts: 7
Joined: Fri 24 Mar 2017 7:36 pm
Weather Station: La Crosse Ws-2317
Operating System: Windows 7 Professional SP1 64bit

Re: Not uploading HTML files

Post by 44085weather »

steve wrote:Yes, it seems to be working now.

Flash is outdated technology now, and my original gauges are quite poor anyway. Mark's SteelSeries gauges are vastly better.
Where do i find the steel series gauges?
Post Reply