Kodi Community Forum
File is no longer available - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Windows (https://forum.kodi.tv/forumdisplay.php?fid=59)
+---- Thread: File is no longer available (/showthread.php?tid=210591)



File is no longer available - graff1337 - 2014-12-05

I'd like to ask for help with the following issue:

After starting XBMC I can't play any items, selecting a movie shows the error message "This file is no longer available. Would you like to remove it from the library?".

Any attempt to play a movie fails until I access the media source via Videos > Files > Sharename and repeat, then it's no longer a issue to play items.

The database is shared (MySQL) and other clients in the same house (3x Win8.1, 2x Win7, 1x Raspbmc) do not have this issues with the same/similar configuration.

System:
21:19:04 T:3088 NOTICE: Starting XBMC (13.2 Git:20140817-0f3db05). Platform: x86 Win32 32-bit
21:19:04 T:3088 NOTICE: Using Release XBMC x32 build, compiled Aug 17 2014 by MSVC 160040219 for x86 Win32 32-bit version 0x06000000
21:19:04 T:3088 NOTICE: Running on Windows 8.1 64-bit, build 9600
21:19:04 T:3088 NOTICE: Host CPU: Intel® Celeron® CPU N2820 @ 2.13GHz, 2 cores available

Debug Logfile in which I play a movie with above described process (try from library => fail, navigate to Videos>Files>Share, back to library => success)
http://xbmclogs.com/show.php?id=365255

sources.xml
Code:
<sources>
    <programs>
        <default pathversion="1"></default>
    </programs>
    <video>
        <default pathversion="1"></default>
        <source>
            <name>GRFSTORE-Film HD</name>
            <path pathversion="1">smb://192.168.1.10/Medien/Film HD/</path>
            <allowsharing>true</allowsharing>
        </source>
        <source>
            <name>GRFSTORE-Serien</name>
            <path pathversion="1">smb://192.168.1.10/Medien/Serien/</path>
            <allowsharing>true</allowsharing>
        </source>
    </video>
    <music>
        <default pathversion="1"></default>
    </music>
    <pictures>
        <default pathversion="1"></default>
    </pictures>
    <files>
        <default pathversion="1"></default>
    </files>
</sources>

passwords.xml
Code:
<passwords>
    <path>
        <from pathversion="1">smb://192.168.1.10/</from>
        <to pathversion="1">smb://xbmc:[email protected]/</to>
    </path>
</passwords>

I also tried it with an additional mediasources.xml, which had no effect.
Code:
<mediasources>
    <network>
        <location id="0">smb://xbmc:[email protected]/Medien</location>
    </network>
</mediasources>



RE: File is no longer available - graff1337 - 2014-12-07

Any idea?


RE: File is no longer available - helta - 2014-12-07

you need a debug log


RE: File is no longer available - graff1337 - 2014-12-07

Thanks for your response.

Here it is:

http://xbmclogs.com/show.php?id=365255


RE: File is no longer available - graff1337 - 2014-12-14

(2014-12-07, 14:17)graff1337 Wrote: Any idea?



RE: File is no longer available - graff1337 - 2015-02-12

"Solved" by upgrading to v14