Kodi server is not reachable ? do not understand which server?

kodi server is not reachable ? do not understand which server?

strangewise kodi is saying server can not be reached,
which server it is looking for?

Internet is working

network as well?

please assis

Log: https://paste.osmc.tv/tikihayina

thanks

Hi, the only obvious the log shows are tons of error messages like

...Process directory 'smb://nas412tr/mp3_nas/...' does not exist - skipping scan.

As source there is configured

...
    <music>
        <default pathversion="1"></default>
        <source>
            <name>mp3_nas</name>
            <path pathversion="1">smb://192.168.0.22/mp3_nas/</path>
            <allowsharing>true</allowsharing>
        </source>
        <source>
            <name>mp3playlistnas</name>
            <path pathversion="1">smb://192.168.0.22/mp3plnas/</path>
            <allowsharing>true</allowsharing>
        </source>
    </music>
...

So, has this NAS got a new IP address or the DNS name ‘nas412tr’ cannot be resolved anymore?

1 Like

This is more likely related to the TMDB scraper.

1 Like

Hi,
thanks will check
no NAS was not renamed but maybe dns resolution is not working correct

check
Last login: Thu May 10 17:54:16 2018 from 192.168.0.10
osmc@DEVosmc18_ST_5696RPI2B:~$ ping nas412tr
PING nas412tr (192.168.0.22): 56 data bytes
64 bytes from 192.168.0.22: seq=0 ttl=64 time=0.969 ms
64 bytes from 192.168.0.22: seq=1 ttl=64 time=0.858 ms
64 bytes from 192.168.0.22: seq=2 ttl=64 time=0.941 ms
64 bytes from 192.168.0.22: seq=3 ttl=64 time=1.002 ms
64 bytes from 192.168.0.22: seq=4 ttl=64 time=0.498 ms

so I think this is not the problem.

Hi ActionA,

will check thanks

I updated tmdb, but still get those server messages.
not sure where they are coming from …

Thanks

https://paste.osmc.tv/bosixaqoxa

Hi
strangwise in sources.xml all smb are defined by IP. where is the reference to nas412tr stored in osmc?

    <location id="10">smb://osmc:xxx@192.168.0.22/mp3_nas</location>

kodi maintains the media file information in SQLite databases. On my system for music files it is located at

/home/osmc/.kodi/userdata/Database/MyMusic60.db

and there in a table named path.

Are you able to browse into this directory using the OSMC GUI like Music -> Files -> mpe3_nas ?

How do you edit the db? via setup/media/library?
when I access the library there it is working, so I am wondering about the error messages in the log

and source (in Gui) is also maintened with IP and not hostname nas412tr…

Thanks Thomas

What about to clean the library (should remove all orphan entries) and rescan for new audio files?

already started that thanks

yes this is working