AWEKAS: Error: failed: Operation timed out. (no more tries)

This section covers the Meteobridge PRO, PRO2, NANO SD, Raspberry Pi and VM platforms exclusively

Moderator: Mattk

Post Reply
User avatar
ConligWX
Platinum Boarder
Platinum Boarder
Posts: 329
Joined: Wed Nov 14, 2018 12:48 pm
Location: Conlig, Co. Down, UK
Contact:

AWEKAS: Error: failed: Operation timed out. (no more tries)

Post by ConligWX »

Just received an email from AWEKAS regarding my station reporting the following:

Dear AWEKAS member

Your station Conlig has not sent any data to AWEKAS Weather Network since 28.07.2020 13:04 local time.
Please check if there is a problem with the transmission, software or your weather station.

MB Nano Log reports:

Code: Select all

AWEKAS:	2020-07-28 14:15:29 Error: 2020-07-28 14:15:08 failed: Operation timed out. (no more tries)
no other service is affected.

I am using Meteobridge 4.4 (Jul 25 2020, build 3179), FW 1.3 which makes use of new V4 AWEKAS upload format.

Anyone else having upload issues to AWEKAS on this new format?

rebooted Nano, but error still there.

AWEKAS uploads every 15 mins, 1 retry.
User avatar
galfert
Platinum Boarder
Platinum Boarder
Posts: 326
Joined: Sun Jun 24, 2018 10:31 pm
Location: Orlando, FL

Re: AWEKAS: Error: failed: Operation timed out. (no more tries)

Post by galfert »

I'm still on MB V4.3 and I'm also getting this error and my uploads are not making it to AWEKAS. I don't think this is related to AWEKAS API V4 because MB 4.3 does not have this update. At least it isn't supposed to have it according to the change log. Even though MN 4.3 is not supposed to have this update, it does seem like it has it because the field to enter the fast link key is gone.

I changed my AWEKAS upload to a different software for now and it started uploading. I'm now uploading with my GW1000 "Customized" server upload feature.
Meteobridge RPI | GW1000
User avatar
ConligWX
Platinum Boarder
Platinum Boarder
Posts: 329
Joined: Wed Nov 14, 2018 12:48 pm
Location: Conlig, Co. Down, UK
Contact:

Re: AWEKAS: Error: failed: Operation timed out. (no more tries)

Post by ConligWX »

hmm strange, I may use CumulusMX to upload AWEKAS for now.
User avatar
galfert
Platinum Boarder
Platinum Boarder
Posts: 326
Joined: Sun Jun 24, 2018 10:31 pm
Location: Orlando, FL

Re: AWEKAS: Error: failed: Operation timed out. (no more tries)

Post by galfert »

I just finished testing with Cumulus MX and it isn't working.
Last edited by galfert on Tue Jul 28, 2020 5:07 pm, edited 1 time in total.
Meteobridge RPI | GW1000
User avatar
galfert
Platinum Boarder
Platinum Boarder
Posts: 326
Joined: Sun Jun 24, 2018 10:31 pm
Location: Orlando, FL

Re: AWEKAS: Error: failed: Operation timed out. (no more tries)

Post by galfert »

Just finished testing with Weather-Display....doesn't work.

I'm not going to bother testing WeeWX. It looks like the problem is at AWEKAS based on this testing. Strange that my GW1000 will upload though.
Meteobridge RPI | GW1000
User avatar
ConligWX
Platinum Boarder
Platinum Boarder
Posts: 329
Joined: Wed Nov 14, 2018 12:48 pm
Location: Conlig, Co. Down, UK
Contact:

Re: AWEKAS: Error: failed: Operation timed out. (no more tries)

Post by ConligWX »

yeah guess AWEKAS has an issue, just spent about 20 minutes trying to get CMX working lol no go....
User avatar
wvdkuil
Platinum Boarder
Platinum Boarder
Posts: 604
Joined: Sun Jul 24, 2011 8:00 pm
Location: Belgium
Contact:

Re: AWEKAS: Error: failed: Operation timed out. (no more tries)

Post by wvdkuil »

Seems OK again since 14:40 UTC.
Error messages in MB gone, uploads arrived OK at Awekas also.
Wim
User avatar
galfert
Platinum Boarder
Platinum Boarder
Posts: 326
Joined: Sun Jun 24, 2018 10:31 pm
Location: Orlando, FL

Re: AWEKAS: Error: failed: Operation timed out. (no more tries)

Post by galfert »

Yes MB now working for me too.

Interesting that different software may be using using different destination servers. No idea where MB uploads to for AWEKAS but the following are the uploads destinations for these software:

GW1000 - ws.awekas.at/weatherstation/updateweatherstation.php (manually configured)
Weather-Display - data.awekas.at/eingabe_pruefug.php (obtained from logs)
WeeWX - data.awekas.at/eingabe_pruefung.php (obtained from source code)
Cumulus MX - data.awekas.at/eingabe_pruefung.php (obtained from source code)

I think in this case what happened is that data.awekas.at went down but ws.awekas.at stayed up.
Meteobridge RPI | GW1000
User avatar
wvdkuil
Platinum Boarder
Platinum Boarder
Posts: 604
Joined: Sun Jul 24, 2011 8:00 pm
Location: Belgium
Contact:

Re: AWEKAS: Error: failed: Operation timed out. (no more tries)

Post by wvdkuil »

galfert wrote: Tue Jul 28, 2020 5:53 pm Yes MB now working for me too.

Interesting that different software may be using using different destination servers. No idea where MB uploads to for AWEKAS but the following are the uploads destinations for these software:

GW1000 - ws.awekas.at/weatherstation/updateweatherstation.php (manually configured)
Weather-Display - data.awekas.at/eingabe_pruefug.php (obtained from logs)
WeeWX - data.awekas.at/eingabe_pruefung.php (obtained from source code)
Cumulus MX - data.awekas.at/eingabe_pruefung.php (obtained from source code)

I think in this case what happened is that data.awekas.at went down but ws.awekas.at stayed up.
AFAIK the 'websites' accept data with a different protocols.
The ws.awekas.at/weatherstation/updateweatherstation.php uses the "WeatherUnderground / pwsweather" protocol with a get name for every weather-value

The data.awekas.at/eingabe_pruefung.php uses a few "more recent" get-name-value pairs plus a large chunk of values separated by a ;
Far more efficient as there are 111 ; separated fields uploaded. Adding a name for every 1 or 2 character field would enlarge the upload very much.

Wim
User avatar
Gyvate
Platinum Boarder
Platinum Boarder
Posts: 453
Joined: Thu May 14, 2020 4:36 pm
Location: Saarbrücken, Germany

Re: AWEKAS: Error: failed: Operation timed out. (no more tries)

Post by Gyvate »

I also received that mail (28.07.2020 13:11 local time).
Meanwhile everything is working again, but in my AWEKAS graph there is a 3 hour gap.
I didn't change anything still running on the 13-July release.
AWEAKAS-gap_20200728.JPG
AWEAKAS-gap_20200728.JPG (52.76 KiB) Viewed 3281 times
WH4000SE 1.6.6/1 x DP1500/4 x GW1000 1.7.7/GW1100 2.3.0/HP1000SE Pro 1.9.3//2 x WH2650 1.7.7/GW2000 3.1.0
2xMeteobridge Pro [B+R] 15161, 2xRPi4B-2GB/16/32 3139,VM128 1704
Weather Landing page: https://meshka.eu
Ecowitt WiKi: https://meshka.eu/Ecowitt/dokuwiki
User avatar
Gyvate
Platinum Boarder
Platinum Boarder
Posts: 453
Joined: Thu May 14, 2020 4:36 pm
Location: Saarbrücken, Germany

Re: AWEKAS: Error: failed: Operation timed out. (no more tries)

Post by Gyvate »

FYI
AWEKAS founder and admin gives a statement as a reply to questions regarding the outage in their forum:
https://www.awekas.at/for2/index.php?th ... g-offline/
AWEKAS_down_20200728.JPG
AWEKAS_down_20200728.JPG (78 KiB) Viewed 3252 times
For those who don't understand [Austrian 8)] German:
"One of our servers got stuck today. The web server process crashed. After restart everything is okay again.
As soon as I have further information, I'm pleased to share this here and on Twitter. (Twitter then when the main service is not working)."
So far no further statement.
WH4000SE 1.6.6/1 x DP1500/4 x GW1000 1.7.7/GW1100 2.3.0/HP1000SE Pro 1.9.3//2 x WH2650 1.7.7/GW2000 3.1.0
2xMeteobridge Pro [B+R] 15161, 2xRPi4B-2GB/16/32 3139,VM128 1704
Weather Landing page: https://meshka.eu
Ecowitt WiKi: https://meshka.eu/Ecowitt/dokuwiki
Post Reply