-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setup Wizard does not always open (languageinvokerthread appears to hang) #920
Comments
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
Okay I'll see what I can dig up. In the meantime something is driving me nuts. Almost every time I click the plugin from programs, or favourites, it opens straight into settings. No amount of searching here or in general has helped. I have to use the menu button -> Information -> scroll to open. Not fun because that locks me into using the dinky little remote instead of CEC. Ever seen something like that before? |
Kodi addons have various extension points that they can use. This particular addon has several, including a program extension point that by default will open the addon settings. If you want to open the plugin extension point, which has all the actual plugin content, then you should open the plugin from the Video Addons node in the Kodi library, not from the Program addons node. |
7.1.0 seems to run fine for me on OSMC Vero 5 - providing I DO NOT run the setup option. |
Yep, it definitely runs on my Vero 5. The only issues I have is that about 30% of videos have audio skip out every 2-3 seconds. 100% of videos skip audio/video about 2 seconds in, but it's not recurring. I also have a few issues if I let it run through the guided setup as well. Crashes out and I can resume some of it. I assume there's some codec that needs to be disabled to maintain full compatibility re: audio dropouts. Though from what I can find online, the Vero V should support them all. |
Sounds like the same issue, but I can't do anything without a log. Trying to get a v7.1.0.1 release pushed to the official Kodi addon repository shortly, so if either of you can get a log of this then I can try to get a fix for this included as well.
This shouldn't happen, but again will need a debug log.
This is likely just Kodi selecting the correct framerate because the framerate identified by YouTube is incorrect. Won't be able to get rid of this, but you can try changing the following settings to see if it minimises the occurrence for the types of videos you play:
It should play pretty much everything on Youtube smoothly. |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
I updated the refresh rate settings, and it's probably too soon to tell, but the early-on skip for A/V seems to be gone or at least way better. Also, of course just my luck, I'm not finding any videos that continuously skip. It's a bit hard to jump back through my history to find the clips. In fact, my history only has a single video in it for some reason. As I'm writing this, I finally found a video that has this issue. Seems to happen to many from this creator. 4K VP9 content. Attaching the debug log.
Last but not least, I tried the API configuration page again.
|
This is likely due to a bug in v7.0.9.2 that was fixed in v7.1.0
There is a lot going on in your log. Your settings appear to indicate that you have an 8 channel speaker setup. Is this actually the case? Can you get a debug log where you are only playing the video that skips continuously?
Does this happen regularly? Or just on this occasion? Is this what you mean by the Setup Wizard crashing?
That is not a bug. The listen IP selection is a separate dialog. The settings dialog needs to be closed otherwise it won't get updated with the new selection.
Maybe this needs to be made clearer, but listening on 0.0.0.0 is actually serving on 127.0.0.1. Had to do this because of some previously reported issues with network interfaces on some systems not being available to bind to. Not sure if it is still a problem. |
Makes sense.
It's actually a 5.1.2 (Dolby Atmos w/ 2 up-firing,) setup, which is confusing how to actually configure in the settings. It's pretty happy up or down-mixing, however.
I mean that as soon as I clicked 'yes' the screen refreshes and I'm no longer in the settings menu at all. It's as though it has submitted my yes/no selection, then fallen out. This does not appear to happen every single time, no.
Gotcha. A bit unexpected, but it is what it is I suppose.
Perhaps the default setting should be to bind to the actual v4 address then? Just shooting from the hip. I've attached a new log with just the attempt to play the video that skips audio. |
FYI, just tried switching my Vero 5 to 5.1 and the audio still skips. |
This issue is a bit all over the place. I have split things up into separate issues to keep track of things. Lets keep this issue specific to the Setup Wizard not opening.
It's strange, the Python interpreter appears to be unable to finish running because there is a confirmation dialog open, but is being asked to terminate so that the language invoker thread can be reused, presumably to run the Setup Wizard. Can't think of what would cause this. Does your system feel slow or otherwise unresponsive to user input by any chance? Can you see this still happens in v7.1.0 or v7.1.0.1? |
Context
Please provide any relevant information about your setup
Expected Behavior
Expecting the oauth error to be fixed, and app to start properly. Previously the app would give oauth error.
Current Behavior
The app refuses to run, with generic error, but no oauth mention.
Steps to Reproduce
Please provide detailed steps for reproducing the issue.
Log
Please include a complete debug log.
Additional Information
2024-10-02 18:58:04.867 T:2957 info <general>: CActiveAESink::OpenSink - initialize sink 2024-10-02 18:58:04.868 T:2957 info <general>: CAESinkALSA::Initialize - Requested layout FL, FR, FC, LFE, BL, BR, SL, SR 2024-10-02 18:58:04.868 T:2957 info <general>: CAESinkALSA::Initialize - set digital codec 0 2024-10-02 18:58:04.868 T:2957 info <general>: CAESinkALSA::Initialize - Attempting to open device "default" 2024-10-02 18:58:04.890 T:2957 info <general>: CAESinkALSA::Initialize - Opened device "default" 2024-10-02 18:58:04.891 T:2957 info <general>: CAESinkALSA::InitializeHW - Your hardware does not support AE_FMT_FLOAT, trying other formats 2024-10-02 18:58:04.891 T:2957 info <general>: CAESinkALSA::InitializeHW - Using data format AE_FMT_S24NE4 2024-10-02 18:58:04.931 T:2957 info <general>: CAESinkALSA::Initialize - speaker layout 19 2024-10-02 18:58:16.999 T:6109 error <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<-- - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS! Error Type: <class 'IndentationError'> Error Contents: unexpected indent (youtube.py, line 59) Traceback (most recent call last): File "/home/osmc/.kodi/addons/plugin.video.youtube/resources/lib/script.py", line 14, in <module> from youtube_plugin.kodion import script_actions File "/home/osmc/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/kodion/script_actions.py", line 25, in <module> from ..youtube import Provider File "/home/osmc/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/youtube/__init__.py", line 13, in <module> from .provider import Provider File "/home/osmc/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/youtube/provider.py", line 19, in <module> from .client import APICheck, YouTube File "/home/osmc/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/youtube/client/__init__.py", line 14, in <module> from .youtube import YouTube File "/home/osmc/.kodi/addons/plugin.video.youtube/resources/lib/youtube_plugin/youtube/client/youtube.py", line 59 'tv': { IndentationError: unexpected indent -->End of Python script error report<--
This looks a lot like when a required dependency is not installed, or a bad call/syntax is used. Any thoughts? It's been a real eye-opener buying this device and trying to get things to work, despite using XMBC back in the day on my modded XB. So far I'm 0 for 2 on Plex and YouTube using the 'official' add-ons to make this OSMC box compete even slightly with my Shield Pro.
The text was updated successfully, but these errors were encountered: