erichelgeson
Posts: 0
Joined: Thu Dec 13, 2012 3:32 am

ReferenceError: Tiggzi is not defined

I created an app and trying to debug and do some debugging in Chrome, when i try to just grab a value i get an error:

var input = Tiggzi('inUsername');
ReferenceError: Tiggzi is not defined

Am I doing something wrong? Seems like the Tiggzi js api didnt load.

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

ReferenceError: Tiggzi is not defined

Do you see any errors in the console when the app is loading?

erichelgeson
Posts: 0
Joined: Thu Dec 13, 2012 3:32 am

ReferenceError: Tiggzi is not defined

I do, Chrome latest beta on Mac

Port error: Could not establish connection. Receiving end does not exist. miscellaneous_bindings:236
chromeHidden.Port.dispatchOnDisconnect

The references work when they're embedded in the app, just not in Chrome's console.

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

ReferenceError: Tiggzi is not defined

Never seen this before, going to send to our dev. team.

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

ReferenceError: Tiggzi is not defined

Hello,
To debug in Chrome you have to change parameter as it's shown: Image
As you can see, after parameter is changed there is no error.

erichelgeson
Posts: 0
Joined: Thu Dec 13, 2012 3:32 am

ReferenceError: Tiggzi is not defined

ahh ha! makes sense, thanks!

Though now I'm having 2 other issues. One javascript files/resources never save, i edit them hit save or test and they always are the old one.

Other thing is I always get
"Oh No!

We are sorry. Something happened and we
couldn't complete the request.

Here is what you can do:

Report this problem on http://tiggzi.com/forum.
Email us at support@tiggzi.com about this problem.
Try again from the beginning?
Visit our help site.
"
When I test my app today.

erichelgeson
Posts: 0
Joined: Thu Dec 13, 2012 3:32 am

ReferenceError: Tiggzi is not defined

Well i figured it out, I realized there are scopes to the events tab, eg if you click on the icon you see different events than you see when clicking on the container. I had 2 local variable settings conflicting. Can show you how to reproduce if you'd like.

Thanks

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

ReferenceError: Tiggzi is not defined

If you can show us that would be great.

erichelgeson
Posts: 0
Joined: Thu Dec 13, 2012 3:32 am

ReferenceError: Tiggzi is not defined

It was actually a javascript var that somehow became undefined. Had 500's when debugging, was hard to debug, actually had to delete the project and re-create.

Return to “Issues”