-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
backup stucks if librespot addon is installed #118
Comments
Can you provide a debug log? That would let me know if it's during file discovery or during file copy. |
its during file copy. job simply stops and is still showing info window not
moving forward anymore
debug log is more than 10 MB, but here is the important text (I guess):
18:36:24.728 T:3347051424 DEBUG: script.xbmcbackup-1.0.9: Writing file:
/storage/.kodi/addons/service.librespot/bin/librespot
18:36:24.732 T:3347051424 WARNING: SMBFile::OpenForWrite() called with
overwriting enabled! -
smb://NAS/backup/M8spro/201711111833/addons/service.librespot/bin/librespot
18:36:26.402 T:3347051424 DEBUG: CSMBFile::Close closing fd 10000
18:36:26.415 T:3347051424 DEBUG: script.xbmcbackup-1.0.9: Writing file:
-/storage/.kodi/addons/service.librespot/lib
18:36:26.447 T:3347051424 DEBUG: script.xbmcbackup-1.0.9: Writing file:
/storage/.kodi/addons/service.librespot/lib/libdns_sd.so.1
18:36:26.451 T:3347051424 WARNING: SMBFile::OpenForWrite() called with
overwriting enabled! -
smb://NAS/backup/M8spro/201711111833/addons/service.librespot/lib/libdns_sd.so.1
18:36:26.471 T:3347051424 DEBUG: CSMBFile::Close closing fd 10000
18:36:26.473 T:3347051424 DEBUG: script.xbmcbackup-1.0.9: Writing file:
/storage/.kodi/addons/service.librespot/alsaaudio.so
18:36:26.477 T:3347051424 WARNING: SMBFile::OpenForWrite() called with
overwriting enabled! -
smb://NAS/backup/M8spro/201711111833/addons/service.librespot/alsaaudio.so
18:36:26.498 T:3347051424 DEBUG: CSMBFile::Close closing fd 10000
18:36:26.501 T:3347051424 DEBUG: script.xbmcbackup-1.0.9: Writing file:
/storage/.kodi/addons/service.librespot/addon.py
18:36:26.505 T:3347051424 WARNING: SMBFile::OpenForWrite() called with
overwriting enabled! -
smb://NAS/backup/M8spro/201711111833/addons/service.librespot/addon.py
18:36:26.519 T:3347051424 DEBUG: CSMBFile::Close closing fd 10000
18:36:26.523 T:3347051424 DEBUG: script.xbmcbackup-1.0.9: Writing file:
/storage/.kodi/addons/service.librespot/rc
18:36:27.810 T:4099915888 DEBUG: Keyboard: scancode: 0x6c, sym: 0x0112,
unicode: 0x0000, modifier: 0x0
18:36:27.810 T:4099915888 DEBUG: OnKey: down (0xf081) pressed, action is
Down
18:36:28.011 T:4099915888 DEBUG: Keyboard: scancode: 0x6c, sym: 0x0112,
unicode: 0x0000, modifier: 0x0
18:36:28.207 T:4099915888 DEBUG: Previous line repeats 1 times.
18:36:28.207 T:4099915888 DEBUG: OnKey: down (0xf081) pressed, action is
Down
18:36:28.224 T:4011844512 DEBUG: ffmpeg[EF1FE3A0]: [swscaler] No
accelerated colorspace conversion found from yuv420p to bgra.
18:36:28.430 T:4099915888 DEBUG: Keyboard: scancode: 0x6c, sym: 0x0112,
unicode: 0x0000, modifier: 0x0
18:36:28.649 T:4099915888 DEBUG: Previous line repeats 1 times.
18:36:28.649 T:4099915888 DEBUG: OnKey: down (0xf081) pressed, action is
Down
18:36:28.847 T:4099915888 DEBUG: Keyboard: scancode: 0x6c, sym: 0x0112,
unicode: 0x0000, modifier: 0x0
18:36:30.333 T:4099915888 DEBUG: Keyboard: scancode: 0x9e, sym: 0x0008,
unicode: 0x0000, modifier: 0x0
18:36:30.333 T:4099915888 DEBUG: OnKey: backspace (0xf008) pressed,
action is Back
18:36:30.335 T:4099915888 DEBUG: CGUIMediaWindow::GetDirectory (addons://
repository.libreelec.tv/)
18:36:30.335 T:4099915888 DEBUG: ParentPath = [addons://repos/]
18:36:30.354 T:3775374240 DEBUG: CAddonDatabase: SELECT repo.id FROM repo
.. took 6 ms
18:36:30.368 T:3775374240 DEBUG: CAddonDatabase: query SELECT * FROM
addons JOIN addonlinkrepo ON addons.id=addonlinkrepo.idAddon WHERE
addonlinkrepo.idRepo IN (32) ORDER BY addons.addonID returned 92 rows in 13
ms
18:36:30.446 T:3775374240 DEBUG: CAddonDatabase::GetAddons took 97 ms
18:36:30.458 T:3061838752 DEBUG: Thread BackgroundLoader start, auto
delete: false
18:36:30.459 T:4099915888 DEBUG: Keyboard: scancode: 0x9e, sym: 0x0008,
unicode: 0x0000, modifier: 0x0
18:36:30.460 T:3061838752 DEBUG: Thread BackgroundLoader 3061838752
terminating
2017-11-11 15:45 GMT+01:00 Rob <[email protected]>:
… Can you provide a debug log? That would let me know if it's during file
discovery or during file copy.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#118 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AIVoaCtuwcXHB2ybJ9338g0B4LdwG6Bgks5s1bLygaJpZM4QaazC>
.
|
Go you do the whole thing to something like pastebin.com? I see a bunch of files completing, and the one that seems to stall out is on the line:
I'm wondering what type of file that is, and how it fits into the directory tree. I tried looking through the addon files but couldn't find it on github. My gut feeling is that we're stalling out on some kind of binary file that is in use and can't get access to it but I'd like to confirm. |
That file is already deleted.
But here is another example : https://paste.ubuntu.com/25945461/
2017-11-14 16:24 GMT+01:00 Rob <[email protected]>:
… Go you do the whole thing to something like pastebin.com? I see a bunch
of files completing, and the one that seems to stall out is on the line:
DEBUG: script.xbmcbackup-1.0.9: Writing file:
/storage/.kodi/addons/service.librespot/rc
I'm wondering what type of file that is, and how it fits into the
directory tree. I tried looking through the addon files but couldn't find
it on github. My gut feeling is that we're stalling out on some kind of
binary file that is in use and can't get access to it but I'd like to
confirm.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#118 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AIVoaGR1z6BKAjTKqPAyAh8UHh30KxB-ks5s2bChgaJpZM4QaazC>
.
|
Still thinking about this one. I see this line in the debug log you posted right after some file writes:
Wonder if this is what is hosing things up? Seems like it's trying to get a directory, but failing. At some point I'll just have to install this app myself and play with it I think. It's available through the Librelec repo right? |
Yes its from the libreelec repo.
2017-12-04 16:05 GMT+01:00 Rob <[email protected]>:
… Still thinking about this one. I see this line in the debug log you posted
right after some file writes:
10:44:13.442 T:2529162144 <(252)%20916-2144> ERROR: GetDirectory - Error getting None
10:44:15.412 T:2520773536 ERROR: Previous line repeats 1 times.
Wonder if this is what is hosing things up? Seems like it's trying to get
a directory, but failing. At some point I'll just have to install this app
myself and play with it I think. It's available through the Librelec repo
right?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#118 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AIVoaJDVt4UPVVQFfHEE6rUpsBD7M5MGks5s9ApHgaJpZM4QaazC>
.
|
This issue has been automatically marked as inactive because it has not had recent activity. It will be closed if no further activity occurs. |
Ignore the above comment, Probot went crazy and is ignoring the parameters I gave it. |
Hi there, |
I´m using the librespot addon on my Mecool M8s pro device.
Libreelec Version is 8.19 8.2 / Kodi 17.5-RC1 booting from sd Card
XBMC Backup stucks at addons/service.librespot/lib
Any hints to solve the problem ?
The text was updated successfully, but these errors were encountered: