Jump to content

embyforkodi (next-gen) 6.X.X support


quickmic

Recommended Posts

quickmic

I just can guess without a log. Maybe a sleep mode issue.

Reconnect should work but if there is a bug (e.g. Websocket or Player crashed), it will not recover.

Link to comment
Share on other sites

11 hours ago, quickmic said:

I just can guess without a log. Maybe a sleep mode issue.

Reconnect should work but if there is a bug (e.g. Websocket or Player crashed), it will not recover.

Yeah, sorry it was during prime time and WAF was low.
In such a case is a Debug Log needed or is the "normal" log sufficient?

You are speaking of: if anything crash, it will not recover.
As i know yesterday, PVR was working in this state.
So player crash is unlikely.

Is it possible to implement something like an heartbeat (poll) to the server and reconnect in cases where it is'nt alive?

thx for your hard work
pOpY

Link to comment
Share on other sites

hstamas
18 hours ago, quickmic said:

I just can guess without a log. Maybe a sleep mode issue.

Reconnect should work but if there is a bug (e.g. Websocket or Player crashed), it will not recover.

I'll try and get you logs tonight but wanted to chem in that this issue has returned for me as well. After going into sleep mode on my Nvidia Shield no items will play after coming out of sleep. It was fixed per a previous entry here.

Link to comment
Share on other sites

quickmic
7 minutes ago, hstamas said:

I'll try and get you logs tonight but wanted to chem in that this issue has returned for me as well. After going into sleep mode on my Nvidia Shield no items will play after coming out of sleep. It was fixed per a previous entry here.

Strange, I'll check again. I haven't changed the sleep mode for a couple of versions.

Link to comment
Share on other sites

quickmic
6 hours ago, popy said:

Is it possible to implement something like an heartbeat (poll) to the server and reconnect in cases where it is'nt alive?

Yes it is, but I wanna fix the core issue. I don't like workarounds.

 

  • Thanks 1
Link to comment
Share on other sites

TylerDurden_BS

Same issue here.

Fresh installation on ATV, 2 User, everything is fine.

Install another skin and then it happen - ATV lost connection to Server, no sync no play of any files.

Restart ATV and/or Kodi, nothing changes.

So I must deactivate the addon und activate it just a second after this - everything is fine.

Link to comment
Share on other sites

quickmic

This is a alpha version. Not ready for release yet even as beta, but maybe it solves the sleep mode issues.

It includes lot of changes compared with 5.1.17 and still under development. Don't use it if you have no issues!

 

5.1.17 is still the stable version!

 

 

plugin.video.emby-next-gen-5.1.XX-build45.1 - test.zip

Edited by quickmic
Link to comment
Share on other sites

TylerDurden_BS

Hello quickmic,

thanks for your help and the new version.

But nothing happens. I remember the last thing after all the Sync was change the skin to Estuary MOD V2 Matrix.

Ok for one profile (Parents) switch back to normal Estuary - WOW everything works fine, other profile (Kids) stay broken.

So switch back to Estuary and emby-next-5.1.17 and (for me) everything is ok.

On my Win10 PC with Estuary MOD V2 everything works fine, so it seems there's a problem with ATV (at the moment).

Link to comment
Share on other sites

quickmic

Thanks for the report. I try to find the issue, but could take a while. Just to be sure, ATV = Apple TV, right? Which Kodi version do you use? 19?

Edited by quickmic
Link to comment
Share on other sites

TylerDurden_BS

Hello quickmic,

 

Thanks, no sorry Amazon FireTV in my case, did I use ATV wrong (German) ?

Fresh install on FireTV, Kodi 19 and emby-next-5.1.17 with Estuary MOD V2 Matrix from kodinerds repo.

  • Thanks 1
Link to comment
Share on other sites

t123thomas

@Quickmic, I was successful in making change s to the Titan skin so it now recognized emby-next-gen, however, I noticed a lot of lag in the skin when I navigate through the UI and several area of the skin.

Here is  Kodi Log   I noticed  that there are several errors I don't know if these is Skin related or E4K issues, please point me the right direction so I can seek help from the right forum.

Thanks for your support

Edited by t123thomas
Link to comment
Share on other sites

quickmic
1 hour ago, t123thomas said:

@Quickmic, I was successful in making change s to the Titan skin so it now recognized emby-next-gen, however, I noticed a lot of lag in the skin when I navigate through the UI and several area of the skin.

Here is  Kodi Log   I noticed  that there are several errors I don't know if these is Skin related or E4K issues, please point me the right direction so I can seek help from the right forum.

Thanks for your support

Wonderful, sorry I still had no time for the Titan skin support.

The log seems quite ok to me. Youtube plugin has a problem and propably also the "script.extendedinfo". Both are not related to e4k plugin. The invalid picture queries are normal. Thos happens if a picture was requested before e4k was connected to the server.

 

Link to comment
Share on other sites

t123thomas
10 minutes ago, quickmic said:

Wonderful, sorry I still had no time for the Titan skin support.

The log seems quite ok to me. Youtube plugin has a problem and propably also the "script.extendedinfo". Both are not related to e4k plugin. The invalid picture queries are normal. Thos happens if a picture was requested before e4k was connected to the server.

 

Thanks, if the errors are not E4K related, I will assumed it the skin issues, I will circle the issue to Titan skin

Link to comment
Share on other sites

TobyTentakel

After full sync with latest build, all seems to work concerning browsing/playing media files. However,  new stuff I add to the server after that won't sync via E4K. Any way to force an incremental sync?

Link to comment
Share on other sites

quickmic
On 2/16/2021 at 8:14 AM, quickmic said:

@TobyTentakel

Sorry, for the inconvenience, actually there is another way to resync the DB without rebuild it from scratch.

You can shutdown Kodi and modify the sync timestamps in the settings.

.kodi/userdata/addon_data/plugin.video.emby-next-gen/sync.json

and:

.kodi/userdata/addon_data/plugin.video.emby-next-gen/settings.xml

Each has a timestamp:

"Date": "2021-02-15T10:35:09Z"

<setting id="LastIncrementalSync">2021-02-15T10:32:00z</setting>

set both back to e.g. one day before the issue. Restart Kodi and you should receive the updates.

 

Probably take a back before

Link to comment
Share on other sites

On 2/22/2021 at 3:36 PM, quickmic said:

Yes it is, but I wanna fix the core issue. I don't like workarounds.

 

That's right 🙂

So should ill try the alpha version to see if the sleep/reconnect issues are fixed? 

What exactly changed regarding sleep/reconnect behavior? 

 

Thx

Link to comment
Share on other sites

28 minutes ago, TobyTentakel said:

After full sync with latest build, all seems to work concerning browsing/playing media files. However,  new stuff I add to the server after that won't sync via E4K. Any way to force an incremental sync?

Did the new alpha solve your sleep/reconnect issues? 

Link to comment
Share on other sites

quickmic
7 minutes ago, popy said:

Did the new alpha solve your sleep/reconnect issues? 

Not sure, currently I'm still working on a proper solution. It has highest priority.

  • Thanks 1
Link to comment
Share on other sites

docflo7
On 2/19/2021 at 10:45 PM, wanderjarra said:

I'll give my contribution, sorry for the English.
I was testing the Emby Next v 5.1.17 plugin and I noticed a peculiarity. If you have a series divided into different HDDs, each Season in one HD the old plugin can see and joins normally in version 4.x.
Example - American Gods divided into 2 HDDs, Season 1 in HDD1 and Season 2 in HDD2, he cannot understand that it is the same. Emby is normal, in version 4.x also normal, in the NEXT version he cannot show the complete Season, just one of them. I have several series as soon as I put them on the NAS volumes and they work normally, it's not just a fluke. I can provide logs if needed, I hope it helps.

Hi @quickmic

I wanted to say that I have a similar issue as the one described by @wanderjarra, however in my case, the shows are empty on Kodi side.

I tried with both native mode and add-on mode, the results are the same.
The folder setup is similar to wanderjarra's, but both "library" folders are on the same drive. 
I also noticed that I'm having the issue for one show that is split in 2 folders located next to each other, in the same "library" folder.

Hopefully, this could help you to reproduce the issue a bit more easily for your test case. 

  • Like 1
Link to comment
Share on other sites

t123thomas

Does anyone experience these errors

 

finished waiting
2021-02-23 22:55:25.886 T:12236   ERROR: XFILE::CDirectory::GetDirectory - Error getting -
2021-02-23 22:55:26.169 T:11624   ERROR: Previous line repeats 2 times.
2021-02-23 22:55:26.169 T:11624  NOTICE: EMBY.hooks.player.Player -> [ onPlayBackStopped ]
2021-02-23 22:55:26.897 T:11624  NOTICE: EMBY.hooks.player.Player -> --<[ playback ]
2021-02-23 22:55:26.917 T:1524   ERROR: Traceback (most recent call last):
2021-02-23 22:55:26.917 T:1524   ERROR:   File "C:\Program Files\Kodi\system\python\Lib\SocketServer.py", line 596, in process_request_thread
2021-02-23 22:55:26.918 T:1524   ERROR:     self.finish_request(request, client_address)
2021-02-23 22:55:26.918 T:1524   ERROR:   File "C:\Program Files\Kodi\system\python\Lib\SocketServer.py", line 331, in finish_request
2021-02-23 22:55:26.918 T:1524   ERROR:     self.RequestHandlerClass(request, client_address, self)
2021-02-23 22:55:26.918 T:1524   ERROR:   File "C:\Users\Admin\AppData\Roaming\Kodi\addons\plugin.video.emby-next-gen\hooks\webservice.py", line 79, in __init__
2021-02-23 22:55:26.918 T:1524   ERROR:     SimpleHTTPRequestHandler.__init__(self, request, client_address, server)
2021-02-23 22:55:26.918 T:1524   ERROR:   File "C:\Program Files\Kodi\system\python\Lib\SocketServer.py", line 652, in __init__
2021-02-23 22:55:26.918 T:1524   ERROR:     self.handle()
2021-02-23 22:55:26.918 T:1524   ERROR:   File "C:\Program Files\Kodi\system\python\Lib\BaseHTTPServer.py", line 340, in handle
2021-02-23 22:55:26.918 T:1524   ERROR:     self.handle_one_request()
2021-02-23 22:55:26.918 T:1524   ERROR:   File "C:\Program Files\Kodi\system\python\Lib\BaseHTTPServer.py", line 328, in handle_one_request
2021-02-23 22:55:26.918 T:1524   ERROR:     method()
2021-02-23 22:55:26.918 T:1524   ERROR:   File "C:\Users\Admin\AppData\Roaming\Kodi\addons\plugin.video.emby-next-gen\hooks\webservice.py", line 95, in do_HEAD
2021-02-23 22:55:26.919 T:1524   ERROR:     self.do_GET()
2021-02-23 22:55:26.919 T:1524   ERROR:   File "C:\Users\Admin\AppData\Roaming\Kodi\addons\plugin.video.emby-next-gen\hooks\webservice.py", line 124, in do_GET
2021-02-23 22:55:26.919 T:1524   ERROR:     raise Exception("UnknownRequest")
2021-02-23 22:55:26.919 T:1524   ERROR: Exception: UnknownRequest
2021-02-23 22:55:26.919 T:8748   ERROR: CCurlFile::Exists - Failed: Server returned nothing (no headers, no data)(52) for http://127.0.0.1:57578/tvshows/242710/24...railer.mp4
2021-02-23 22:55:27.508 T:7116  NOTICE: EMBY.hooks.monitor.Monitor -> [ UserDataChanged ] {'MonitorMethod': 'UserDataChanged', u'UserId': u'252342043ad64f64b7dfd6e0c9155b8d', u'UserDataList': [{u'ItemId': u'722171', u'IsFavorite': False, u'Played': False, u'LastPlayedDate': u'2021-02-24T03:55:20.0000000+00:00', u'PlaybackPositionTicks': 0, u'PlayCount': 1}, {u'ItemId': u'722170', u'IsFavorite': False, u'Played': False, u'UnplayedItemCount': 4, u'PlaybackPositionTicks': 0, u'PlayCount': 0}]}
2021-02-23 22:55:27.511 T:7116  NOTICE: EMBY.hooks.monitor.Monitor -> [ skip update/722171 ]
2021-02-23 22:55:27.526 T:7116  NOTICE: EMBY.hooks.monitor.Monitor -> [ skip update/722170 ]
2021-02-23 22:55:27.529 T:7116  NOTICE: EMBY.hooks.monitor.Monitor -> [ skip reset ]
2021-02-23 22:55:35.646 T:1604   ERROR: Traceback (most recent call last):
2021-02-23 22:55:35.646 T:1604   ERROR:   File "C:\Program Files\Kodi\system\python\Lib\SocketServer.py", line 596, in process_request_thread
2021-02-23 22:55:35.646 T:1604   ERROR:     self.finish_request(request, client_address)
2021-02-23 22:55:35.646 T:1604   ERROR:   File "C:\Program Files\Kodi\system\python\Lib\SocketServer.py", line 331, in finish_request
2021-02-23 22:55:35.646 T:1604   ERROR:     self.RequestHandlerClass(request, client_address, self)
2021-02-23 22:55:35.646 T:1604   ERROR:   File "C:\Users\Admin\AppData\Roaming\Kodi\addons\plugin.video.emby-next-gen\hooks\webservice.py", line 79, in __init__
2021-02-23 22:55:35.647 T:1604   ERROR:     SimpleHTTPRequestHandler.__init__(self, request, client_address, server)
2021-02-23 22:55:35.647 T:1604   ERROR:   File "C:\Program Files\Kodi\system\python\Lib\SocketServer.py", line 652, in __init__
2021-02-23 22:55:35.647 T:1604   ERROR:     self.handle()
2021-02-23 22:55:35.647 T:1604   ERROR:   File "C:\Program Files\Kodi\system\python\Lib\BaseHTTPServer.py", line 340, in handle
2021-02-23 22:55:35.647 T:1604   ERROR:     self.handle_one_request()
2021-02-23 22:55:35.647 T:1604   ERROR:   File "C:\Program Files\Kodi\system\python\Lib\BaseHTTPServer.py", line 328, in handle_one_request
2021-02-23 22:55:35.647 T:1604   ERROR:     method()
2021-02-23 22:55:35.647 T:1604   ERROR:   File "C:\Users\Admin\AppData\Roaming\Kodi\addons\plugin.video.emby-next-gen\hooks\webservice.py", line 95, in do_HEAD
2021-02-23 22:55:35.647 T:1604   ERROR:     self.do_GET()
2021-02-23 22:55:35.647 T:1604   ERROR:   File "C:\Users\Admin\AppData\Roaming\Kodi\addons\plugin.video.emby-next-gen\hooks\webservice.py", line 124, in do_GET
2021-02-23 22:55:35.647 T:1604   ERROR:     raise Exception("UnknownRequest")
2021-02-23 22:55:35.647 T:1604   ERROR: Exception: UnknownRequest
2021-02-23 22:55:35.647 T:4308   ERROR: CCurlFile::Exists - Failed: Server returned nothing (no headers, no data)(52) for http://127.0.0.1:57578/tvshows/242710/24...railer.mp4
2021-02-23 22:55:43.077 T:10816   ERROR: Traceback (most recent call last):
2021-02-23 22:55:43.077 T:10816   ERROR:   File "C:\Program Files\Kodi\system\python\Lib\SocketServer.py", line 596, in process_request_thread
2021-02-23 22:55:43.077 T:10816   ERROR:     self.finish_request(request, client_address)
2021-02-23 22:55:43.077 T:10816   ERROR:   File "C:\Program Files\Kodi\system\python\Lib\SocketServer.py", line 331, in finish_request
2021-02-23 22:55:43.077 T:10816   ERROR:     self.RequestHandlerClass(request, client_address, self)
2021-02-23 22:55:43.077 T:10816   ERROR:   File "C:\Users\Admin\AppData\Roaming\Kodi\addons\plugin.video.emby-next-gen\hooks\webservice.py", line 79, in __init__
2021-02-23 22:55:43.078 T:10816   ERROR:     SimpleHTTPRequestHandler.__init__(self, request, client_address, server)
2021-02-23 22:55:43.078 T:10816   ERROR:   File "C:\Program Files\Kodi\system\python\Lib\SocketServer.py", line 652, in __init__
2021-02-23 22:55:43.078 T:10816   ERROR:     self.handle()
2021-02-23 22:55:43.078 T:10816   ERROR:   File "C:\Program Files\Kodi\system\python\Lib\BaseHTTPServer.py", line 340, in handle
2021-02-23 22:55:43.078 T:10816   ERROR:     self.handle_one_request()
2021-02-23 22:55:43.078 T:10816   ERROR:   File "C:\Program Files\Kodi\system\python\Lib\BaseHTTPServer.py", line 328, in handle_one_request
2021-02-23 22:55:43.078 T:10816   ERROR:     method()
2021-02-23 22:55:43.078 T:10816   ERROR:   File "C:\Users\Admin\AppData\Roaming\Kodi\addons\plugin.video.emby-next-gen\hooks\webservice.py", line 95, in do_HEAD
2021-02-23 22:55:43.078 T:10816   ERROR:     self.do_GET()
2021-02-23 22:55:43.078 T:10816   ERROR:   File "C:\Users\Admin\AppData\Roaming\Kodi\addons\plugin.video.emby-next-gen\hooks\webservice.py", line 124, in do_GET
2021-02-23 22:55:43.078 T:10816   ERROR:     raise Exception("UnknownRequest")
2021-02-23 22:55:43.078 T:10816   ERROR: Exception: UnknownRequest
2021-02-23 22:55:43.079 T:4716   ERROR: CCurlFile::Exists - Failed: Server returned nothing (no headers, no data)(52) for http://127.0.0.1:57578/tvshows/242710/24...railer.mp4
2021-02-23 22:55:44.216 T:9904   ERROR: Control 525 in window 10025 has been asked to focus, but it can't
2021-02-23 22:55:44.628 T:2816   ERROR: Traceback (most recent call last):
2021-02-23 22:55:44.630 T:2816   ERROR:   File "C:\Program Files\Kodi\system\python\Lib\SocketServer.py", line 596, in process_request_thread
2021-02-23 22:55:44.630 T:2816   ERROR:     self.finish_request(request, client_address)
2021-02-23 22:55:44.630 T:2816   ERROR:   File "C:\Program Files\Kodi\system\python\Lib\SocketServer.py", line 331, in finish_request
2021-02-23 22:55:44.631 T:2816   ERROR:     self.RequestHandlerClass(request, client_address, self)
2021-02-23 22:55:44.631 T:2816   ERROR:   File "C:\Users\Admin\AppData\Roaming\Kodi\addons\plugin.video.emby-next-gen\hooks\webservice.py", line 79, in __init__
2021-02-23 22:55:44.631 T:2816   ERROR:     SimpleHTTPRequestHandler.__init__(self, request, client_address, server)
2021-02-23 22:55:44.631 T:2816   ERROR:   File "C:\Program Files\Kodi\system\python\Lib\SocketServer.py", line 652, in __init__
2021-02-23 22:55:44.631 T:2816   ERROR:     self.handle()
2021-02-23 22:55:44.631 T:2816   ERROR:   File "C:\Program Files\Kodi\system\python\Lib\BaseHTTPServer.py", line 340, in handle
2021-02-23 22:55:44.638 T:2816   ERROR:     self.handle_one_request()
2021-02-23 22:55:44.638 T:2816   ERROR:   File "C:\Program Files\Kodi\system\python\Lib\BaseHTTPServer.py", line 328, in handle_one_request
2021-02-23 22:55:44.640 T:2816   ERROR:     method()
2021-02-23 22:55:44.640 T:2816   ERROR:   File "C:\Users\Admin\AppData\Roaming\Kodi\addons\plugin.video.emby-next-gen\hooks\webservice.py", line 95, in do_HEAD
2021-02-23 22:55:44.640 T:2816   ERROR:     self.do_GET()
2021-02-23 22:55:44.640 T:2816   ERROR:   File "C:\Users\Admin\AppData\Roaming\Kodi\addons\plugin.video.emby-next-gen\hooks\webservice.py", line 124, in do_GET
2021-02-23 22:55:44.641 T:2816   ERROR:     raise Exception("UnknownRequest")
2021-02-23 22:55:44.641 T:2816   ERROR: Exception: UnknownRequest
2021-02-23 22:55:44.641 T:6164   ERROR: CCurlFile::Exists - Failed: Server returned nothing (no headers, no data)(52) for http://127.0.0.1:57578/tvshows/242710/24...railer.mp4
2021-02-23 22:55:45.221 T:9244   ERROR: Traceback (most recent call last):
2021-02-23 22:55:45.222 T:9244   ERROR:   File "C:\Program Files\Kodi\system\python\Lib\SocketServer.py", line 596, in process_request_thread
2021-02-23 22:55:45.223 T:9244   ERROR:     self.finish_request(request, client_address)
2021-02-23 22:55:45.223 T:9244   ERROR:   File "C:\Program Files\Kodi\system\python\Lib\SocketServer.py", line 331, in finish_request
2021-02-23 22:55:45.224 T:9244   ERROR:     self.RequestHandlerClass(request, client_address, self)
2021-02-23 22:55:45.224 T:9244   ERROR:   File "C:\Users\Admin\AppData\Roaming\Kodi\addons\plugin.video.emby-next-gen\hooks\webservice.py", line 79, in __init__
2021-02-23 22:55:45.224 T:9244   ERROR:     SimpleHTTPRequestHandler.__init__(self, request, client_address, server)
2021-02-23 22:55:45.224 T:9244   ERROR:   File "C:\Program Files\Kodi\system\python\Lib\SocketServer.py", line 652, in __init__
2021-02-23 22:55:45.226 T:9244   ERROR:     self.handle()
2021-02-23 22:55:45.226 T:9244   ERROR:   File "C:\Program Files\Kodi\system\python\Lib\BaseHTTPServer.py", line 340, in handle
2021-02-23 22:55:45.226 T:9244   ERROR:     self.handle_one_request()
2021-02-23 22:55:45.226 T:9244   ERROR:   File "C:\Program Files\Kodi\system\python\Lib\BaseHTTPServer.py", line 328, in handle_one_request
2021-02-23 22:55:45.226 T:9244   ERROR:     method()
2021-02-23 22:55:45.226 T:9244   ERROR:   File "C:\Users\Admin\AppData\Roaming\Kodi\addons\plugin.video.emby-next-gen\hooks\webservice.py", line 95, in do_HEAD
2021-02-23 22:55:45.227 T:9244   ERROR:     self.do_GET()
2021-02-23 22:55:45.227 T:9244   ERROR:   File "C:\Users\Admin\AppData\Roaming\Kodi\addons\plugin.video.emby-next-gen\hooks\webservice.py", line 124, in do_GET
2021-02-23 22:55:45.234 T:9244   ERROR:     raise Exception("UnknownRequest")
2021-02-23 22:55:45.235 T:9244   ERROR: Exception: UnknownRequest
2021-02-23 22:55:45.235 T:10656   ERROR: CCurlFile::Exists - Failed: Server returned nothing (no headers, no data)(52) for http://127.0.0.1:57578/tvshows/242710/24...railer.mp4
2021-02-23 22:55:47.122 T:9596   ERROR: Traceback (most recent call last):
2021-02-23 22:55:47.122 T:9596   ERROR:   File "C:\Program Files\Kodi\system\python\Lib\SocketServer.py", line 596, in process_request_thread
2021-02-23 22:55:47.122 T:9596   ERROR:     self.finish_request(request, client_address)
2021-02-23 22:55:47.122 T:9596   ERROR:   File "C:\Program Files\Kodi\system\python\Lib\SocketServer.py", line 331, in finish_request
2021-02-23 22:55:47.123 T:9596   ERROR:     self.RequestHandlerClass(request, client_address, self)
2021-02-23 22:55:47.123 T:9596   ERROR:   File "C:\Users\Admin\AppData\Roaming\Kodi\addons\plugin.video.emby-next-gen\hooks\webservice.py", line 79, in __init__
2021-02-23 22:55:47.123 T:9596   ERROR:     SimpleHTTPRequestHandler.__init__(self, request, client_address, server)
2021-02-23 22:55:47.123 T:9596   ERROR:   File "C:\Program Files\Kodi\system\python\Lib\SocketServer.py", line 652, in __init__
2021-02-23 22:55:47.123 T:9596   ERROR:     self.handle()
2021-02-23 22:55:47.123 T:9596   ERROR:   File "C:\Program Files\Kodi\system\python\Lib\BaseHTTPServer.py", line 340, in handle
2021-02-23 22:55:47.124 T:9596   ERROR:     self.handle_one_request()
2021-02-23 22:55:47.124 T:9596   ERROR:   File "C:\Program Files\Kodi\system\python\Lib\BaseHTTPServer.py", line 328, in handle_one_request
2021-02-23 22:55:47.125 T:9596   ERROR:     method()
2021-02-23 22:55:47.125 T:9596   ERROR:   File "C:\Users\Admin\AppData\Roaming\Kodi\addons\plugin.video.emby-next-gen\hooks\webservice.py", line 95, in do_HEAD
2021-02-23 22:55:47.125 T:9596   ERROR:     self.do_GET()
2021-02-23 22:55:47.125 T:9596   ERROR:   File "C:\Users\Admin\AppData\Roaming\Kodi\addons\plugin.video.emby-next-gen\hooks\webservice.py", line 124, in do_GET
2021-02-23 22:55:47.126 T:9596   ERROR:     raise Exception("UnknownRequest")
2021-02-23 22:55:47.126 T:9596   ERROR: Exception: UnknownRequest
2021-02-23 22:55:47.126 T:8088   ERROR: CCurlFile::Exists - Failed: Server returned nothing (no headers, no data)(52) for http://127.0.0.1:57578/tvshows/242703/24...railer.mp4

Link to comment
Share on other sites

quickmic
1 hour ago, t123thomas said:

Does anyone experience these errors

 

finished waiting
2021-02-23 22:55:25.886 T:12236   ERROR: XFILE::CDirectory::GetDirectory - Error getting -
2021-02-23 22:55:26.169 T:11624   ERROR: Previous line repeats 2 times.
2021-02-23 22:55:26.169 T:11624  NOTICE: EMBY.hooks.player.Player -> [ onPlayBackStopped ]
2021-02-23 22:55:26.897 T:11624  NOTICE: EMBY.hooks.player.Player -> --<[ playback ]
2021-02-23 22:55:26.917 T:1524   ERROR: Traceback (most recent call last):
2021-02-23 22:55:26.917 T:1524   ERROR:   File "C:\Program Files\Kodi\system\python\Lib\SocketServer.py", line 596, in process_request_thread
2021-02-23 22:55:26.918 T:1524   ERROR:     self.finish_request(request, client_address)
2021-02-23 22:55:26.918 T:1524   ERROR:   File "C:\Program Files\Kodi\system\python\Lib\SocketServer.py", line 331, in finish_request
2021-02-23 22:55:26.918 T:1524   ERROR:     self.RequestHandlerClass(request, client_address, self)
2021-02-23 22:55:26.918 T:1524   ERROR:   File "C:\Users\Admin\AppData\Roaming\Kodi\addons\plugin.video.emby-next-gen\hooks\webservice.py", line 79, in __init__
2021-02-23 22:55:26.918 T:1524   ERROR:     SimpleHTTPRequestHandler.__init__(self, request, client_address, server)
2021-02-23 22:55:26.918 T:1524   ERROR:   File "C:\Program Files\Kodi\system\python\Lib\SocketServer.py", line 652, in __init__
2021-02-23 22:55:26.918 T:1524   ERROR:     self.handle()
2021-02-23 22:55:26.918 T:1524   ERROR:   File "C:\Program Files\Kodi\system\python\Lib\BaseHTTPServer.py", line 340, in handle
2021-02-23 22:55:26.918 T:1524   ERROR:     self.handle_one_request()
2021-02-23 22:55:26.918 T:1524   ERROR:   File "C:\Program Files\Kodi\system\python\Lib\BaseHTTPServer.py", line 328, in handle_one_request
2021-02-23 22:55:26.918 T:1524   ERROR:     method()
2021-02-23 22:55:26.918 T:1524   ERROR:   File "C:\Users\Admin\AppData\Roaming\Kodi\addons\plugin.video.emby-next-gen\hooks\webservice.py", line 95, in do_HEAD
2021-02-23 22:55:26.919 T:1524   ERROR:     self.do_GET()
2021-02-23 22:55:26.919 T:1524   ERROR:   File "C:\Users\Admin\AppData\Roaming\Kodi\addons\plugin.video.emby-next-gen\hooks\webservice.py", line 124, in do_GET
2021-02-23 22:55:26.919 T:1524   ERROR:     raise Exception("UnknownRequest")
2021-02-23 22:55:26.919 T:1524   ERROR: Exception: UnknownRequest
2021-02-23 22:55:26.919 T:8748   ERROR: CCurlFile::Exists - Failed: Server returned nothing (no headers, no data)(52) for http://127.0.0.1:57578/tvshows/242710/24...railer.mp4
2021-02-23 22:55:27.508 T:7116  NOTICE: EMBY.hooks.monitor.Monitor -> [ UserDataChanged ] {'MonitorMethod': 'UserDataChanged', u'UserId': u'252342043ad64f64b7dfd6e0c9155b8d', u'UserDataList': [{u'ItemId': u'722171', u'IsFavorite': False, u'Played': False, u'LastPlayedDate': u'2021-02-24T03:55:20.0000000+00:00', u'PlaybackPositionTicks': 0, u'PlayCount': 1}, {u'ItemId': u'722170', u'IsFavorite': False, u'Played': False, u'UnplayedItemCount': 4, u'PlaybackPositionTicks': 0, u'PlayCount': 0}]}
2021-02-23 22:55:27.511 T:7116  NOTICE: EMBY.hooks.monitor.Monitor -> [ skip update/722171 ]
2021-02-23 22:55:27.526 T:7116  NOTICE: EMBY.hooks.monitor.Monitor -> [ skip update/722170 ]
2021-02-23 22:55:27.529 T:7116  NOTICE: EMBY.hooks.monitor.Monitor -> [ skip reset ]
2021-02-23 22:55:35.646 T:1604   ERROR: Traceback (most recent call last):
2021-02-23 22:55:35.646 T:1604   ERROR:   File "C:\Program Files\Kodi\system\python\Lib\SocketServer.py", line 596, in process_request_thread
2021-02-23 22:55:35.646 T:1604   ERROR:     self.finish_request(request, client_address)
2021-02-23 22:55:35.646 T:1604   ERROR:   File "C:\Program Files\Kodi\system\python\Lib\SocketServer.py", line 331, in finish_request
2021-02-23 22:55:35.646 T:1604   ERROR:     self.RequestHandlerClass(request, client_address, self)
2021-02-23 22:55:35.646 T:1604   ERROR:   File "C:\Users\Admin\AppData\Roaming\Kodi\addons\plugin.video.emby-next-gen\hooks\webservice.py", line 79, in __init__
2021-02-23 22:55:35.647 T:1604   ERROR:     SimpleHTTPRequestHandler.__init__(self, request, client_address, server)
2021-02-23 22:55:35.647 T:1604   ERROR:   File "C:\Program Files\Kodi\system\python\Lib\SocketServer.py", line 652, in __init__
2021-02-23 22:55:35.647 T:1604   ERROR:     self.handle()
2021-02-23 22:55:35.647 T:1604   ERROR:   File "C:\Program Files\Kodi\system\python\Lib\BaseHTTPServer.py", line 340, in handle
2021-02-23 22:55:35.647 T:1604   ERROR:     self.handle_one_request()
2021-02-23 22:55:35.647 T:1604   ERROR:   File "C:\Program Files\Kodi\system\python\Lib\BaseHTTPServer.py", line 328, in handle_one_request
2021-02-23 22:55:35.647 T:1604   ERROR:     method()
2021-02-23 22:55:35.647 T:1604   ERROR:   File "C:\Users\Admin\AppData\Roaming\Kodi\addons\plugin.video.emby-next-gen\hooks\webservice.py", line 95, in do_HEAD
2021-02-23 22:55:35.647 T:1604   ERROR:     self.do_GET()
2021-02-23 22:55:35.647 T:1604   ERROR:   File "C:\Users\Admin\AppData\Roaming\Kodi\addons\plugin.video.emby-next-gen\hooks\webservice.py", line 124, in do_GET
2021-02-23 22:55:35.647 T:1604   ERROR:     raise Exception("UnknownRequest")
2021-02-23 22:55:35.647 T:1604   ERROR: Exception: UnknownRequest
2021-02-23 22:55:35.647 T:4308   ERROR: CCurlFile::Exists - Failed: Server returned nothing (no headers, no data)(52) for http://127.0.0.1:57578/tvshows/242710/24...railer.mp4
2021-02-23 22:55:43.077 T:10816   ERROR: Traceback (most recent call last):
2021-02-23 22:55:43.077 T:10816   ERROR:   File "C:\Program Files\Kodi\system\python\Lib\SocketServer.py", line 596, in process_request_thread
2021-02-23 22:55:43.077 T:10816   ERROR:     self.finish_request(request, client_address)
2021-02-23 22:55:43.077 T:10816   ERROR:   File "C:\Program Files\Kodi\system\python\Lib\SocketServer.py", line 331, in finish_request
2021-02-23 22:55:43.077 T:10816   ERROR:     self.RequestHandlerClass(request, client_address, self)
2021-02-23 22:55:43.077 T:10816   ERROR:   File "C:\Users\Admin\AppData\Roaming\Kodi\addons\plugin.video.emby-next-gen\hooks\webservice.py", line 79, in __init__
2021-02-23 22:55:43.078 T:10816   ERROR:     SimpleHTTPRequestHandler.__init__(self, request, client_address, server)
2021-02-23 22:55:43.078 T:10816   ERROR:   File "C:\Program Files\Kodi\system\python\Lib\SocketServer.py", line 652, in __init__
2021-02-23 22:55:43.078 T:10816   ERROR:     self.handle()
2021-02-23 22:55:43.078 T:10816   ERROR:   File "C:\Program Files\Kodi\system\python\Lib\BaseHTTPServer.py", line 340, in handle
2021-02-23 22:55:43.078 T:10816   ERROR:     self.handle_one_request()
2021-02-23 22:55:43.078 T:10816   ERROR:   File "C:\Program Files\Kodi\system\python\Lib\BaseHTTPServer.py", line 328, in handle_one_request
2021-02-23 22:55:43.078 T:10816   ERROR:     method()
2021-02-23 22:55:43.078 T:10816   ERROR:   File "C:\Users\Admin\AppData\Roaming\Kodi\addons\plugin.video.emby-next-gen\hooks\webservice.py", line 95, in do_HEAD
2021-02-23 22:55:43.078 T:10816   ERROR:     self.do_GET()
2021-02-23 22:55:43.078 T:10816   ERROR:   File "C:\Users\Admin\AppData\Roaming\Kodi\addons\plugin.video.emby-next-gen\hooks\webservice.py", line 124, in do_GET
2021-02-23 22:55:43.078 T:10816   ERROR:     raise Exception("UnknownRequest")
2021-02-23 22:55:43.078 T:10816   ERROR: Exception: UnknownRequest
2021-02-23 22:55:43.079 T:4716   ERROR: CCurlFile::Exists - Failed: Server returned nothing (no headers, no data)(52) for http://127.0.0.1:57578/tvshows/242710/24...railer.mp4
2021-02-23 22:55:44.216 T:9904   ERROR: Control 525 in window 10025 has been asked to focus, but it can't
2021-02-23 22:55:44.628 T:2816   ERROR: Traceback (most recent call last):
2021-02-23 22:55:44.630 T:2816   ERROR:   File "C:\Program Files\Kodi\system\python\Lib\SocketServer.py", line 596, in process_request_thread
2021-02-23 22:55:44.630 T:2816   ERROR:     self.finish_request(request, client_address)
2021-02-23 22:55:44.630 T:2816   ERROR:   File "C:\Program Files\Kodi\system\python\Lib\SocketServer.py", line 331, in finish_request
2021-02-23 22:55:44.631 T:2816   ERROR:     self.RequestHandlerClass(request, client_address, self)
2021-02-23 22:55:44.631 T:2816   ERROR:   File "C:\Users\Admin\AppData\Roaming\Kodi\addons\plugin.video.emby-next-gen\hooks\webservice.py", line 79, in __init__
2021-02-23 22:55:44.631 T:2816   ERROR:     SimpleHTTPRequestHandler.__init__(self, request, client_address, server)
2021-02-23 22:55:44.631 T:2816   ERROR:   File "C:\Program Files\Kodi\system\python\Lib\SocketServer.py", line 652, in __init__
2021-02-23 22:55:44.631 T:2816   ERROR:     self.handle()
2021-02-23 22:55:44.631 T:2816   ERROR:   File "C:\Program Files\Kodi\system\python\Lib\BaseHTTPServer.py", line 340, in handle
2021-02-23 22:55:44.638 T:2816   ERROR:     self.handle_one_request()
2021-02-23 22:55:44.638 T:2816   ERROR:   File "C:\Program Files\Kodi\system\python\Lib\BaseHTTPServer.py", line 328, in handle_one_request
2021-02-23 22:55:44.640 T:2816   ERROR:     method()
2021-02-23 22:55:44.640 T:2816   ERROR:   File "C:\Users\Admin\AppData\Roaming\Kodi\addons\plugin.video.emby-next-gen\hooks\webservice.py", line 95, in do_HEAD
2021-02-23 22:55:44.640 T:2816   ERROR:     self.do_GET()
2021-02-23 22:55:44.640 T:2816   ERROR:   File "C:\Users\Admin\AppData\Roaming\Kodi\addons\plugin.video.emby-next-gen\hooks\webservice.py", line 124, in do_GET
2021-02-23 22:55:44.641 T:2816   ERROR:     raise Exception("UnknownRequest")
2021-02-23 22:55:44.641 T:2816   ERROR: Exception: UnknownRequest
2021-02-23 22:55:44.641 T:6164   ERROR: CCurlFile::Exists - Failed: Server returned nothing (no headers, no data)(52) for http://127.0.0.1:57578/tvshows/242710/24...railer.mp4
2021-02-23 22:55:45.221 T:9244   ERROR: Traceback (most recent call last):
2021-02-23 22:55:45.222 T:9244   ERROR:   File "C:\Program Files\Kodi\system\python\Lib\SocketServer.py", line 596, in process_request_thread
2021-02-23 22:55:45.223 T:9244   ERROR:     self.finish_request(request, client_address)
2021-02-23 22:55:45.223 T:9244   ERROR:   File "C:\Program Files\Kodi\system\python\Lib\SocketServer.py", line 331, in finish_request
2021-02-23 22:55:45.224 T:9244   ERROR:     self.RequestHandlerClass(request, client_address, self)
2021-02-23 22:55:45.224 T:9244   ERROR:   File "C:\Users\Admin\AppData\Roaming\Kodi\addons\plugin.video.emby-next-gen\hooks\webservice.py", line 79, in __init__
2021-02-23 22:55:45.224 T:9244   ERROR:     SimpleHTTPRequestHandler.__init__(self, request, client_address, server)
2021-02-23 22:55:45.224 T:9244   ERROR:   File "C:\Program Files\Kodi\system\python\Lib\SocketServer.py", line 652, in __init__
2021-02-23 22:55:45.226 T:9244   ERROR:     self.handle()
2021-02-23 22:55:45.226 T:9244   ERROR:   File "C:\Program Files\Kodi\system\python\Lib\BaseHTTPServer.py", line 340, in handle
2021-02-23 22:55:45.226 T:9244   ERROR:     self.handle_one_request()
2021-02-23 22:55:45.226 T:9244   ERROR:   File "C:\Program Files\Kodi\system\python\Lib\BaseHTTPServer.py", line 328, in handle_one_request
2021-02-23 22:55:45.226 T:9244   ERROR:     method()
2021-02-23 22:55:45.226 T:9244   ERROR:   File "C:\Users\Admin\AppData\Roaming\Kodi\addons\plugin.video.emby-next-gen\hooks\webservice.py", line 95, in do_HEAD
2021-02-23 22:55:45.227 T:9244   ERROR:     self.do_GET()
2021-02-23 22:55:45.227 T:9244   ERROR:   File "C:\Users\Admin\AppData\Roaming\Kodi\addons\plugin.video.emby-next-gen\hooks\webservice.py", line 124, in do_GET
2021-02-23 22:55:45.234 T:9244   ERROR:     raise Exception("UnknownRequest")
2021-02-23 22:55:45.235 T:9244   ERROR: Exception: UnknownRequest
2021-02-23 22:55:45.235 T:10656   ERROR: CCurlFile::Exists - Failed: Server returned nothing (no headers, no data)(52) for http://127.0.0.1:57578/tvshows/242710/24...railer.mp4
2021-02-23 22:55:47.122 T:9596   ERROR: Traceback (most recent call last):
2021-02-23 22:55:47.122 T:9596   ERROR:   File "C:\Program Files\Kodi\system\python\Lib\SocketServer.py", line 596, in process_request_thread
2021-02-23 22:55:47.122 T:9596   ERROR:     self.finish_request(request, client_address)
2021-02-23 22:55:47.122 T:9596   ERROR:   File "C:\Program Files\Kodi\system\python\Lib\SocketServer.py", line 331, in finish_request
2021-02-23 22:55:47.123 T:9596   ERROR:     self.RequestHandlerClass(request, client_address, self)
2021-02-23 22:55:47.123 T:9596   ERROR:   File "C:\Users\Admin\AppData\Roaming\Kodi\addons\plugin.video.emby-next-gen\hooks\webservice.py", line 79, in __init__
2021-02-23 22:55:47.123 T:9596   ERROR:     SimpleHTTPRequestHandler.__init__(self, request, client_address, server)
2021-02-23 22:55:47.123 T:9596   ERROR:   File "C:\Program Files\Kodi\system\python\Lib\SocketServer.py", line 652, in __init__
2021-02-23 22:55:47.123 T:9596   ERROR:     self.handle()
2021-02-23 22:55:47.123 T:9596   ERROR:   File "C:\Program Files\Kodi\system\python\Lib\BaseHTTPServer.py", line 340, in handle
2021-02-23 22:55:47.124 T:9596   ERROR:     self.handle_one_request()
2021-02-23 22:55:47.124 T:9596   ERROR:   File "C:\Program Files\Kodi\system\python\Lib\BaseHTTPServer.py", line 328, in handle_one_request
2021-02-23 22:55:47.125 T:9596   ERROR:     method()
2021-02-23 22:55:47.125 T:9596   ERROR:   File "C:\Users\Admin\AppData\Roaming\Kodi\addons\plugin.video.emby-next-gen\hooks\webservice.py", line 95, in do_HEAD
2021-02-23 22:55:47.125 T:9596   ERROR:     self.do_GET()
2021-02-23 22:55:47.125 T:9596   ERROR:   File "C:\Users\Admin\AppData\Roaming\Kodi\addons\plugin.video.emby-next-gen\hooks\webservice.py", line 124, in do_GET
2021-02-23 22:55:47.126 T:9596   ERROR:     raise Exception("UnknownRequest")
2021-02-23 22:55:47.126 T:9596   ERROR: Exception: UnknownRequest
2021-02-23 22:55:47.126 T:8088   ERROR: CCurlFile::Exists - Failed: Server returned nothing (no headers, no data)(52) for http://127.0.0.1:57578/tvshows/242703/24...railer.mp4

Are you using 5.1.17? There are several trailer.mp4 requests, not sure were they comming from but looks like invalid.

Invalid request should already be covered by 5.1.17, but I can test again with your Kodi's queries.

If you know, what plugin queries the trailers.mp4, you can disable it.

Link to comment
Share on other sites

quickmic
10 hours ago, docflo7 said:

Hi @quickmic

I wanted to say that I have a similar issue as the one described by @wanderjarra, however in my case, the shows are empty on Kodi side.

I tried with both native mode and add-on mode, the results are the same.
The folder setup is similar to wanderjarra's, but both "library" folders are on the same drive. 
I also noticed that I'm having the issue for one show that is split in 2 folders located next to each other, in the same "library" folder.

Hopefully, this could help you to reproduce the issue a bit more easily for your test case. 

It's on my list. I'll perform a test after I fixed the sleep mode issue.

I've to check how Emby server reports the TV-Show in this specific case.

Link to comment
Share on other sites

TylerDurden_BS

Hello quickmic,

tested here on PC with an another Kodi 19 Matrix Skin on my PC (Win10 fresh Kodi 19) everything is fine.

Install this *zip on my Amazon Fire TV, choose as skin - Connect to emby is broken.

Switch back to Estuary without anything other, connect to emby, all fine ?

No connect emby-next-gen on Fire TV with other skin ? 

Will try it later with Kodi Matrix 19 Skins if i find some

Link to comment
Share on other sites

quickmic
Quote

No connect emby-next-gen on Fire TV with other skin ?

Sounds weird. There shouldn't be any reason, why it's not working. I really need log files, otherwise I can only speculate.

To design a test case, you must use exactly same config on PC and on Fire TV. This means: Export complete userfolder from Fire TV and drop it on you Kodi's PC version.

Link to comment
Share on other sites

TylerDurden_BS

Hello quickmic,

try it on FireTV with fresh installations from Kodi Repo with Skins:

Aeon Nox Silvo, Aeon Tajo, Amber, Quartz

Just only Quartz will connect after Stop Kodi from App Menu in Fire TV oder Reboot Fire TV.

Other skins will need deactivate/activate emby-next-gen, then you cloud leave Kodi, start it again and it works.
But if Fire TV will stay longer off (30min and higher, loose connection.

I will try to give you Kodi log later or tomorrow. Export userdata from FireTV to PC will try tomorrow.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...