dkanada / jellyfin-plugin-intros

Intros Plugin for Jellyfin
GNU General Public License v3.0
183 stars 38 forks source link

It does not work for me #17

Closed depeton closed 3 years ago

depeton commented 3 years ago

The plugin looks super good, I still haven't managed to get it to work. You can publish a compiled version.

dkanada commented 3 years ago

Can you try installing it again? I made some changes to the file.

depeton commented 3 years ago

Thanks for your answer, I already tried it and it still doesn't work for me, the intro starts before the video, right? It does not appear to me anywhere, but if I select it and it is saved.

ilco3 commented 3 years ago

i am having the same problem -reinstald it 2ce -and it is till no working

dkanada commented 3 years ago

It should be working fine now, can anyone confirm?

depeton commented 3 years ago

What's up friend. I just tested version 1.2.0.0 in the latest version of Jellyfin.

It doesn't work for me, I don't know what else to do.

dkanada commented 3 years ago

Just to confirm, this is with the 10.6.4 version of the server? Windows or Linux?

depeton commented 3 years ago

10.6.4 Ubuntu bro

dkanada commented 3 years ago

I pushed one more update, can you install it and try again?

depeton commented 3 years ago

I just tried and it still doesn't work.

When I select the video and click save, it doesn't save.

Ishannaik commented 3 years ago

Yep doesn't work for me too on Ubuntu VPS and 10.6.4 installed from Repository URL, saved the Netflix style intro and nothing happens when I start a video

dkanada commented 3 years ago

I had another developer confirm it was working with the latest update, so I think it's a browser cache issue now.

Ishannaik commented 3 years ago

Has there been any fix out yet?

depeton commented 3 years ago

I just tried it on a new machine with a new and an old library and I can't get it to work for me

dkanada commented 3 years ago

What browser are you using?

Ishannaik commented 3 years ago

I've tried it on chrome/edge/jellyfifn tv app/jellyfin android app and I've asked it doesn't work anyone on my jellyfin server I think it's an ubuntu issue(might be permissions?) as everyone having this issue here is on ubuntu can you guys confirm?

Ishannaik commented 3 years ago

Has there been any fix pushed out yet?

ilco3 commented 3 years ago

i am running a dedicated debian 9 server -same problem

Op ma 14 dec. 2020 om 18:28 schreef Ishan notifications@github.com:

Has there been any fix pushed out yet?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/dkanada/jellyfin-plugin-intros/issues/17#issuecomment-744592187, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABF6LSCDX6WRBADZJU2RB6DSUZDNTANCNFSM4S4A6MNQ .

dkanada commented 3 years ago

I've tested this and it works for me, so I'll need more information before I can do anything about it. Can someone try to save the settings with the browser console open and see what happens? What about manually editing the XML config directly and then checking to see if they show up on the web client?

Ishannaik commented 3 years ago

The settings get saved but the intros aren't there When I click on save with the console open this comes up Requesting URL without automatic networking: http://removed:xxxx/Plugins/9482dc3b-48aa-4d3b-8224-9128d1e8e0cd/Configuration Could you guide me step by step about the XML Config I'm new to linux

Ishannaik commented 3 years ago

Still need help with XML Config

Ishannaik commented 3 years ago
<?xml version="1.0"?>
<PluginConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Intro>482298222</Intro>
  <Resolution>1080</Resolution>
  <Random>false</Random>
  <Id>00000000-0000-0000-0000-000000000000</Id>
</PluginConfiguration>

This is my XML Config what do I set it to? And this is my console of chrome when I'm trying to play it bundle.js?v=25:266 GET http://removed:8096/Users/924f2e476b6e4695bcc83e9020ece725/Items/ad274bb1e1a41171c34debd46db2ab03/Intros 500 (Internal Server Error) Also found this error in logs



[2020-12-25 12:27:08.680 +00:00] [ERR] Error processing request. URL: "http://xxxxx:8096/Users/924f2e476b6e4695bcc83e9020ece725/Items/ad274bb1e1a41171c34debd46db2ab03/Intros"
System.Net.WebException: The remote server returned an error: (403) Forbidden.
   at System.Net.HttpWebRequest.GetResponse()
   at Jellyfin.Plugin.Intros.IntroManager.GetResponse(HttpWebRequest request)
   at Jellyfin.Plugin.Intros.IntroManager.Cache(Int32 intro)
   at Jellyfin.Plugin.Intros.IntroManager.Get()+MoveNext()
   at System.Collections.Generic.LargeArrayBuilder`1.AddRange(IEnumerable`1 items)
   at System.Collections.Generic.EnumerableHelpers.ToArray[T](IEnumerable`1 source)
   at Emby.Server.Implementations.Library.LibraryManager.<>c.<GetIntros>b__131_2(IEnumerable`1 i)
   at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.MoveNext()
   at System.Linq.Enumerable.SelectEnumerableIterator`2.MoveNext()
   at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.ToArray()
   at MediaBrowser.Api.UserLibrary.UserLibraryService.Get(GetIntros request)
   at Emby.Server.Implementations.Services.ServiceExecGeneral.GetTaskResult(Task task)
   at Emby.Server.Implementations.Services.ServiceHandler.ProcessRequestAsync(HttpListenerHost httpHost, IRequest httpReq, HttpResponse httpRes, ILogger logger, CancellationToken cancellationToken)
   at Emby.Server.Implementations.HttpServer.HttpListenerHost.RequestHandler(IHttpRequest httpReq, String urlString, String host, String localPath, CancellationToken cancellationToken)
[2020-12-25 12:27:08.685 +00:00] [WRN] HTTP Response 500 to "106.201.224.26". Time (slow): 0:00:00.5322058. "http://165.22.208.107:8096/Users/924f2e476b6e4695bcc83e9020ece725/Items/ad274bb1e1a41171c34debd46db2ab03/Intros
```"
ilco3 commented 3 years ago

ive just installed the plugin on my fresh jellyfin docker instance .on my debian 10 server it still wont load

depeton commented 3 years ago

It already worked in 1.3.0, it's great. When I can I will provide some support. Excellent work.

Goaff commented 3 years ago

I ran into the exact same issue ( /Intros 500 (Internal Server Error) ). Any idea on how to fix this ?