carlduranleau
Posts: 0
Joined: Tue Oct 18, 2011 7:26 pm

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

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

carlduranleau
Posts: 0
Joined: Tue Oct 18, 2011 7:26 pm

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

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.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

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

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.

carlduranleau
Posts: 0
Joined: Tue Oct 18, 2011 7:26 pm

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

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

carlduranleau
Posts: 0
Joined: Tue Oct 18, 2011 7:26 pm

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

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

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

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

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

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

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

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

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

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

The JavaScript error is now fixed too.

Shannon William Wells
Posts: 0
Joined: Fri Jul 13, 2012 5:53 am

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

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

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

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

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

Return to “Issues”