Page 2 of 2

Re: Twitter error

Posted: Mon Nov 05, 2018 2:15 am
by WA4OPQ
My 7PM summary is posting every other day, so it looks like Twitter will allow similar messages after 24 hours. My real concern is on my incremental tweets. Just yesterday I had winds where a 34mph gust was reported but the 42mph tweet was blocked. I've revamped my wind tweets and I'm hopeful they are different enough that Twitter will let them through. We are having a windstorm tomorrow so I should be able to find out.

[HH]:[mm][APM] -
#if# {*([wind0wind-max10=mph.1:0] < 20)*} #then# It's windy in #else##fi#
#if# {*([wind0wind-max10=mph.1:0] > 20) & ([wind0wind-max10=mph.1:0] < 30)*} #then# Gusty winds are blowing though #else##fi#
#if# {*([wind0wind-max10=mph.1:0] > 30) & ([wind0wind-max10=mph.1:0] < 40)*} #then# Watch for very strong gusts in #else##fi#
#if# {*([wind0wind-max10=mph.1:0] > 40) & ([wind0wind-max10=mph.1:0] < 50)*} #then# Wow, some really strong winds in #else##fi#
#if# {*([wind0wind-max10=mph.1:0] > 50) & ([wind0wind-max10=mph.1:0] < 60)*} #then# Lord have mercy, it is blowing crazy in #else##fi#
downtown Centerville, TN. : Winds [wind0wind-avg10=mph.1:--]mph [wind0dir-act=endir:---] Gust [wind0wind-max10=mph.1:--]mph #if# {*([wind0wind-max10=mph.1:0] > 40)*} #then# #HickmanSevereWx #TNwx #else##fi#

Re: Twitter error

Posted: Tue Nov 06, 2018 12:00 am
by WessexWeather
I have just noticed that no automated tweets via Meteobridge have been posted for three days. I post at 7:30am, 1:30pm and 7:30pm, always starting with the time so each is different.

This has been working flawlessly for years, so I guess Twitter have changed something (again). 😑

Re: Twitter error

Posted: Tue Nov 06, 2018 12:31 am
by admin
Did someone try to add the epoch time (large fast changing integer) at the end? Template variable is [epoch]. May be that gives twitter enough of a difference between posts.

Re: Twitter error

Posted: Tue Nov 06, 2018 2:10 am
by grwkak
One thing I have read elsewhere is Twitter strictly enforcing limits for tweets from applications. I have no idea what the limit may be, but this came up in a Cumulus forum post.

Guy

Re: Twitter error

Posted: Tue Nov 06, 2018 2:20 am
by admin
Limit is 300 in 3 hours. I guess this is the problem. I just raised a ticket, asking for setting up the limit by factor 10 for Meteobridge.

Re: Twitter error

Posted: Tue Nov 06, 2018 6:13 am
by WA4OPQ
admin wrote: ↑Tue Nov 06, 2018 2:20 am Limit is 300 in 3 hours. I guess this is the problem. I just raised a ticket, asking for setting up the limit by factor 10 for Meteobridge.
The problem I have is not a number or how frequent. It's that the canned messages I use are seen as duplicate messages, as just the weather data has changed in each message, not the general wording. Wind speed and temperature will tweet incrementally, but now only the first one makes it past Twitter.

Question: If I re-write the strings to use a large number of text strings, when will I reach a memory limit?

Re: Twitter error

Posted: Tue Nov 06, 2018 6:45 am
by Mattk
WA4OPQ wrote: ↑Tue Nov 06, 2018 6:13 am ....Question: If I re-write the strings to use a large number of text strings, when will I reach a memory limit?
I think what was meant was to simply add a single unix type time stamp (epochtime U) seconds since Jan 1, 1970 to the end of each tweet which would be forever something unique and ever changing.

Re: Twitter error

Posted: Tue Nov 06, 2018 8:27 am
by admin
Yes, that was the idea. But my deeper research yesterday makes me think that we as a Meteobridge community hit the 300 tweets per 3 hours limit they introduced shortly. I hope my request on lifting that - as it is clearly no misuse imho - will get a go from twitter.

As dealing with these large companies is not always going as expected, we will need some luck here. So please keep fingers crossed...

Re: Twitter error

Posted: Tue Nov 06, 2018 8:42 am
by WA4OPQ
I can't explain why, but I will give you the credit...but it seems to be working again.
Here is a shot of the rain from tonight. If Twitter was still blocking duplicate posts I should not have been able to do this.

Re: Twitter error

Posted: Tue Nov 06, 2018 12:11 pm
by admin
I slowly understand what is going on. Twitter has started to enforce a policy that every app (Meteobridge in total is one app in their counting) has a limit of 300 tweets in 3 hours. When the limit is reached, we get error 185. The current error message (duplicate) given by Meteobridge is misleading, this will be changed with next update to better reflect the twitter return codes.

I started the exemption process with twitter to get this limit raised. I can't say how fast they will do that and if they are willing to do so at all. I think we are not doing misuse, so I have good hopes.

Please also see this snippet from a discussion in the web:

Screenshot 2018-11-06 at 11.06.02.png
Screenshot 2018-11-06 at 11.06.02.png (113.13 KiB) Viewed 5449 times

Re: Twitter error

Posted: Tue Nov 06, 2018 3:02 pm
by WessexWeather
Good to know there might be a resolution... albeit eventually.

It seems a little unfair of Twitter to restrict the apps, rather than users that abuse their quotas. Place a restriction on individuals, not the software they use.

Like I say I post just three automated tweets per day whereas some people post hundreds. I have lost followers in the past for posting too many automated conditions tweets - it’s not what the average follower wants to see.

Re: Twitter error

Posted: Tue Nov 06, 2018 11:07 pm
by admin
Meteobridge users should be fine again with twitter!

Screenshot 2018-11-06 at 22.05.29.png
Screenshot 2018-11-06 at 22.05.29.png (67.35 KiB) Viewed 5432 times

Re: Twitter error **solved**

Posted: Tue Nov 06, 2018 11:19 pm
by WessexWeather
Indeed it is!

Thank you for your efforts in resolving it.

Re: Twitter error **solved**

Posted: Wed Nov 07, 2018 6:37 pm
by WA4OPQ
This is awesome! Thanks for the great work.

Re: Twitter error **solved**

Posted: Fri Nov 09, 2018 12:57 pm
by grwkak
Looking good so far - thanks!!

Guy