KODI17.3 CRASH

I recent install kodi 17.3 and when i try to activated zeroconf it crash i have bonjour instaled . I recent formatted my notebook and before i do it work just fine i have a windows 10 x64. My log https://pastebin.com/MPiZLsFZ no addons

Filippino TFC.TV add-on

Hi everyone! is anyone knows what is the latest about the TFC.TV add-on updates? what happend with user CMIK,and how can i contact with him?Apparently on AFTV Jarvis 16.1 not running the 0.1.7. update. approx 4-5hours ago the 0.1.5. was ok. now both ...

Anyone using MySQL latest version?

I've had several issues with Kodi 17.3, at least one of these was definitely my own fault, but unfortunately I'm suffering some other inconsistencies which I think might even be a faulty version of MySQL. I've got Server version: 5.7.18-log MySQL Comm...

JVC TV

Hi I have a JVC RM-C3179 TV, how do I get kodi onto it please. I can't download any apps through the play store and don't know how to go about it. I can't get even get showbox or Irish TV apps onto it! If anyone can help with a step by step idiot guid...

Cannot pair

Links for openload and thevideo.me ask me to go to a URL and "pair". I do that, and the web site says it worked, but I still have the same error trying to open streams. My laptop and Fire are connected to the same wifi network. What's up? How do I ...

VPN for Amazon Fire?

Can you, or can you not, run a VPN on an Amazon Fire without having to route connections through something else? I'm finding conflicting info, but IPVanish is not working for me.

JSON-RPC has stopped working

Hi. I don't seem to be able to get JSON-RPC working. It was previously working, but I upgraded to Kodi Krypton, wasn't keen on it, and reinstalled Kodi Jarvis. I have Allow remote control via HTTP enabled, and both Allow remote control by programs on t...

KODI17.3 CRASH

I recent install kodi 17.3 and when i try to activated zeroconf it crash i have bonjour instaled . I recent formatted my notebook and before i do it work just fine i have a windows 10 x64. My log http://paste.ubuntu.com/24893840/

[64-bit] subprocess.Popen raises error

Hi!

I was testing my addon on the latest Kodi 18 alpha. It works with Kodi 32-bit, but I have a problem with 64-bit version when I want to run an external program using subprocess.Popen (tested on 64-bit Windows 8). In default.py file in the 35th line subprocess.Popen('ping google.com', shell=True, stdout=subprocess.PIPE) raises an error.

I have narrowed the code to the following small default.py:

Code:
# -*- coding: utf-8 -*-

import subprocess
import xbmc

if __name__ == '__main__':
    xbmc.log("----- Begin ----- ", level=xbmc.LOGERROR)
    result = subprocess.Popen('ping -n 3 google.com', shell=True, stdout=subprocess.PIPE).stdout.read()
    xbmc.log(str(result),          level=xbmc.LOGERROR)
    xbmc.log("------ End ------ ", level=xbmc.LOGERROR)

that raises this error when Kodi is run by a normal user:

Code:
EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.OSError'>
Error Contents: (13, 'Permission denied')
Traceback (most recent call last):
  File "C:\Users\iwis\AppData\Roaming\Kodi\addons\script.service.ping-addon\default.py", line 9, in <module>
    result = subprocess.Popen('ping -n 3 google.com', shell=True, stdout=subprocess.PIPE).stdout.read()
  File "C:\Program Files\Kodi\system\python\Lib\subprocess.py", line 420, in __init__
    self.stdout = os.fdopen(c2pread, 'rb', bufsize)
OSError: (13, 'Permission denied')
-->End of Python script error report<--

or this error when Kodi is run by an administrator:

Code:
EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.OSError'>
Error Contents: (2, 'No such file or directory')
Traceback (most recent call last):
  File "C:\Users\admin1\AppData\Roaming\Kodi\addons\script.service.ping-addon\default.py", line 9, in <module>
    result = subprocess.Popen('ping -n 3 google.com', shell=True, stdout=subprocess.PIPE).stdout.read()
  File "C:\Program Files\Kodi\system\python\Lib\subprocess.py", line 420, in __init__
    self.stdout = os.fdopen(c2pread, 'rb', bufsize)
OSError: (2, 'No such file or directory')
-->End of Python script error report<--

what is wrong with subprocess.Popen in 64-bit Kodi?

addon.xml:
Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.service.ping-addon" name="Ping addon" version="1.0.0" provider-name="iwis">
    <requires>
        <import addon="xbmc.python" version="2.25.0" />
    </requires>
    <extension point="xbmc.python.script" library="default.py" />
    <extension point="xbmc.addon.metadata">
        <summary lang="en_GB">Pings Google</summary>
        <description lang="en_GB">...</description>
        <platform>windx</platform>
        <license></license>
        <source></source>
        <forum></forum>
        <email></email>
        <assets>
        </assets>
    </extension>
</addon>

Playback randomly stops – KODI 17

Hi, sorry or my bad english. I'm using Kodi 17 on my Android TV Phillips. I play my movies over smb from my Synology NAS. When i start playback, it randomly stops - usually once per one movie, usually after 1 hour of playing. My log: http://paste.ubu...

Mixed 76 Russian IPTV Channels (06-19)

Live Streams, russian, news, movies, sports, entertainment, documentary, kids channels, 19-06-2017 shqiperi iptv m3u playlist for kodi, acestream, vlc player, simpletv, ott player: | Первый канал | Дождь | RTG | 2×2 | 4kanal | russia hd | history | Россия 1 | ТНТ | kinotv | moy planeta | Рен ТВ | НТВ | rusong […]

so confussed

kay i am new to this whole android box thing.. so here goes i will try and exspain everything so you all understand... lol kay i own a MXQ pro 4k now lol stupid me reset the whole box and know my kodi is gone i have tried everything i went to the kodi...

Manual Artwork DLer not showing Logo DL option suddenly

Hi Today I suddenly noticed that when I go into "Extras" in Movie or TV info and try to use the "Manual DL" option for DLing logos, Ive noticed it (logos) is suddenly no longer available. Anyone seen this? Anyone know whats going on here? Does this ...