File is no longer available
#1
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>
Reply
#2
Any idea?
Reply
#3
you need a debug log
Reply
#4
Thanks for your response.

Here it is:

http://xbmclogs.com/show.php?id=365255
Reply
#5
(2014-12-07, 14:17)graff1337 Wrote: Any idea?
Reply
#6
"Solved" by upgrading to v14
Reply

Logout Mark Read Team Forum Stats Members Help
File is no longer available0