video-intelligence-demo icon indicating copy to clipboard operation
video-intelligence-demo copied to clipboard

frontend failing: jQuery.Deferred exception: Cannot read property 'get' of undefined TypeError: Cannot read property 'get' of undefined

Open allenday opened this issue 7 years ago • 3 comments

It's unclear how to debug this as the code is webpacked.

Simply loading http://localhost:8080/ produces this error. http://localhost:8080/profile also fails.

jQuery.Deferred exception: Cannot read property 'get' of undefined TypeError: Cannot read property 'get' of undefined
    at new App (eval at <anonymous> (http://localhost:8080/javascripts/compiled.js:47:2), <anonymous>:83:25)
    at HTMLDocument.eval (eval at <anonymous> (http://localhost:8080/javascripts/compiled.js:47:2), <anonymous>:243:3)
    at mightThrow (eval at <anonymous> (http://localhost:8080/javascripts/compiled.js:53:2), <anonymous>:3534:29)
    at process (eval at <anonymous> (http://localhost:8080/javascripts/compiled.js:53:2), <anonymous>:3602:12) undefined

allenday avatar Jul 05 '18 00:07 allenday

this is probably the same as issue #29

allenday avatar Jul 05 '18 00:07 allenday

the same error both localy and deployed app jquery.js?27d9:3827 Uncaught TypeError: Cannot read property 'get' of undefined at new App (eval at (compiled.js:47), :83:25) at HTMLDocument.eval (eval at (compiled.js:47), :243:3) at mightThrow (eval at (compiled.js:53), :3534:29) at process (eval at (compiled.js:53), :3602:12)

could anybody solve this issue?

shoreshgithub avatar Jul 24 '18 11:07 shoreshgithub

@allenday Hi ,could you find a solution for this issue? I have the same issue in both app deploy and local.

shoreshgithub avatar Jul 24 '18 21:07 shoreshgithub