Brendan
Results
2
issues of
Brendan
This hasn't been working for a while. ``` data = { 'SearchString': '', 'SearchString1': name, 'search': 'search' } req = requests.post(URL + "/search/", data=data, timeout=5) self.content = requests.get(req.url, timeout=5).content ```...
mistake?
1
Im not a programmer but Error: /home/pi/.kodi/addons/script.luna/resources/lib/launchscripts/osmc/launch-helper-osmc.sh: 16: [: !=: unexpected operator `if [ ${PRE_SCRIPT} != "" ]; then` I think should be: `if [ "${PRE_SCRIPT}" != "" ]; then`
bug