All Activity
- Past hour
-
30Abdul992 joined the community
-
Taking a look through that log file, I notice a couple things: Emby server is seeing all client connections as '172.18.0.1' which is the gateway address of your docker network. This will prevent Emby from being able to differentiate between local and remote, so you cannot disable remote connections. (at least not within emby) Is this a windows host machine or linux? I've heard windows docker handles networking differently, but I'm not familiar with it so I can't give much more info there. The requests sent trying to log into your server all use your public address as the hostname, which tells me this is very likely an external connection and not being routed via another container. These are also username+password based attempts, nothing API key related. Finally, you appear to be using plain http for external connections. This is not recommended as your username+password/auth-tokens are sent unencrypted over networks you don't control (the internet). This can be a source of someone gaining unauthorized access. I don't think this was the cause in this scenario though; because if that information had been captured and used here, the assailant wouldn't be stuck at the login page. While I don't know where they got your username(s) to try out; this appears to me as someone just randomly trying out passwords until they can't anymore. Given they know your username(s) and that's not your name here on the forums; I'd be inclined to think this person knows you and is just messing with you. I could be wrong. If you correct your networking issue so that Emby can capture IP addresses, you may get a better picture of who/where.
-
i0tevq@unionlatinos.com joined the community
-
ppk joined the community
-
drsluggg joined the community
-
KermitTheFrog69 joined the community
-
摩羯念爷 joined the community
-
YvetteBotha31 joined the community
-
mrich71 joined the community
-
Suggestion for Emby Android TV App - Customizable Media Player
Ansell replied to shimakaze's topic in Android TV / Fire TV
十分需要 ! -
vangieontoy@gmail.com joined the community
-
Ansell started following 也许我们在未来可以有弹幕功能?!
-
TVDB The Avengers - Unknown - Season 5 - TheTVDB.com TMDB The Avengers: Season 5 (1967) — The Movie Database (TMDB) Not that IMDB is ever directly used but looks the same as other providers. I will guess as it translates slightly different on google but your S05E02 is "Escape in Time" so you do not have Aired Order. DVD order from TVDB Emby currently does not offer alternate orders from TMDB. So the issue becomes is all your content in DVD order? If so then you would Edit metadata on the Series and change the Display Order from Aired to DVD and Refresh metadata on the series ensuring you Replace images also.
-
"Parental ratings on by default" mode & generally making it an option
Nzzer0 replied to Nzzer0's topic in Feature Requests
Thanks. Yes the TV ratings are shown by default in some views but they dont show up in some eg I think maybe collections? Collections are weird because you cant sort and filter them or have parental ratings show, at least in the web browser, and maybe TV as well as far as I remembver. Its confusing since the platforms are very different and also change over time. But you are right that the TV app shows parental ratings by default now, which is great ... Wish it did in the browser but yeah it seems to have improved i think? (I know you can change it in the TV app but setting that each time using a remote is not gonna happen). -
can i make all lists default to parental rating and community rating visible?
Nzzer0 replied to Nzzer0's topic in General/Windows
hope so thanks -
Same as the other topic, ffprobe does not like VTT in MKV. Unsupported codec with id 0 for input stream 2 https://emby.media/community/topic/130082-emby-cant-see-subtitles-inside-the-mkv-file/#findComment-1367381 VTT has to be extracted from MKV in order for the sub to be seen.
- Today
-
我的I/o不是瓶颈 最大的问题是cpu几乎沾满了 根本无法正常使用 我看的bif被弃用了应该使用更新的技术 emby是否考虑使用呢?
-
Moved media Library to new location. Some media's metadata points to old Paths and won't play.
beefsnack replied to beefsnack's topic in General/Windows
I'll get that NFO for you.. -
also i updated to 4.9.3 before i sent the log, thanks
-
i try to play bullseye s10:e8 which will not play on lg but plays on windows emby. bullseye s10:e6 plays ok on all. both where recorded on emby pvr ive attached full log thanks embyserver.txt
-
AhmedNSane started following M3U tuner: 403 Forbidden despite User-Agent and Referrer
-
Hi, if you tamper with the contents of the server metadata folder, then you need to either manually refresh metadata on the person or run the scan metadata folder scheduled task afterwards. It’s a big folder. The server does not do any automated scanning on it to see if you might have done something to it.
-
Hi , can you please attach the complete Emby server log? Also are you able to update to Emby server 4.9.3?
-
That’s the season folder. Did you check one level up?
-
You could be right and onto something. I figured they would be using the apikey method rather than username password, so that’s why I said they’re probably not the issue.
-
AhmedNSane changed their profile photo -
M3U tuner: 403 Forbidden despite User-Agent and Referrer
AhmedNSane replied to sk222's topic in Live TV
The exact same stream that works fine with the IPTV plugin throws a forbidden error when played via Live TV. No amount of tinkering with the User-Agent header field and/or the referer HTTP header field could fix this, it seems. Also, I noticed that when I downgrade M3U TV Tuner to 1.0.38.0, after a restart, while it shows in the activity log that 1.0.38.0 was installed, the plugin metadata in My Plugins page still shows 1.0.42.0 (see the partial screenshot below) even after I log in again or use an entirely different browser with no previous old cache (localhost or LAN IP or reverse proxy also makes no difference), which means I can never be certain whether 1.0.38.0 doesn't fix the forbidden error or it was never installed in the first place in spite of the success message (see the second partial screenshot): A partial screenshot of the Activity log: Side note: The exact same stream that triggers a forbidden error via Emby Live TV works fine on JF Live TV. I've tried both the stable release, and the beta release of Emby Server for Windows. embyserver.txt embyserver.txt embyserver.txt -
ok its definitely getting closer. went threw the .md files on some others you linked and fixed alot of errors. im down to just one. it looks like it connects just fine but errors when trying to read the library. ill include log. its obviously a connection problem but not sure what exactly is the problem from the error. HTTPConnectionPool(redacted): Max retries exceeded with url: /emby/Users/(redacted)/Items?api_key=(redacted)&Fields=Budget,Chapters,DateCreated,Genres,HomePageUrl,IndexOptions,MediaStreams,Overview,ParentId,Path,People,ProductionYear,PremiereDate,ProviderIds,PrimaryImageAspectRatio,Revenue,SortName,Studios,Taglines,CriticRating,CommunityRating,OfficialRating,Tags,TagItems&IncludeItemTypes=Series&ParentId=3&Recursive=true&StartIndex=0 (Caused by ResponseError('too many 500 error responses')) | on a side note im not sure if its needed but the emby plugin instructions arnt very clear. you simple said put dll into folder then point another folder to it. where is the folder and how is it supposed to be pointed to it. meta-1.log
-
Unfortunately, still the same issue using the beta
-
If I remember right, there was a report of the latest ARR tools having serious security issues with people being able to root machines. Yes this is about Huntarr, but with so much vibe coding BS going on, almost nothing is safe.
-
awesome ty ill try it out again. i think all emby needs is a good collection maker for people to start leaving plex. so i test out everything i find lol.
-
The latest version 2.3.3 doesn't work
FrostByte replied to MediaEmby1968's topic in Samsung Smart TV
@MediaEmby1968@Nathanaelv 2.3.4 is available to download on GitHub now. -
@Lukeis there something that could be done from your team or a solution. I really love my Emby server but effectively since the last update, my server is giving me an hell of a trouble Hope to be able to get a solution from you guys or as @TVTechsays, help or solution from the community would be more than appreciated Thanks in advance for the passion you have developing this platform!
-
See the pic. I hope you are not trying to deny this problem that has been proven and illustrated multiple times.
-
Did you check the series folder?
