OSMC on rPI4

Guys,

I am testing OSMC on rPI4 and so far so good, but when I run the library refresh scan I have a notification “Move Database python error”.
I have checked logs and found this:

2021-06-08 14:54:57.052 T:602     ERROR <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                                    - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                                   Error Type: <class 'AttributeError'>
                                                   Error Contents: 'str' object has no attribute 'get'
                                                   Traceback (most recent call last):
                                                     File "/usr/share/kodi/addons/metadata.themoviedb.org.python/python/scraper.py", line 175, in <module>
                                                       run()
                                                     File "/usr/share/kodi/addons/metadata.themoviedb.org.python/python/scraper.py", line 164, in run
                                                       enddir = not get_details(parse_lookup_string(params["url"]), params['handle'], settings)
                                                     File "/usr/share/kodi/addons/metadata.themoviedb.org.python/python/scraper.py", line 90, in get_details
                                                       details = get_tmdb_scraper(settings).get_details(input_uniqueids)
                                                     File "/usr/share/kodi/addons/metadata.themoviedb.org.python/python/lib/tmdbscraper/tmdb.py", line 57, in get_details
                                                       details = self._gather_details(media_id)
                                                     File "/usr/share/kodi/addons/metadata.themoviedb.org.python/python/lib/tmdbscraper/tmdb.py", line 66, in _gather_details
                                                       if not movie or movie.get('error'):
                                                   AttributeError: 'str' object has no attribute 'get'
                                                   -->End of Python script error report<--

Anyone can help?

A post was merged into an existing topic: [TESTING] Kodi v19 builds for Raspberry Pi 2/3/4