Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Case Sensitive Error with javascript file

We have created and uploaded Samsung Smart TV app. And we have getting this case sensitive error :

"File Included in App Source code http://code.jquery.com/jquery-1.10.1.min.js might be case sensitive or is not included in app [ filename:null funcName: line: code: ] ".

What is this mean?

like image 360
Lilit Mkrtchyan Avatar asked May 10 '26 00:05

Lilit Mkrtchyan


1 Answers

Samsungdforum app policy specify, that you should not use external sources for your app. (I can't find link at this moment, site is often changes)

You can download this file, save it in your source directory and include it by relative path.

This error message may occur because validation tool may expect relative urls and can not load http links. But this is just my speculation.

like image 101
Ivan Solntsev Avatar answered May 12 '26 14:05

Ivan Solntsev