Something is broken - all movies named 0
#16
(2020-06-27, 09:44)black_eagle Wrote: So, sounds Android related in some way, but must be fairly specific given the amount of android installs out there and only two reports.

Can you both please confirm the version of Kodi that you are running and the Android version.  In fact, if you can both grab a debug log (wiki) of you starting Kodi and opening the movie library then that info should be in it.  Hopefully there will be something common to both logs that will help identify the issue.

Cheers.

Firetv Stick 4k:
Made a factory Reset.
Only advancedsettings.xml with Database redirection.

Log:
https://paste.kodi.tv/azakumigip.kodi

fireOS 6.2.7.1 (ns6271/2495)
Startpage Version: 6230056.1
KODi 18.7.2


FireTV 2:
fireOS 5.2.7.3 (652614020)
Startpage Version 6230056.1
KODi 18.6
Reply
#17
2020-06-27 11:11:19.897 T:24454 DEBUG: Configuring path substitutions
2020-06-27 11:11:19.897 T:24454 ERROR: Missing <from> tag


Oops... Just go without path subs for now.
Reply
#18
https://paste.kodi.tv/iqadogidat.kodi

Using a fresh install on my phone with the advancedsettings I use on all my clients which has been working fine for years.

Kodi version 18.7.200
Git: 20200609-dbf8e077ea
Reply
#19
Quick question!  Are both of you using mariadb for your shared db?  If so, which version?
Learning Linux the hard way !!
Reply
#20
(2020-06-28, 18:19)black_eagle Wrote: Quick question!  Are both of you using mariadb for your shared db?  If so, which version?

As you can See in The Log Mariadb 10.5.4

Elroban ist using The Same Version.

I also had The Problem with Version 10.5.3

I also Tried older Versions down to 9.x.x
Reply
#21
Mariadb in an Docker indeed.
Reply
#22
Moved to Android
My Signature
Links to : Official:Forum rules (wiki) | Official:Forum rules/Banned add-ons (wiki) | Debug Log (wiki)
Links to : HOW-TO:Create Music Library (wiki) | HOW-TO:Create_Video_Library (wiki)  ||  Artwork (wiki) | Basic controls (wiki) | Import-export library (wiki) | Movie sets (wiki) | Movie universe (wiki) | NFO files (wiki) | Quick start guide (wiki)
Reply
#23
It is indeed Android-only and MariaDB only. As you can see in my thread: https://forum.kodi.tv/showthread.php?tid=355513

Switch to MySQL and everything should be fine, migrating the data is easy either using the command line or an IDE like MySQL Workbench.
Reply
#24
(2020-06-29, 18:23)n3mur1t0r Wrote: Switch to MySQL and everything should be fine

No, it is not because it doesn't solve the actual problem with MariaDB.
Reply
#25
(2020-06-29, 19:44)Klojum Wrote:
(2020-06-29, 18:23)n3mur1t0r Wrote: Switch to MySQL and everything should be fine

No, it is not because it doesn't solve the actual problem with MariaDB.

Well, yes, I was just providing a workaround until the problem is solved.
Reply
#26
Moved to MySQL and everything is Working fine.

But The Log still Shows create Errors while creating The Thumbnail folders localy when nas storage is used in advancedsettings.
Reply
#27
Yepp, still Problems to obtain thumbnails. Existing ones getting shown but new ones will Not get loaded/saved.
Reply
#28
The issue specific to Android builds and MariaDB v10.5.4, is caused by the version of MariaDB connector currently used by Kodi, PR to fix (for v19) https://github.com/xbmc/xbmc/pull/18137 which updates the Connector software.
Reply
#29
Hi,
Is there any solution to this issue?
I'm using Kodi version 18.8 with MySQL DB v5.6.48.0
I'm getting the same errors with my Thumbnails folder shared via SMB.
There is no error on Windows 10, but only on Firestick 4K running android.
Existing thumbnail folder are loading but new ones not creating.

My SMB path share code is:

xml:
  <pathsubstitution>
  <substitute>
    <from>special://profile/Thumbnails/</from>
    <to>smb://USERNAME:[email protected]/Thumbnails/</to>
  </substitute>
  </pathsubstitution>

Here is my log:

xml:
2020-10-15 02:30:16.733 T:24090  NOTICE: CMediaSourceSettings: loading media sources from special://masterprofile/sources.xml
2020-10-15 02:30:16.807 T:24090   ERROR: Create - Error( Invalid argument )
2020-10-15 02:30:16.807 T:24090   ERROR: Create - Error creating /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/userdata/Thumbnails
2020-10-15 02:30:16.807 T:24090   ERROR: Create - Error creating special://masterprofile/Thumbnails
2020-10-15 02:30:16.814 T:24090   ERROR: Create - Error( Invalid argument )
2020-10-15 02:30:16.814 T:24090   ERROR: Create - Error creating /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/userdata/Thumbnails/Video
2020-10-15 02:30:16.814 T:24090   ERROR: Create - Error creating special://masterprofile/Thumbnails/Video
2020-10-15 02:30:16.823 T:24090   ERROR: Create - Error( Invalid argument )
Reply

Logout Mark Read Team Forum Stats Members Help
Something is broken - all movies named 00