Code 404, message File Not Found

Keep seeing the following being reported in log, anything to worry about: 

 

 

192.168.100.14 - - [13/Jun/2013 17:38:41] "GET /utils.js HTTP/1.1" 200 -
192.168.100.14 - - [13/Jun/2013 17:38:41] code 404, message File Not Found: /updateXML.js
192.168.100.14 - - [13/Jun/2013 17:38:41] "GET /updateXML.js HTTP/1.1" 404 -

Strange... updateXML was removed as one function (the only one...) was moved to Utils.js.

I guess, we missed to clean on or the other template file...

Thanks for the head up!

Can you let me know when you have cleaned so I can update via git pull to resolve this issue? 

Subscribe to this sticky topic to see when new commits are made:


http://forums.plexapp.com/index.php/topic/70611-plexconnect-code-updates/

done? I sure hope so...

What does this mean: 

# git pull
remote: Counting objects: 36, done.
remote: Compressing objects: 100% (12/12), done.
remote: Total 24 (delta 18), reused 18 (delta 12)
Unpacking objects: 100% (24/24), done.
   2203294..7fd1979  XML_templates -> origin/XML_templates
Updating 2203294..7fd1979
error: Your local changes to the following files would be overwritten by merge:
Settings.py

My guess: You changed "Settings.py" at one point and would be loosing those changes with the git update.

Keep in mind: You shouldn't change "Settings.py" any more... modify Settings.cfg instead!