Code: Select all
wget: server returned error: HTTP/1.1 415 Unsupported Media Type
Code: Select all
wget: server returned error: HTTP/1.1 415 Unsupported Media Type
It was the header that I didn't have and now it's working.RedsGT wrote:I'm really rusty on my Linux skills but I think as a .sh file? With a "#!/bin/sh" header.
Code: Select all
#!/usr/bin/python
import urllib
urllib.urlopen("http://localhost:8080/xbmcCmds/xbmcHttp?command=ExecBuiltIn(UpdateLibrary(video))").close()