You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by GitBox <gi...@apache.org> on 2019/12/25 03:56:32 UTC

[GitHub] [incubator-weex] YorkShen commented on issue #3095: [Android] -2013 when __WEEX_CALL_JAVASCRIPT__TypeError: t[0].apply is not a function. (In 't[0].apply(t, t.slice(2))', 't[0].apply' is undefined) getTemplateInfo== template md5 d6e1a36b7e84509c17c4d60b7539d395 length 842756 base64 md5 1uGja36EUJwXxNYLdTnTlQ== response header {"templateSourceBase64MD5":["1uGja36EUJwXxNYLdTnTlQ=="], "templateSourceMD5":["d6e1a36b7e84509c17c4d60b7539d395"]} where weex version is org.apache.weex:sdk_legacy:0.28.0

YorkShen commented on issue #3095: [Android] -2013 when __WEEX_CALL_JAVASCRIPT__TypeError: t[0].apply is not a function. (In 't[0].apply(t,t.slice(2))', 't[0].apply' is undefined)  getTemplateInfo== template md5 d6e1a36b7e84509c17c4d60b7539d395 length 842756 base64 md5 1uGja36EUJwXxNYLdTnTlQ== response header {"templateSourceBase64MD5":["1uGja36EUJwXxNYLdTnTlQ=="],"templateSourceMD5":["d6e1a36b7e84509c17c4d60b7539d395"]} where weex version is org.apache.weex:sdk_legacy:0.28.0
URL: https://github.com/apache/incubator-weex/issues/3095#issuecomment-568832886
 
 
   The stacktrace is pretty straightforward, there is something wrong in your JS code, `undefined is not an object (evaluating 't.ref') `.
   
   FYI: Some corner case of JavaScript code may be supported by one JavaScript interpreter, and not supported by another JavaScript interpreter.
   
   You need to chech the JS code to fix the problem.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services