Author Topic: Upload to Wunderground  (Read 774 times)

0 Members and 1 Guest are viewing this topic.

Offline konz

  • Senior Contributor
  • ****
  • Posts: 172
    • ArlingtonWX
Upload to Wunderground
« on: September 15, 2019, 08:02:05 PM »
Checking to see if anyone else using weeWX is having an issue uploading to Wunderground - my uploads stopped around 1:25 PM CDT.  I'm using 3.9.2.

Code: [Select]
Sep 15 19:18:46 COMPUTER1 weewx[1189]: restx: Wunderground-RF: Failed to publish record 2019-09-15 19:18:42 CDT (1568593122): Failed upload after 1 tries
« Last Edit: September 15, 2019, 08:20:42 PM by konz »

Offline nincehelser

  • Forecaster
  • *****
  • Posts: 3337
Re: Upload to Wunderground
« Reply #1 on: September 15, 2019, 08:42:47 PM »
Checking to see if anyone else using weeWX is having an issue uploading to Wunderground - my uploads stopped around 1:25 PM CDT.  I'm using 3.9.2.

Code: [Select]
Sep 15 19:18:46 COMPUTER1 weewx[1189]: restx: Wunderground-RF: Failed to publish record 2019-09-15 19:18:42 CDT (1568593122): Failed upload after 1 tries

Someone noted the security certificate on wunderground has expired.  That might do it if weewx isn't happy with the situation.

You should be able to modify the weewx reporting code to use http instead of https.  That should side-step the problem.

Offline Dunedain

  • Member
  • *
  • Posts: 1
Re: Upload to Wunderground
« Reply #2 on: September 15, 2019, 09:04:23 PM »
Confirmed that I am having the same issue uploading to Wunderground. PWS Weather, Windy, and WOW are operating per the norm. @nincehelser where and how do I modify the config to transmit it via HTTP? TIA

Offline nincehelser

  • Forecaster
  • *****
  • Posts: 3337
Re: Upload to Wunderground
« Reply #3 on: September 15, 2019, 10:01:15 PM »
Confirmed that I am having the same issue uploading to Wunderground. PWS Weather, Windy, and WOW are operating per the norm. @nincehelser where and how do I modify the config to transmit it via HTTP? TIA

I've no way to test this, but I'd look at https://github.com/weewx/weewx/blob/master/bin/weewx/restx.py line 573

 [ You are not allowed to view attachments ]


Offline konz

  • Senior Contributor
  • ****
  • Posts: 172
    • ArlingtonWX
Re: Upload to Wunderground
« Reply #4 on: September 15, 2019, 10:19:57 PM »
Thanks.  Mine inexplicably started working again around 8:14 PM CDT.

Code: [Select]
Sep 15 20:14:10 COMPUTER1 weewx[1189]: restx: Wunderground-RF: Failed to publish record 2019-09-15 20:14:06 CDT (1568596446): Failed upload after 1 tries
Sep 15 20:14:22 COMPUTER1 weewx[1189]: restx: Wunderground-RF: Failed to publish record 2019-09-15 20:14:18 CDT (1568596458): Failed upload after 1 tries
Sep 15 20:14:30 COMPUTER1 weewx[1189]: restx: Wunderground-RF: Published record 2019-09-15 20:14:30 CDT (1568596470)
Sep 15 20:14:47 COMPUTER1 weewx[1189]: restx: Wunderground-RF: Published record 2019-09-15 20:14:42 CDT (1568596482)
Sep 15 20:14:54 COMPUTER1 weewx[1189]: restx: Wunderground-RF: Published record 2019-09-15 20:14:54 CDT (1568596494)
« Last Edit: September 15, 2019, 10:39:33 PM by konz »