Jump to content

Search the Community

Showing results for tags 'Fixed'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • Announcements
    • Emby Premiere Purchase/Subscription Support
    • Feature Requests
    • Tutorials and Guides
  • Emby Server
    • General/Windows
    • Android Server
    • Asustor
    • FreeBSD
    • Linux
    • NetGear ReadyNAS
    • MacOS
    • QNAP
    • Synology
    • TerraMaster NAS
    • Thecus
    • Western Digital
    • DLNA
    • Live TV
  • Emby Apps
    • Amazon Alexa
    • Android
    • Android TV / Fire TV
    • Windows & Xbox
    • Apple iOS / macOS
    • Apple TV
    • Kodi
    • LG Smart TV
    • Linux & Raspberry Pi
    • Roku
    • Samsung Smart TV
    • Sony PlayStation
    • Web App
    • Windows Media Center
    • Plugins
  • Language-specific support
    • Arabic
    • Dutch
    • French
    • German
    • Italian
    • Portuguese
    • Russian
    • Spanish
    • Swedish
  • Community Contributions
    • Ember for Emby
    • Fan Art & Videos
    • Tools and Utilities
    • Web App CSS
  • Testing Area
    • WMC UI (Beta)
  • Other
    • Non-Emby General Discussion
    • Developer API
    • Hardware
    • Media Clubs

Blogs

  • Emby Blog

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

  1. Noel Grassy

    Duplicates

    Every time I repair the library I get duplicate shows. More show up every time I do it. I tried to capture a log after the last repair but It failed then said the file was too large. I had to restart kodi to get the log. https://paste.kodi.tv/yegisewoca
  2. neik

    LiveTV

    Hi @@Angelblue05, just saw this in the latest changelog: Do I need a specific version of Kodi or Emby server to give this a try? If we get LiveTV on Kodi this would be an awesome step forward. Thanks!
  3. quickmic

    kodi album merge error

    ...Using Kodi 18 nightly builds Here is the kodi.log. This issues comes up when I try to start a sync. 14:29:28.318 T:3862950640 NOTICE: EMBY.library -> ERROR:: global name 'root' is not defined Traceback (most recent call last): File "/home/osmc/.kodi/addons/plugin.video.emby/resources/lib/library.py", line 334, in add_library FullSync(self, library_id) File "/home/osmc/.kodi/addons/plugin.video.emby/resources/lib/full_sync.py", line 45, in __init__ if not xmls.advanced_settings(): File "/home/osmc/.kodi/addons/plugin.video.emby/resources/lib/helper/xmls.py", line 99, in advanced_settings video = root.find('videolibrary') NameError: global name 'root' is not defined 14:29:30.227 T:2856260336 NOTICE: EMBY.entrypoint.default -> path: params: {} 14:29:30.327 T:2856260336 NOTICE: EMBY.default -> ---<[ default ] 14:29:36.912 T:2818568944 NOTICE: EMBY.entrypoint.default -> path: ?mode=repairlibs params: { "mode": "repairlibs" } 14:29:36.913 T:2818568944 NOTICE: EMBY.default -> ---<[ default ] 14:29:58.918 T:4070101600 WARNING: CGUIWindowManager - HandleAction - ignoring action 0, because topmost modal dialog closing animation is running 14:29:59.310 T:3862950640 NOTICE: EMBY.helper.wrapper -> Processing Removing library 14:29:59.319 T:3862950640 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<-- - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS! Error Type: <type 'exceptions.TypeError'> Error Contents: remove_library() takes exactly 3 arguments (2 given) Traceback (most recent call last): File "/home/osmc/.kodi/addons/plugin.video.emby/resources/lib/entrypoint/service.py", line 283, in onNotification self.library_thread.remove_library(lib) File "/home/osmc/.kodi/addons/plugin.video.emby/resources/lib/helper/wrapper.py", line 39, in wrapper result = func(self, *args, **kwargs) TypeError: remove_library() takes exactly 3 arguments (2 given) -->End of Python script error report<--
  4. Can't sync since today's update to 3.1.18a on Beta 1 Log attached. kodi.log
  5. tomimc

    Boxset error

    An issue with last 21a. I did a repair library, and then when start building the boxset i got a crash log: 01:00:11.766 T:5112 NOTICE: EMBY.objects.movies -> UPDATE boxset [24] La LEGO película - Colección 01:00:11.989 T:5112 NOTICE: EMBY.objects.movies -> UPDATE boxset [25] Lobezno - Colección 01:00:12.420 T:5112 NOTICE: EMBY.database -> ERROR:: type: <type 'exceptions.TypeError'> value: list indices must be integers, not unicode 01:00:12.420 T:5112 NOTICE: EMBY.database -> [emby] 27 rows updated. 01:00:12.429 T:5112 NOTICE: EMBY.database -> ERROR:: type: <type 'exceptions.TypeError'> value: list indices must be integers, not unicode 01:00:12.429 T:5112 NOTICE: EMBY.database -> [video] 28 rows updated. 01:00:20.954 T:5112 NOTICE: EMBY.full_sync -> ERROR:: full sync exited unexpectedly 01:00:20.958 T:5112 NOTICE: EMBY.library -> ERROR:: list indices must be integers, not unicode Traceback (most recent call last): File "C:\Users\conno\AppData\Roaming\Kodi\addons\plugin.video.emby\resources\lib\library.py", line 215, in startup FullSync(self) File "C:\Users\conno\AppData\Roaming\Kodi\addons\plugin.video.emby\resources\lib\full_sync.py", line 61, in __init__ self.start() File "C:\Users\conno\AppData\Roaming\Kodi\addons\plugin.video.emby\resources\lib\full_sync.py", line 150, in start self.process_library(library) File "C:\Users\conno\AppData\Roaming\Kodi\addons\plugin.video.emby\resources\lib\full_sync.py", line 183, in process_library self.boxsets(library_id.split('Boxsets:')[1] if len(library_id) > len('Boxsets:') else None) File "C:\Users\conno\AppData\Roaming\Kodi\addons\plugin.video.emby\resources\lib\helper\wrapper.py", line 38, in wrapper result = func(self, dialog=dialog, *args, **kwargs) File "C:\Users\conno\AppData\Roaming\Kodi\addons\plugin.video.emby\resources\lib\full_sync.py", line 339, in boxsets obj.boxset(boxset) File "C:\Users\conno\AppData\Roaming\Kodi\addons\plugin.video.emby\resources\lib\helper\wrapper.py", line 82, in wrapper return func(*args, **kwargs) File "C:\Users\conno\AppData\Roaming\Kodi\addons\plugin.video.emby\resources\lib\helper\wrapper.py", line 95, in wrapper return func(self, item, e_item=e_item, *args, **kwargs) File "C:\Users\conno\AppData\Roaming\Kodi\cache\emby\objects\movies.py", line 229, in boxset temp_obj['MovieId'] = obj['Current'][temp_obj['Movie']] TypeError: list indices must be integers, not unicode
  6. This is the only thing I can find that is not working.
  7. Hi, I have the same problem as others posted with earlier versions of Emby Beta Addon. My version is 3.1.17a and i use it on my Amlogic S905 Box with Kodi 18 Beta 2 (CoreElec 8.95.2) and Embuary Skin. Resetted Addon Database, restarted Kodi and reconfigured Emby Beta AddOn. Then i wanted to start syncing, but nothing happens. Emby Server is installed on my NAS with OMV 4.1.11 as Docker, Kodi Companion Plugin is alson installed on Emby Server. Do you see an error? Any hints? Hylli 01_KODI.log
  8. MRobi

    Emby 3.1.15A - Will not sync

    It's been about a week now since I've been able to successfully sync. Running 3.1.15A on LibreElec 8.90.003 (Leia). Tried all variations of Add Libraries, Update Libraries, Repair Libraries. Performed a local database reset and reset all Emby settings (Note: this is not wiping old database, it is still all there). Finally I took a second system and did a clean install and getting the exact same error on the first item it attempts to sync. "Something went wrong during the sync. You'll be able to restore progress when restarting Kodi. If the problem persist, please report on the Emby for Kodi forums, with your Kodi log." Log from the clean install attached. kodi.log
  9. Hi I am on Server version 3.6.0.42 beta and emby for kodi 3.1.15a and series pooling do not work and no season fanart show up, but tv poster and backdrops work fine. when i browse emby in kodi before i scan the library my show that are spread over several drives also show up as 2 different folders. i have a show on my x. drive and the new episodes on my d drive all the new episodes do not show up if i do a save in the web server the new episode will show up as its own series instead of as a new episode in an existing series if i then do an update on the library the first entry will disapear so i now only have 1 episode, and then i can refresh the first and then update and they switch
  10. I am using Kodi Leia Beta2 and the Emby-addon 3.1.14a. Clients are Windows, CoreELEC and Android. All are showing the same issue. I do have some HDD's (USB) attached to a NAS. Some of my TV shows are distributed over several HDD's When starting from the scratch (delete local databases) everything is going fine and on the first look it seems everything is okay. But - especially for the TV shows some episodes are missing (always all episodes from the one or other HDD). I had this issues also with previous version of the Emby add-on but this could be solved by a manual sync. This wont work anymore with the most recent versions of the add-on. The funny thing - when I am deleting in Kodi missing episodes (via windows explorer) and then adding them again (in the same folder as before) - then they will show up ? In addition - now also the most recent movie is missing aftern I deleted my HDD from the media libary and added the same HDD with the same path again to the madia libary ? No idea what is wrong... In Enby via webinterface, all TV shows with all episodes are listed correctly - as well as the missing movie. Debug-Log https://pastebin.com/AiNzG0iA kodi.log
  11. Hello, i have the following problem since some days ? Sync is not possible . I already resetted my database, kodi and whatever ... everything . Full clean install. But it doesnt help.. Always the same error. Please reboot to resume sync and when this doesnt help -> go to this forum and look for help The funny thing - my raspi 3 has no probs (with same kodi and emby addon version!). Sync works like a charm ( ok a little bit slow , but it works ) So i think my server is not the problem... I hope you can help me ? Thank you very much in advance! /edit: now with logfile kodi.log
  12. Glyde62

    New Items not Showing

    Added a few new tv shows to my library today but they don't seem to be showing in Kodi Have rescanned library in Emby addon a few time but still not showing on my Nvidia Shield Seem to be showing on PC ok though If I go into Skin Helper Widget on Shield they show in there Driving me crazy
  13. Hi Angelblue, Thanks for all the efforts, all the collections (Boxset) populate as expected, however, I can't seem to play any movies through this node, but if I launch through movies node it play nicely. I hope log capture the event, if not let me know I shall run a new one. Thanks kodilog.txt
  14. Here is the log, please check it, thanks! kodi.log
  15. Just curious if it's normal now for the addon to be leaving the database temp files open?
  16. This morning, Emby for Kodi was updated to 3.1.11a, and there was a problem with the synchronization. Trying to remove the %appdata%\Kodi directory reconfiguration is the same. kodi.log kodi.old.log
  17. https://paste.kodi.tv/evibokitej
  18. Hello, using the current version, setup and initial sync ist successfull, but after restarting Kodi I got a Emby error message and no media is playable. Logfile attached. kodi.log
  19. loomes

    Emby for Kodi 3.1.05a

    strm files dont work anymore: 16:04:40.403 T:176589620464 NOTICE: EMBY.helper.playutils -> strm detected 16:04:40.403 T:176589620464 NOTICE: EMBY.helper.playutils -> --[ direct play ] 16:04:40.505 T:176467461360 NOTICE: VideoPlayer::OpenFile: plugin://plugin.video.emby.tvshows/9097ed08de2ea773ba6d295c067d3cf7/?dbid=37&mode=play&id=5a7b1b9eafdf2a8561aff268a5c122cc&filename=s1e1.strm 16:04:40.506 T:176589620464 NOTICE: Creating InputStream 16:04:40.507 T:176589620464 ERROR: Open - failed to open source </mnt/media/4tb-09/strms/TV-Shows(de)/The Alienist – Die Einkreisung/s1e1.strm> 16:04:40.511 T:176589620464 ERROR: CVideoPlayer::OpenInputStream - error opening [plugin://plugin.video.emby.tvshows/9097ed08de2ea773ba6d295c067d3cf7/?dbid=37&mode=play&id=5a7b1b9eafdf2a8561aff268a5c122cc&filename=s1e1.strm] 16:04:40.511 T:176589620464 NOTICE: CVideoPlayer::OnExit() it looks like the plugin gives the native Path to Inputsream. Addon is configured in "addon" mode and the DB is resetet with this new version. Kodi is actually nightly version.
  20. Glyde62

    Small Patch

    When starting Kodi on my Windows 10 computer I get a message saying "Kodi will now restart to apply a small patch for your Kodi version" Kodi then closes and when I restart I just get the message again Any ideas? LOG.zip
  21. This problem also appears in the version 3.1.05a-3.1.09a kodi.log kodi.old.log
  22. Hello, Ich installed KODi 18 Leia Beta from scratch and try to use the Emby Plugin 3.1.08a. Connection to the Emby server is established, KODi web server is running and in the Emby Server Companion Plugin ist installed. With this constellation I got "Welcome" message, but the initial library scan don't start. What's to die? kodi.log
  23. Can anyone point me to where in kodi addon files I could edit this pop up out? I have the kodi companion installed and working fine so its just annoying seeing it tell me to install over and over when its all working. Thanks for the help!
  24. Hello There is a problem with the Emby server Problem: After running the server for 20 hours, the server stops automatically Is there a solution to the problem? Sent from my iPhone using Tapatalk
  25. Noel Grassy

    Problem syncing music Library

    I'm using the latest beta addon(3.1.05a) and kodi beta 1 and the beta emby server(3.6.0.38) and i'm having trouble syncing music. Also if I try to sync music videos it just tries to sync music instead. I get a "Music library needs to rescan tags from files. Would you like to scan now?" message if I try to enter the music library at all. https://paste.kodi.tv/ecadupexek
×
×
  • Create New...