Posts by plink212

    OK I changed the paths in sources.xml to include the username and password and changed the host to fqdn.

    I then noticed that it was trying to connect to a private ip address on the file server which is not published as a dns entry.

    server 192.168.1.1 and it tries to connect to 192.168.199.1 for example.

    Updating sources.xml to be the username password@ipaddress has seemed to fix the issue.

    Something is screwy with the name resolution here though as that address it is finding for the hostname does not match any dns entry and it is listed 3rd in nmblookup <hostname>

    Tim

    my passwords.xml looks like this

    obviously with the username and password removed


    pi4LibreELEC:~/.kodi/userdata # cat passwords.xml

    <passwords>

    <path>

    <from pathversion="1">smb://hyperv1/Roms</from>

    <to pathversion="1">smb://<username>:<password>@hyperv1/Roms</to>

    </path>

    <path>

    <from pathversion="1">smb://hyperv1/TV</from>

    <to pathversion="1">smb://<username>:<password>@hyperv1/TV</to>

    </path>

    <path>

    <from pathversion="1">smb://hyperv1/Video</from>

    <to pathversion="1">smb://<username>:<password>@hyperv1/Video</to>

    </path>

    </passwords>

    Still having the SMB issue on the newest 2nd March nightly.

    I tried editing sources.xml and replacing with the IP and this also fails.

    2021-03-01 21:03:17.478 T:817 DEBUG <general>: CSMBFile::Open - opened smb://USERNAME:PASSWORD@hyperv1/TV/PLANET_EARTH_II/PLANET_EARTH_II_S01E06.mkv, fd=-1

    2021-03-01 21:03:17.478 T:817 INFO <general>: SMBFile->Open: Unable to open file : 'smb://USERNAME:[email protected]/TV/PLANET_EARTH_II/PLANET_EARTH_II_S01E06.mkv'

    unix_err:'65' error : 'Network is unreachable'


    2021-03-01 21:03:59.068 T:804 DEBUG <general>: CPlayerCoreFactory::GetPlayers(smb://hyperv1/Video/DIRTY_HARRY.mkv)

    2021-03-01 21:03:59.068 T:804 DEBUG <general>: CPlayerSelectionRule::GetPlayers: considering rule: system rules

    2021-03-01 21:03:59.068 T:804 DEBUG <general>: CPlayerSelectionRule::GetPlayers: matches rule: system rules

    2021-03-01 21:03:59.068 T:804 DEBUG <general>: CPlayerSelectionRule::GetPlayers: considering rule: mms/udp

    2021-03-01 21:03:59.068 T:804 DEBUG <general>: CPlayerSelectionRule::GetPlayers: considering rule: lastfm/shout

    2021-03-01 21:03:59.068 T:804 DEBUG <general>: CPlayerSelectionRule::GetPlayers: considering rule: rtmp

    2021-03-01 21:03:59.068 T:804 DEBUG <general>: CPlayerSelectionRule::GetPlayers: considering rule: rtsp

    2021-03-01 21:03:59.068 T:804 DEBUG <general>: CPlayerSelectionRule::GetPlayers: considering rule: streams

    2021-03-01 21:03:59.068 T:804 DEBUG <general>: CPlayerSelectionRule::GetPlayers: considering rule: dvd

    2021-03-01 21:03:59.068 T:804 DEBUG <general>: CPlayerSelectionRule::GetPlayers: considering rule: discimage

    2021-03-01 21:03:59.068 T:804 DEBUG <general>: CPlayerSelectionRule::GetPlayers: considering rule: sdp/asf

    2021-03-01 21:03:59.068 T:804 DEBUG <general>: CPlayerSelectionRule::GetPlayers: considering rule: nsv

    2021-03-01 21:03:59.068 T:804 DEBUG <general>: CPlayerSelectionRule::GetPlayers: considering rule: radio

    2021-03-01 21:03:59.069 T:804 DEBUG <general>: CPlayerCoreFactory::GetPlayers: matched 0 rules with players

    2021-03-01 21:03:59.069 T:804 DEBUG <general>: CPlayerCoreFactory::GetPlayers: adding videodefaultplayer (VideoPlayer)

    2021-03-01 21:03:59.069 T:804 DEBUG <general>: CPlayerCoreFactory::GetPlayers: for video=1, audio=0

    2021-03-01 21:03:59.069 T:804 DEBUG <general>: CPlayerCoreFactory::GetPlayers: for video=1, audio=1

    2021-03-01 21:03:59.069 T:804 DEBUG <general>: CPlayerCoreFactory::GetPlayers: added 1 players

    2021-03-01 21:03:59.073 T:804 DEBUG <general>: Radio UECP (RDS) Processor - new CDVDRadioRDSData

    2021-03-01 21:03:59.074 T:804 INFO <general>: VideoPlayer::OpenFile: smb://hyperv1/Video/DIRTY_HARRY.mkv

    2021-03-01 21:03:59.074 T:919 DEBUG <general>: Thread VideoPlayer start, auto delete: false

    2021-03-01 21:03:59.074 T:804 DEBUG <general>: OnPlayBackStarted: CApplication::OnPlayBackStarted

    2021-03-01 21:03:59.075 T:919 INFO <general>: Creating InputStream

    2021-03-01 21:03:59.094 T:916 DEBUG <general>: Loading settings for smb://hyperv1/Video/DIRTY_HARRY.mkv

    2021-03-01 21:03:59.109 T:804 DEBUG <general>: CVideoGUIInfo::InitCurrentItem(smb://hyperv1/Video/DIRTY_HARRY.mkv)

    2021-03-01 21:03:59.172 T:804 DEBUG <general>: CPlayerGUIInfo::InitCurrentItem(smb://hyperv1/Video/DIRTY_HARRY.mkv)

    2021-03-01 21:03:59.273 T:804 DEBUG <general>: ------ Window Init (DialogBusy.xml) ------

    2021-03-01 21:03:59.274 T:804 DEBUG <general>: CDirectoryProvider[library://video/movies/]: refreshing..

    2021-03-01 21:03:59.274 T:804 DEBUG <general>: CDirectoryProvider[special://skin/playlists/inprogress_movies.xsp]: refreshing..

    2021-03-01 21:03:59.274 T:920 DEBUG <general>: Thread JobWorker start, auto delete: true

    2021-03-01 21:03:59.274 T:804 DEBUG <general>: CDirectoryProvider[special://skin/playlists/recent_unwatched_movies.xsp]: refreshing..

    2021-03-01 21:03:59.275 T:921 DEBUG <general>: Thread JobWorker start, auto delete: true

    2021-03-01 21:03:59.275 T:804 DEBUG <general>: CDirectoryProvider[special://skin/playlists/unwatched_movies.xsp]: refreshing..

    2021-03-01 21:03:59.275 T:804 DEBUG <general>: CDirectoryProvider[special://skin/playlists/random_movies.xsp]: refreshing..

    2021-03-01 21:03:59.275 T:804 DEBUG <general>: CDirectoryProvider[videodb://movies/genres/]: refreshing..

    2021-03-01 21:03:59.582 T:922 DEBUG <general>: Thread JobWorker start, auto delete: true

    2021-03-01 21:03:59.592 T:916 DEBUG <general>: ffmpeg[0x2b427f8X]: [image2] Custom AVIOContext makes no sense and will be ignored with AVFMT_NOFILE format.

    2021-03-01 21:03:59.607 T:921 DEBUG <general>: ffmpeg[0x2eb17c8X]: [image2] Custom AVIOContext makes no sense and will be ignored with AVFMT_NOFILE format.

    2021-03-01 21:03:59.610 T:922 DEBUG <general>: ffmpeg[0x2b56010X]: [image2] Custom AVIOContext makes no sense and will be ignored with AVFMT_NOFILE format.

    2021-03-01 21:03:59.618 T:916 DEBUG <general>: ffmpeg[0x2b427f8X]: [image2] Custom AVIOContext makes no sense and will be ignored with AVFMT_NOFILE format.

    2021-03-01 21:03:59.633 T:921 INFO <general>: Skipped 1 duplicate messages..

    2021-03-01 21:03:59.633 T:921 DEBUG <general>: ffmpeg[0x2eb17c8X]: [image2] Custom AVIOContext makes no sense and will be ignored with AVFMT_NOFILE format.

    2021-03-01 21:03:59.639 T:922 DEBUG <general>: ffmpeg[0x2b56010X]: [image2] Custom AVIOContext makes no sense and will be ignored with AVFMT_NOFILE format.

    2021-03-01 21:03:59.641 T:920 DEBUG <general>: ffmpeg[0x2f83fd0X]: [image2] Custom AVIOContext makes no sense and will be ignored with AVFMT_NOFILE format.

    2021-03-01 21:03:59.648 T:921 DEBUG <general>: ffmpeg[0x2eb17c8X]: [image2] Custom AVIOContext makes no sense and will be ignored with AVFMT_NOFILE format.

    2021-03-01 21:03:59.653 T:920 DEBUG <general>: ffmpeg[0x2f83fd0X]: [image2] Custom AVIOContext makes no sense and will be ignored with AVFMT_NOFILE format.

    2021-03-01 21:03:59.656 T:916 DEBUG <general>: ffmpeg[0x2b427f8X]: [image2] Custom AVIOContext makes no sense and will be ignored with AVFMT_NOFILE format.

    2021-03-01 21:03:59.660 T:922 DEBUG <general>: ffmpeg[0x2b56010X]: [image2] Custom AVIOContext makes no sense and will be ignored with AVFMT_NOFILE format.

    2021-03-01 21:03:59.687 T:916 INFO <general>: Skipped 1 duplicate messages..

    2021-03-01 21:03:59.687 T:916 DEBUG <general>: ffmpeg[0x2b427f8X]: [image2] Custom AVIOContext makes no sense and will be ignored with AVFMT_NOFILE format.

    2021-03-01 21:03:59.689 T:920 DEBUG <general>: ffmpeg[0x2f83fd0X]: [image2] Custom AVIOContext makes no sense and will be ignored with AVFMT_NOFILE format.

    2021-03-01 21:03:59.709 T:922 INFO <general>: Skipped 1 duplicate messages..

    2021-03-01 21:03:59.709 T:922 DEBUG <general>: ffmpeg[0x2b56010X]: [image2] Custom AVIOContext makes no sense and will be ignored with AVFMT_NOFILE format.

    2021-03-01 21:03:59.712 T:916 DEBUG <general>: ffmpeg[0x2b427f8X]: [image2] Custom AVIOContext makes no sense and will be ignored with AVFMT_NOFILE format.

    2021-03-01 21:03:59.722 T:920 DEBUG <general>: ffmpeg[0x2f83fd0X]: [image2] Custom AVIOContext makes no sense and will be ignored with AVFMT_NOFILE format.

    2021-03-01 21:03:59.723 T:922 DEBUG <general>: ffmpeg[0x2b56010X]: [image2] Custom AVIOContext makes no sense and will be ignored with AVFMT_NOFILE format.

    2021-03-01 21:03:59.731 T:916 DEBUG <general>: ffmpeg[0x2b427f8X]: [image2] Custom AVIOContext makes no sense and will be ignored with AVFMT_NOFILE format.

    2021-03-01 21:03:59.741 T:920 DEBUG <general>: ffmpeg[0x2f83fd0X]: [image2] Custom AVIOContext makes no sense and will be ignored with AVFMT_NOFILE format.

    2021-03-01 21:03:59.747 T:916 DEBUG <general>: ffmpeg[0x2b427f8X]: [image2] Custom AVIOContext makes no sense and will be ignored with AVFMT_NOFILE format.

    2021-03-01 21:04:00.001 T:921 DEBUG <general>: easy_acquire - Created session to https://image.tmdb.org

    2021-03-01 21:04:00.117 T:921 DEBUG <general>: CCurlFile::GetMimeType - i2qe6LRYUbYIITw5vSH6UlBMrRS.jpg -> image/jpeg

    2021-03-01 21:04:00.118 T:921 DEBUG <general>: CurlFile::Open(0x3632170) i2qe6LRYUbYIITw5vSH6UlBMrRS.jpg

    2021-03-01 21:04:00.119 T:919 ERROR <general>: SMBDirectory->GetDirectory: Unable to open directory : 'smb://USERNAME:[email protected]/Video'

    unix_err:'65' error : 'Network is unreachable'

    2021-03-01 21:04:00.119 T:919 ERROR <general>: GetDirectory - Error getting smb://hyperv1/Video/

    2021-03-01 21:04:00.284 T:921 DEBUG <general>: ffmpeg[0x2eb17c8X]: [image2] Custom AVIOContext makes no sense and will be ignored with AVFMT_NOFILE format.

    2021-03-01 21:04:00.383 T:921 DEBUG <general>: Caching image 'https://image.tmdb.org/t/p/original/i…vSH6UlBMrRS.jpg' to 'b/bb245047.jpg':

    2021-03-01 21:04:00.582 T:921 DEBUG <general>: cached image 'special://masterprofile/Thumbnails/b/bb245047.jpg' size 1280x720

    2021-03-01 21:04:03.264 T:919 ERROR <general>: SMBDirectory->GetDirectory: Unable to open directory : 'smb://USERNAME:[email protected]/Video'

    unix_err:'65' error : 'Network is unreachable'

    2021-03-01 21:04:03.264 T:919 ERROR <general>: GetDirectory - Error getting smb://hyperv1/Video/

    2021-03-01 21:04:06.465 T:919 DEBUG <general>: CSMBFile::Open - opened smb://USERNAME:PASSWORD@hyperv1/Video/DIRTY_HARRY.mkv, fd=-1

    2021-03-01 21:04:06.465 T:919 INFO <general>: SMBFile->Open: Unable to open file : 'smb://USERNAME:[email protected]/Video/DIRTY_HARRY.mkv'

    unix_err:'65' error : 'Network is unreachable'

    2021-03-01 21:04:06.467 T:919 ERROR <general>: CVideoPlayer::OpenInputStream - error opening [smb://hyperv1/Video/DIRTY_HARRY.mkv]

    2021-03-01 21:04:06.467 T:919 INFO <general>: CVideoPlayer::OnExit()

    2021-03-01 21:04:06.468 T:919 DEBUG <general>: Thread VideoPlayer 2849464992 terminating

    2021-03-01 21:04:06.485 T:921 DEBUG <general>: ffmpeg[0x2eb17c8X]: [image2] Custom AVIOContext makes no sense and will be ignored with AVFMT_NOFILE format.

    2021-03-01 21:04:06.488 T:920 INFO <general>: Deleting settings information for files smb://hyperv1/Video/DIRTY_HARRY.mkv

    2021-03-01 21:04:06.490 T:916 DEBUG <general>: OnPlayBackStopped: CApplication::OnPlayBackStopped

    2021-03-01 21:04:06.517 T:804 DEBUG <general>: ------ Window Init (DialogConfirm.xml) ------

    2021-03-01 21:04:06.517 T:804 INFO <general>: Loading skin file: DialogConfirm.xml, load type: KEEP_IN_MEMORY

    2021-03-01 21:04:06.535 T:804 INFO <general>: CVideoPlayer::CloseFile()

    2021-03-01 21:04:06.535 T:804 DEBUG <general>: DeleteRenderer - deleting renderer

    2021-03-01 21:04:06.535 T:804 DEBUG <general>: LinuxRendererGLES: Cleaning up GLES resources

    2021-03-01 21:04:06.536 T:804 INFO <general>: VideoPlayer: waiting for threads to exit

    2021-03-01 21:04:06.536 T:804 INFO <general>: VideoPlayer: finished waiting

    Apologies for the delay in responding.

    I downloaded last nights 10th Feb nightly and the issue remains.

    Here is the log with loglevel 1 set in advanced settings

    I think the relevant parts are these

    172.20.64.1 is not in my network so not sure where that is coming from

    2021-02-11 13:45:10.507 T:916 ERROR <general>: SMBDirectory->GetDirectory: Unable to open directory : 'smb://USERNAME:[email protected]/Video'

    unix_err:'65' error : 'Network is unreachable'

    2021-02-11 13:45:10.507 T:916 ERROR <general>: GetDirectory - Error getting smb://hyperv1/Video/

    2021-02-11 13:45:13.708 T:916 ERROR <general>: SMBDirectory->GetDirectory: Unable to open directory : 'smb://USERNAME:[email protected]/Video'

    unix_err:'65' error : 'Network is unreachable'

    2021-02-11 13:45:13.708 T:916 ERROR <general>: GetDirectory - Error getting smb://hyperv1/Video/

    2021-02-11 13:45:16.907 T:916 DEBUG <general>: CSMBFile::Open - opened smb://USERNAME:PASSWORD@hyperv1/Video/12_MONKEYS.mkv, fd=-1

    2021-02-11 13:45:16.907 T:916 INFO <general>: SMBFile->Open: Unable to open file : 'smb://USERNAME:[email protected]/Video/12_MONKEYS.mkv'

    unix_err:'65' error : 'Network is unreachable'

    2021-02-11 13:45:16.908 T:916 ERROR <general>: CVideoPlayer::OpenInputStream - error opening [smb://hyperv1/Video/12_MONKEYS.mkv]

    2021-02-11 13:45:16.908 T:916 INFO <general>: CVideoPlayer::OnExit()

    Version nightly 20210130-ob9711c

    When trying to play a file on a SMB share I get the following error

    2021-01-31 14:01:02.999 T:805 INFO <general>: VideoPlayer::OpenFile: smb://hyperv1/Video/12_MONKEYS.mkv

    2021-01-31 14:01:03.002 T:947 INFO <general>: Creating InputStream

    2021-01-31 14:01:04.047 T:947 ERROR <general>: SMBDirectory->GetDirectory: Unable to open directory : 'smb://USERNAME:[email protected]/Video'

    unix_err:'65' error : 'Network is unreachable'

    2021-01-31 14:01:04.047 T:947 ERROR <general>: GetDirectory - Error getting smb://hyperv1/Video/

    the hostname is not 172.31.144.1 and the name does not resolve to that on the pi4

    Error has been present since at least the 26th Jan 2021 was not present in builds from 16th January. Reverting to this build SMB works again

    Tim