Unhandled rejection reasons (should be empty) [] and mangled callbacks

73 views
Skip to first unread message

AB

unread,
Aug 1, 2013, 7:41:15 AM8/1/13
to q-con...@googlegroups.com

Hi all,

I am getting this "Unhandled rejection reasons (should be empty) []" warning and after that
warning  the data I asked breeze to get is in the onFail callback instead if the onSuccess  callback.

breeze.EntityQuery
  .from("AddressTypes")
  .using(new breeze.EntityManager(serviceName))
  .execute()
  .then(function(data) {
    console.log(data); // never gets here
  }).fail(function(e) {
    console.log(e); // shows an error object with the AddressType Array
  });

Outlined the situation in stackoverflow at 

can anyone please help?

Regards

Wout Mertens

unread,
Aug 7, 2013, 3:24:31 AM8/7/13
to q-con...@googlegroups.com

Probably breeze is giving you an error by mistake.

The unhandled rejections thing is empty as it should be, look at [].

--
You received this message because you are subscribed to the Google Groups "Q Continuum (JavaScript)" group.
To unsubscribe from this group and stop receiving emails from it, send an email to q-continuum...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 
Reply all
Reply to author
Forward
0 new messages