Montellese / mediaimporter.emby

Media importer add-on for Kodi to import items from Emby servers into Kodi
GNU General Public License v2.0
12 stars 3 forks source link

TV Shows sync not completed #28

Closed Long-Man closed 4 years ago

Long-Man commented 4 years ago

The sync for tv shows is not completing. Movies and music videos are fine. The log are from a windows machine but I am seeing the same thing on LibreELEC.

https://drive.google.com/file/d/1cljYcyTsCDS4SSmnsWTXpl7_HuRciPIe/view?usp=sharing

Montellese commented 4 years ago

Is the progress bar not moving anymore? From the logs it looks like its in the process of importing 40407 episodes which will certainly take a while.

Long-Man commented 4 years ago

The progress bar is there for up retrieving and a part of importing then there is a error and it disappears. 40407 wow. Didn't even realized that I had so many. !5 years of ripping.

Long-Man commented 4 years ago

This one stopped when importing The Expanse. https://paste.kodi.tv/ilerorutik.kodi

The Expanse is in two separate libraries. Season 4 is in my library for streaming as it is only available online, Amazon Prime I think. The previous episodes are from disc and DVR. Could that cause a problem?

Montellese commented 4 years ago

Hm it's odd because in the logs I see it starting to import all your episodes but it never shows that it stopped or that the thread died. But I'm not 100% sure if we can see a thread dying in windows debug logs.

Long-Man commented 4 years ago

Here are the logs from LibreELEC

https://drive.google.com/file/d/1tivbXkAzJza6xhwkiFn96_wsnP7g4Epb/view?usp=sharing

Montellese commented 4 years ago

Here are the logs from LibreELEC

https://drive.google.com/file/d/1tivbXkAzJza6xhwkiFn96_wsnP7g4Epb/view?usp=sharing

That log is full of HTTP timeouts on both HTTP requests and websocket reads to your Emby server. Sometimes there's also a HTTP 500 error which indicates that something is wrong with the (HTTP) server. Are you sure your Emby server is running properly?

Long-Man commented 4 years ago

I tried to import one or two libraries at a time and that seems to be working. The individual library selected was synced successfully and the items that were there previously from failed syncs were removed. I will complete it by doing 2 or 3 libraries at a time.

BTW. Emby for Kodi has two settings for paging.

Long-Man commented 4 years ago

Thanks for the pointer towards the server. The problem was actually from my NAS. It appears that when the drive is over 80% full there are some timeouts. I don't understand it fully but the problem was solve by adding a nother drive and transferiing files so that no drive was above 80% full.

Thanks again.