• 1
  • 7
  • 8
  • 9(current)
  • 10
  • 11
  • 27
Release Composite (A Plex client)
Ill send you my log per email Smile
Reply
@komplex 
This hopefully has full function now in alpha3.
If curious, so far for 'Custom access urls' it's showing 45 changed files with 1,028 additions and 178 deletions. Majority of it because a url with a path was never accounted for (including with plexbmc), Plex's own custom access url support also doesn't seem to support a path. ie. http://192.168.1.10/plex/ 

@mufflon12 
I've only had a quick chance to look at the log, I suspect something else going on but I would try alpha3. As mentioned above a lot of code was touched in alpha3 and mainly around the requests to the servers. If you run into any new issues, a new log would be great but the current one should suffice otherwise. You are also able to update back to the official repository from the alpha, just may need to clear cache.

1.2.0~alpha3 is available @ https://github.com/anxdpanic/plugin.vide.../1.x.x-dev
Debug Log (wiki) | Troubleshooting (wiki)Add-ons
Reply
(2020-05-27, 23:39)anxdpanic Wrote: 1.2.0~alpha3 is available @ https://github.com/anxdpanic/plugin.vide.../1.x.x-dev

This works great, I can see/browse/play. Now adding it library the way it shows on github https://github.com/anxdpanic/plugin.vide...18-library the tvshows one works fine but the movies throws up an error. The actual log is huge here is a snippet
xml:
2020-05-28 02:50:04.537 T:3640 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.ValueError'>
Error Contents: timestamp out of range for platform localtime()/gmtime() function
Traceback (most recent call last):
File "C:\Users\komplex\AppData\Roaming\Kodi\addons\plugin.video.composite_for_plex\resources\lib\entry_point.py", line 18, in <module>
composite.run(time.time())
File "C:\Users\komplex\AppData\Roaming\Kodi\addons\plugin.video.composite_for_plex\resources\lib\composite_addon\composite.py", line 156, in run
kodi_library.run(context)
File "C:\Users\komplex\AppData\Roaming\Kodi\addons\plugin.video.composite_for_plex\resources\lib\composite_addon\routes\kodi_library.py", line 63, in run
(server.get_url_location(), section.get_path()))
File "C:\Users\komplex\AppData\Roaming\Kodi\addons\plugin.video.composite_for_plex\resources\lib\composite_addon\routes\kodi_library.py", line 95, in _list_content
append_item(create_movie_item(context, item, library=True))
File "C:\Users\komplex\AppData\Roaming\Kodi\addons\plugin.video.composite_for_plex\resources\lib\composite_addon\addon\items\movie.py", line 49, in create_movie_item
'dateAdded': str(datetime.datetime.fromtimestamp(int(item.data.get('addedAt', 0)))),
ValueError: timestamp out of range for platform localtime()/gmtime() function
-->End of Python script error report<--

I can also see this
xml:
ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.composite_for_plex/library/movies/) failed
Reply
Playback stops now with this error 
WARNING: CPythonInvoker(11, C:\Users\Kevin\AppData\Roaming\Kodi\addons\plugin.video.osmosis\default.py): the python script "C:\Users\Kevin\AppData\Roaming\Kodi\addons\plugin.video.osmosis\default.py" has left several classes in memory that we couldn't clean up. The classes include: class XBMCAddon::xbmcgui:Big Grinialog,class XBMCAddon::xbmcaddon::Addon,class XBMCAddon::xbmcaddon::Addon,class XBMCAddon::xbmcgui:Big GrinialogProgressBG,class XBMCAddon::xbmcaddon::Addon,class XBMCAddon::xbmcaddon::Addon,class XBMCAddon::xbmcaddon::Addon,class XBMCAddon::xbmcaddon::Addon,class XBMCAddon::xbmc::Monitor

But i can immediately resume playback Smile
Reply
@komplex 
Thanks, ~alpha4 should fix that. 
https://github.com/anxdpanic/plugin.vide.../1.x.x-dev

@mufflon12 
Thanks for confirming. That log entry is related to another add-on.
I'm suspecting the issue is related to (outside of the add-on)
Code:
DEBUG: Readrate 427000 is too low with 427112 required
Debug Log (wiki) | Troubleshooting (wiki)Add-ons
Reply
i also try if my plex maybe work but:
2020-05-28 18:32:27.963 T:11468   ERROR <general>: Unable to find plugin 
2020-05-28 18:32:27.963 T:11468   ERROR <general>: XFILE::CDirectory::GetDirectory - Error getting plugin://
2020-05-28 18:32:27.963 T:3476    ERROR <general>: CGUIMediaWindow::GetDirectory(plugin://) failed
2020-05-28 18:33:05.812 T:3476     INFO <general>: Loading skin file: FileBrowser.xml, load type: KEEP_IN_MEMORY
2020-05-28 18:33:22.711 T:12268   ERROR <general>: CAddonInstallJob[plugin.video.composite_for_plex]: The dependency on xbmc.python version 2.24.0 could not be satisfied.

I have this HDR version  https://forum.kodi.tv/showthread.php?tid=349861
HTPC W1064bit, Kodi 21
Geforce 1050Ti 4GB
Sony Android TV XE 9005
Reply
@webmaher 
You need the +matrix version for Kodi 19.
You should be able to update it from the official repository.
Or from https://github.com/anxdpanic/plugin.vide.../tag/1.1.1 you want the plugin.video.composite_for_plex-1.1.1+matrix.1.zip

Edit: Sorry, if you mean for the alpha the same applies for https://github.com/anxdpanic/plugin.vide.../1.x.x-dev
Debug Log (wiki) | Troubleshooting (wiki)Add-ons
Reply
(2020-05-28, 15:57)anxdpanic Wrote: @komplex 
Thanks, ~alpha4 should fix that. 
https://github.com/anxdpanic/plugin.vide.../1.x.x-dev

All working now, great job!
Reply
(2020-05-28, 18:46)anxdpanic Wrote: @webmaher 
You need the +matrix version for Kodi 19.
You should be able to update it from the official repository.
Or from https://github.com/anxdpanic/plugin.vide.../tag/1.1.1 you want the plugin.video.composite_for_plex-1.1.1+matrix.1.zip

Edit: Sorry, if you mean for the alpha the same applies for https://github.com/anxdpanic/plugin.vide.../1.x.x-dev
OK thanks... but still nothing... all i can see is 5 folders: myPlex Quee, Channels, Plex Online, Playlist, Widgets and commands Sign Out, Display Servers and Clear Caches... if i start Clear Caches i found my Plex server but without folders...  Sad
HTPC W1064bit, Kodi 21
Geforce 1050Ti 4GB
Sony Android TV XE 9005
Reply
@komplex 
That's great to hear! 

@webmaher 
Can you post a new debug log (wiki) with the alpha? Will see if the cause has changed.
Also are there any additional requirements to accessing your server? ie. nginx reverse proxy, etc.

I know I'm likely repeating myself below but I'd rather be safe than sorry.

Before posting a log in the thread I would sanitize it a bit first. Find and replace any server ip's with .'s or -'s, and any *Token=<token>.
Try to replace things using a consistent representation. ie. 192.168.1.1 is always replaced by 192.x.x.x, and 192.168.1.2 is always replaced by 192.y.y.y
The add-on hides this as best as possible but some leaks through with Kodi's logging. You're also welcome to PM it as well if still concerned.
Debug Log (wiki) | Troubleshooting (wiki)Add-ons
Reply
Here we go https://pastebin.com/eaQLifm1
No add. requirements to accessing my server ...
HTPC W1064bit, Kodi 21
Geforce 1050Ti 4GB
Sony Android TV XE 9005
Reply
(2020-05-28, 18:54)komplex Wrote:
(2020-05-28, 15:57)anxdpanic Wrote: @komplex 
Thanks, ~alpha4 should fix that. 
https://github.com/anxdpanic/plugin.vide.../1.x.x-dev

All working now, great job!

@komplex how did u get it working, did u have use the custom url? How exactly to do that? If I enter url it doesn't seem to save anywhere
Reply
(2020-05-29, 00:20)ryadre Wrote: @komplex how did u get it working, did u have use the custom url? How exactly to do that? If I enter url it doesn't seem to save anywhere

Just add the custom url like it says on github
Code:
[add] added support for custom access urls (ie. nginx)
- Main Menu - Manage Servers - <server> - Custom access urls - Add custom access url
Mine looks like this
Image
Reply
(2020-05-29, 17:27)komplex Wrote:
(2020-05-29, 00:20)ryadre Wrote: @komplex how did u get it working, did u have use the custom url? How exactly to do that? If I enter url it doesn't seem to save anywhere

Just add the custom url like it says on github
Code:
[add] added support for custom access urls (ie. nginx)
- Main Menu - Manage Servers - <server> - Custom access urls - Add custom access url
Mine looks like this
Image

Thanks for the reply, I am doing the same, but it doesn't add the url to the list like your does

Edit, I have got it entering url properly, but it's only showing a playlist and widget menu which are both empty. It not showing the actual library

I think the problem may lie where when I enter the https url in a browser it says the site is not secure
Reply
still not working ,. playback stops randomly .
ailed: HTTP response code said error(22)
Open failed with code 503
CCurlFile::FillBuffer - Failed: HTTP returned error 503


i switch bach to 0.83 and look how it work Smile
Reply
  • 1
  • 7
  • 8
  • 9(current)
  • 10
  • 11
  • 27

Logout Mark Read Team Forum Stats Members Help
Composite (A Plex client)0