Page 1 of 1

fetchtv not detected

Posted: Tue Oct 22, 2024 7:23 pm
by redavenger
hey guys,
for the past few releases my fetchtv box does not seem to get "found" in UMS and hence it doesn't detect its FetchTV profile.
How can this be fixed?

Re: fetchtv not detected

Posted: Wed Oct 23, 2024 7:32 am
by mik_s
Could you post your logs for this version?
I have been looking over your previous posts and saw that the Fetch does not identify itself in the usual way before after a firmware update so maybe the same thing is happening here.

Re: fetchtv not detected

Posted: Sun Nov 03, 2024 5:19 pm
by redavenger
yeah not a problem. it used to work or get detected for a while (well since my previous post issue got fixed), with the newer versions of ums and possibly fetch firmware it doesnt

Re: fetchtv not detected

Posted: Sun Nov 03, 2024 5:24 pm
by redavenger
ok, trace file attached. the fetch box is ip address 192.168.0.50

Re: fetchtv not detected

Posted: Mon Nov 04, 2024 12:47 am
by mik_s
I am assuming you were using the conf included in UMS.
I can see that it does not use "FetchTV" in User-Agent anymore but does show as "Fetch DLNA1.5 DMS" in the modelName so this would make a better match.

The version of linux it was using has changed so this conf would stop working too as it was matching a specific version.

See if this conf fixes it and if it does I'll make a change in Github to update it

Re: fetchtv not detected

Posted: Mon Nov 04, 2024 8:10 pm
by redavenger
that does work either. did you change the user agent search thing in this config file, because it looks like its still the old setting

Re: fetchtv not detected

Posted: Mon Nov 04, 2024 9:21 pm
by redavenger
ok i changed the fetch agent line to Linux/4.9.212-1.16 and that seems to find the box.

Re: fetchtv not detected

Posted: Tue Nov 05, 2024 5:36 am
by mik_s
I kept "UserAgentSearch = FetchTV" so it will still work on older players that had not been updated but added "UpnpDetailsSearch = Fetch" which should match the model name if it is updated again. In theory if either of these 2 fields match then it should use this conf but sometimes it has to match both if set.

Try commenting out the UserAgentSearch line and see if it will match with just UpnpDetailsSearch. You could also try changing FetchTV to just Fetch in UserAgentSearch

Using the linux version is not very reliable as is to generic and could match other devices and it will probably change if the box gets another update.