Page 1 of 1

Twitter sample. After many tests, I'm unable to make it work.

Posted: Tue Oct 18, 2011 7:26 pm
by carlduranleau

After testing with 2 PCs and 4 different browsers, I'm unable to make a simple app, based on the Twitter example, to work correctly. On Windows 7 64bits, I'm unable to drag'n'drop controls on a screen with IE9 64 and Chrome 14, and on Windows XP 32, IE8 gives me a JavaScript error about an unknown object property/method, and FireFox 7.0.1 is working great but doesn't update the grid to show the service results. I tried with 4 different REST services with the same result.

Can you tell me where is my big mistake!?

Here's my sample project: http://gotiggr.com/preview/19611/

For now, this environment is really unstable and unpredictable. I'm sure that there's a good reason for all there problems. Need help!

Thanks!

Carl


Twitter sample. After many tests, I'm unable to make it work.

Posted: Tue Oct 18, 2011 8:34 pm
by carlduranleau

Ok, it finally works with Firefox 7 on Windows XP 32bits. Still have a JavaScript error with IE8 (TypeError Object doesn't support this property or method), but since the graphical frame around the application preview seems to be unable to load completely, it may be a web/proxy problem.

So now, I need to figure out why I'm unable to drag'n'drop components on Windows 7 64bits.


Twitter sample. After many tests, I'm unable to make it work.

Posted: Tue Oct 18, 2011 9:05 pm
by maxkatz

The phone frame around the app not loading is a known issue and will be fixed any day now.

Please post the exact error message that you get. Additionally, if you can also post a screen shot, that would help a lot.


Twitter sample. After many tests, I'm unable to make it work.

Posted: Wed Oct 19, 2011 1:01 am
by carlduranleau

I'm on my W7 64bits pc and the drag'n'drop is working fine. Weird! Maybe I've done my first tests while someone was updating the environment.

Now, I have a popup error in loop that shows and disappears at 3 seconds interval. the title of the popup is "Collaboration Server Error". I finally been able to click on the 'Continue without collaboration' button before the popup closes. Maybe it's just a temporary server problem.

Everything is working fine now! Finally!

Is there any reason why calling a rest service isn't working if the 'Use Tiggr Proxy' checkbox isn't selected? I don't have any firewall and I'm calling a public Google API service.

Thanks a lot for your help. The Tiggr environment looks really great now that I can run something on it!

Here's the error I have with IE9 64bits:

Image


Twitter sample. After many tests, I'm unable to make it work.

Posted: Wed Oct 19, 2011 1:24 am
by carlduranleau

Ho, I'm sorry. I forgot to mention that everything is working fine with Chrome 14, but I still have the error with IE9.


Twitter sample. After many tests, I'm unable to make it work.

Posted: Wed Oct 19, 2011 8:26 am
by maxkatz

We are going to fix this very soon, I will post here when it's done.


Twitter sample. After many tests, I'm unable to make it work.

Posted: Wed Oct 19, 2011 1:52 pm
by maxkatz

We fixed the rendering problem with the phone frame. Working on fixing the JavaScript error.


Twitter sample. After many tests, I'm unable to make it work.

Posted: Mon Oct 31, 2011 1:34 pm
by maxkatz

The JavaScript error is now fixed too.


Twitter sample. After many tests, I'm unable to make it work.

Posted: Fri Jul 13, 2012 5:53 am
by Shannon William Wells

I'm having troubles with getting the Twitter Sample project to work too. Different issues tho. I walked thru the project step by step. But cannot get the app to run in the browser or in the device.
When I am in data mapping Response mapping area, it shows the list of sources OK however there's '[]' beside 'Results' and I cannot make an additional line from 'Results' to 'Text' as done in http://help.gotiggr.com/getting-start...

Please see the attached img.

Any help welcomed as I am a newbie.... Image


Twitter sample. After many tests, I'm unable to make it work.

Posted: Fri Jul 13, 2012 10:11 am
by Maryna Brodina

Hello! You have to map:

result -- outputGrid
created_at -- tweetTime (Text)
text -- tweetText (Text)
from_user_id -- tweetFrom (Text)
profile_img_url -- TweetPicture (Asset) (take a look at the screeshot)

Image

or you can simply use Twitter App Example

Image