You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First off, thanks a lot for providing the fcast receiver implementation as a Kodi addon. Very much appreciated!
After downloading the 0.0.1-alpha release I extracted the zip contents into: /storage/.kodi/addons.
The addon seems to work, I could connect a grayjay client to the instance. But playing videos from YouTube sources does not seem to work and throws this error after I tried seeking through the video on the grayjay client. After reading about the issue #8 there was something about YouTube sources not being supported, but Odysee being supported. I tried playing a video from Odysee and it works.
Is YouTube support still planned?
I ask, since I could not find the errors mentioned in #8, but had a different kind of error:
2024-10-20 13:29:38.673 T:2769 error <general>: EXCEPTION: Kodi is not playing any media file
2024-10-20 13:29:38.673 T:2769 error <general>: Exception in thread
2024-10-20 13:29:38.673 T:2769 error <general>: Thread-18
2024-10-20 13:29:38.673 T:2769 error <general>: :
2024-10-20 13:29:38.673 T:2769 error <general>:
2024-10-20 13:29:38.673 T:2769 error <general>: Traceback (most recent call last):
2024-10-20 13:29:38.673 T:2769 error <general>:
2024-10-20 13:29:38.673 T:2769 error <general>: File "/usr/lib/python3.11/threading.py", line 1045, in _bootstrap_inner
2024-10-20 13:29:38.674 T:2769 error <general>:
2024-10-20 13:29:38.674 T:2769 error <general>: File "/usr/lib/python3.11/threading.py", line 1401, in run
2024-10-20 13:29:38.674 T:2769 error <general>:
2024-10-20 13:29:38.674 T:2769 error <general>: File "/storage/.kodi/addons/kodi-fcast-receiver/resources/lib/fcast_plugin/main.py", line 117, in do_seek
The text was updated successfully, but these errors were encountered:
First off, thanks a lot for providing the fcast receiver implementation as a Kodi addon. Very much appreciated!
After downloading the
0.0.1-alpha
release I extracted the zip contents into:/storage/.kodi/addons
.The addon seems to work, I could connect a
grayjay
client to the instance. But playing videos fromYouTube
sources does not seem to work and throws this error after I tried seeking through the video on thegrayjay
client. After reading about the issue #8 there was something aboutYouTube
sources not being supported, butOdysee
being supported. I tried playing a video fromOdysee
and it works.Is
YouTube
support still planned?I ask, since I could not find the errors mentioned in #8, but had a different kind of error:
The text was updated successfully, but these errors were encountered: