Skip to content
This repository has been archived by the owner on Jul 13, 2018. It is now read-only.

Due to an error, potentially a timed-out connection to Twitter #90

Open
daibt opened this issue Sep 21, 2014 · 15 comments
Open

Due to an error, potentially a timed-out connection to Twitter #90

daibt opened this issue Sep 21, 2014 · 15 comments

Comments

@daibt
Copy link

daibt commented Sep 21, 2014

Hi

I am using Tweet-Display-Back 3.0.3 but facing with issue: Due to an error, potentially a timed-out connection to Twitter, this user's tweets are unable to be displayed.

I can see in some of document from your site that it was fix from 3.0, but I am still facing with it. Please help me fix it in my site. You can get it at this link http://bsdinsight.com/bsdsite/quickstart/

thanks in advance

@mbabker
Copy link
Member

mbabker commented Sep 21, 2014

I'd suggest using the 3.1 beta. The common cause of that issue is the
shared pool of API connections in the 3.0 releases of the module. 3.1 lets
you use your own token to get around that.

On Sunday, September 21, 2014, bsdinsight [email protected] wrote:

Hi

I am using Tweet-Display-Back 3.0.3 but facing with issue: Due to an
error, potentially a timed-out connection to Twitter, this user's tweets
are unable to be displayed.

I can see in some of document from your site that it was fix from 3.0, but
I am still facing with it. Please help me fix it in my site. You can get it
at this link http://bsdinsight.com/bsdsite/quickstart/

thanks in advance


Reply to this email directly or view it on GitHub
#90.

@daibt
Copy link
Author

daibt commented Sep 21, 2014

Hi MichaelThanks for your information, but I tried to find download 3.1 version and could not get it. Can you share me the link to download 3.1 version? Sent from my BlackBerry From: Michael BabkerSent: Sunday, September 21, 2014 22:26To: BabDev/Tweet-Display-BackReply To: BabDev/Tweet-Display-BackCc: Truong DaiSubject: Re: [Tweet-Display-Back] Due to an error, potentially a timed-out connection to Twitter (#90)I'd suggest using the 3.1 beta. The common cause of that issue is the

shared pool of API connections in the 3.0 releases of the module. 3.1 lets

you use your own token to get around that.

On Sunday, September 21, 2014, bsdinsight [email protected] wrote:

Hi

I am using Tweet-Display-Back 3.0.3 but facing with issue: Due to an

error, potentially a timed-out connection to Twitter, this user's tweets

are unable to be displayed.

I can see in some of document from your site that it was fix from 3.0, but

I am still facing with it. Please help me fix it in my site. You can get it

at this link http://bsdinsight.com/bsdsite/quickstart/

thanks in advance

Reply to this email directly or view it on GitHub

#90.

—Reply to this email directly or view it on GitHub.
{"@context":"http://schema.org","@type":"EmailMessage","description":"View this Issue on GitHub","action":{"@type":"ViewAction","url":"https://github.com/BabDev/Tweet-Display-Back/issues/90#issuecomment-56302127","name":"View Issue"}}

@mbabker
Copy link
Member

mbabker commented Sep 21, 2014

All downloads are linked from http://www.babdev.com/extensions/latest

The top portion of the listing is stable releases, the bottom portion is "development" releases (betas, for example).

@daibt
Copy link
Author

daibt commented Sep 21, 2014

Hi Michael

Thanks for your support.

I downloaded 3.1 beta and installed on my site, but the problem does not
fix, you can see http://bsdinsight.com/bsdsite/quickstart/ (you can see my
attached file that show you back-end of this module)

Please help me to fix it, and thanks you so much.

On Sun, Sep 21, 2014 at 11:47 PM, Michael Babker [email protected]
wrote:

All downloads are linked from http://www.babdev.com/extensions/latest

The top portion of the listing is stable releases, the bottom portion is
"development" releases (betas, for example).


Reply to this email directly or view it on GitHub
#90 (comment)
.

@mbabker
Copy link
Member

mbabker commented Sep 21, 2014

GitHub's e-mail processor doesn't work well with attachments, you'll need to log into the site directly to attach it.

If you haven't already, go to the module admin and use the info under the "Authentication" section to help you set up your own Twitter application and fill in the data into the form.

If it still doesn't work, another rare issue is the PHP connector that the code tries to use won't connect. Under the module's Advanced settings, you can change the "Override PHP Connector" setting until that works (usually cURL works for most).

@daibt
Copy link
Author

daibt commented Sep 22, 2014

I did:

  • Create a application from Tiwtter and copy API key and API secret in my module
    tt

in Joomla backend of this module
t1t

But the issue stills there, so I also change
t2t

And setting all of choose in the select, but it does not work.

Please help me to fix it

@mbabker
Copy link
Member

mbabker commented Sep 22, 2014

Have you tried the other connectors? Also, check your cache folder and delete any files associated with the module just to be safe.

@daibt
Copy link
Author

daibt commented Sep 22, 2014

Yes, I tried all - changed to Socket and cleaned Cashe, and Changed to Stream and cleaned Cashe also, but the issue are there.

I am using API Key and API Secret - Is it correct?

@mbabker
Copy link
Member

mbabker commented Sep 22, 2014

Yes, it's correct. From a config standpoint, it doesn't seem like there's any issues preventing the connection.

Install this package from http://www.babdev.com/downloads/mod_tweetdisplayback_master.zip - It has some additional error output to see if there are errors from the Twitter API or even trying to connect to it.

@daibt
Copy link
Author

daibt commented Sep 22, 2014

Now, you can get error as:
Due to an error, potentially a timed-out connection to Twitter, this user's tweets are unable to be displayed.
Invalid or expired token

in http://bsdinsight.com/bsdsite/quickstart/ I can see "Invalid or expired token" - is it error?

@mbabker
Copy link
Member

mbabker commented Sep 22, 2014

Yes. It looks like Twitter is suggesting that the token you've provided is invalid or expired. From what I can see, everything is configured properly and I know the code works (I use the current development code on my site at all times). Perhaps try regenerating the token?

@Sarelseekat
Copy link

I'm experiencing the same issue. Followed your instruction up the point of downloading the Tweetdisplayback_mater.zip. Installed it and now I get the same Invalid or expired token.

I've event re generated my consumer key and secret.
No go -

@Austra02
Copy link

Austra02 commented Nov 3, 2014

Exactly the same issue here as well. I've also tried ALL the suggested fixes (and workarounds) here and still nothing works. I must say mine is intermittent - in that, it will work for a few minutes after trying different settings and then fail again (with the same error) constantly, until I change some of the settings around again (seems that changing the PHP override to a different method has the most luck), but this only lasts a few minutes each time.

I've been using this module for well over a year-and-a-half now but this is getting very frustrating.

I hope you can help with this!

Cheers,
Scott.

@Austra02
Copy link

Austra02 commented Dec 3, 2014

Anything further on this???? It is still ongoing and causing much frustration...

Cheers,
Scott.

@Sarelseekat
Copy link

Hi Scott

Thanks for the follow-up. No it’s not giving me any issues anymore. I
changed my hosting solutions and now it’s working fine. Was slightly tricky
getting configured at first, but now it works like a dream. Feel free to
check it out

www.grdline.co.za http://www.grdline.co.za

Thanks man

file:///C:UsersSarelPCAppDataRoamingMicrosoftSignaturessarel%20grd_filesImage001.png

From: Austra02 [mailto:[email protected]]
Sent: 03 December 2014 10:49 PM
To: BabDev/Tweet-Display-Back
Cc: Sarelseekat
Subject: Re: [Tweet-Display-Back] Due to an error, potentially a timed-out
connection to Twitter (#90)

Anything further on this???? It is still ongoing and causing much
frustration...

Cheers,
Scott.


Reply to this email directly or view it on GitHub
#90 (comment)
.
https://github.com/notifications/beacon/AI-iuRiifVn8-FTEJvqsPdF8XwkJYi3tks5nT27UgaJpZM4Ckbw5.gif

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants