Neminem 1709 Posted December 24, 2023 Posted December 24, 2023 Hmm that's odd, did you try the API directly in your beta server. I get this when I crawl the api http://192.168.1.4:8097/emby/System/Info?api_key=xxxxxxxxxxxxxxxxx { "SystemUpdateLevel": "Beta", "OperatingSystemDisplayName": "Unix", "HasPendingRestart": false, "IsShuttingDown": false, "OperatingSystem": "Linux", "SupportsLibraryMonitor": true, "SupportsLocalPortConfiguration": true, "SupportsWakeServer": false, "WebSocketPortNumber": 8096, "CompletedInstallations": [], "CanSelfRestart": true, "CanSelfUpdate": false, "CanLaunchWebBrowser": false, "ProgramDataPath": "/config", "ItemsByNamePath": "/config/metadata", "CachePath": "/config/cache", "LogPath": "/config/logs", "InternalMetadataPath": "/config/metadata", "TranscodingTempPath": "/config/transcoding-temp", "HttpServerPortNumber": 8096, "SupportsHttps": false, "HttpsPortNumber": 8920, "HasUpdateAvailable": false, "SupportsAutoRunAtStartup": false, "HardwareAccelerationRequiresPremiere": true, "LocalAddress": "http://172.17.0.8:8096", "LocalAddresses": [ "http://172.17.0.8:8096" ], "WanAddress": "http://xxx.yyy.zzz.qqq:8096", "RemoteAddresses": [ "http://xxx.yyy.zzz.qqq:8096" ], "ServerName": "Beta Server", "Version": "4.8.0.63", "Id": "XXXXXXXXXXXXXXXXXX" }
Bagul 184 Posted December 24, 2023 Author Posted December 24, 2023 (edited) { "SystemUpdateLevel":"Beta", "OperatingSystemDisplayName":"Unix", "HasPendingRestart":true, "IsShuttingDown":false, "OperatingSystem":"Linux", "SupportsLibraryMonitor":true, "SupportsLocalPortConfiguration":true, "SupportsWakeServer":false, "WebSocketPortNumber":8096, "CompletedInstallations":[ ], "CanSelfRestart":true, "CanSelfUpdate":false, "CanLaunchWebBrowser":false, "HttpServerPortNumber":8096, "SupportsHttps":true, "HttpsPortNumber":8920, "HasUpdateAvailable":false, "SupportsAutoRunAtStartup":false, "HardwareAccelerationRequiresPremiere":true, "LocalAddresses":[ ], "RemoteAddresses":[ ], "ServerName":"Emby XXX", "Version":"4.8.0.63", "Id":"XXXX" } When I use a generated token, all I get is this Edited December 24, 2023 by Bagul
Neminem 1709 Posted December 24, 2023 Posted December 24, 2023 Ok that not good. Guess you will have to wait for @Luke
eduardopventura 0 Posted December 26, 2023 Posted December 26, 2023 Guys, I haven't even started, but just to understand. I'm going to use docker on top of unraid and I wanted to know where to put the geoip.mmdb file in this case
Bagul 184 Posted December 26, 2023 Author Posted December 26, 2023 2 minutes ago, eduardopventura said: Guys, I haven't even started, but just to understand. I'm going to use docker on top of unraid and I wanted to know where to put the geoip.mmdb file in this case If you use docker with the basic created image, everything is included, you don't need to do anything. 1
dylan62370 6 Posted February 3, 2024 Posted February 3, 2024 On 12/26/2023 at 6:47 PM, Bagul said: If you use docker with the basic created image, everything is included, you don't need to do anything. Hello ! Have you solved the problem since? I have the same problem myself
Bagul 184 Posted February 3, 2024 Author Posted February 3, 2024 8 hours ago, dylan62370 said: Hello ! Have you solved the problem since? I have the same problem myself Hello, I've been so busy, I haven't had time to look again. @LukeThe problem is still present on my side. With the generated token, I don't have access to the same information as with a token retrieved from the requests on my browser. Personal token: Web token:
Luke 42457 Posted February 3, 2024 Posted February 3, 2024 It returns more data if the token is associated with an admin user.
Neminem 1709 Posted February 3, 2024 Posted February 3, 2024 @LukeIsen't that, when its created in the api keys section of the server, with that admin login ?
Luke 42457 Posted February 3, 2024 Posted February 3, 2024 Actually currently no user is assigned to them. It's one thing that needs to be updated is to let you pick the user when you create it.
Neminem 1709 Posted February 3, 2024 Posted February 3, 2024 Ok so how do we get around this at the moment ? Can @Bagul use the web api to resolve it, or do we wait.
Bagul 184 Posted February 3, 2024 Author Posted February 3, 2024 I looked at the swagger a bit. Can I authenticate with username and password to get an administrator token?
Neminem 1709 Posted February 4, 2024 Posted February 4, 2024 @BagulI just updated to 4.8.0.80 And It all works, besides Lan and Wan adresses. But its not at all a problem Its only a NICE to have feature
Bagul 184 Posted February 4, 2024 Author Posted February 4, 2024 On 2/3/2024 at 3:45 AM, dylan62370 said: Hello ! Have you solved the problem since? I have the same problem myself What problem are you talking about? 3 hours ago, jaycedk said: @BagulI just updated to 4.8.0.80 And It all works, besides Lan and Wan adresses. But its not at all a problem Its only a NICE to have feature I must admit I'm not too keen on asking for the user's username and password. I'm going to assign default values for the lan and wan addresses to avoid breaking the display. 1
Neminem 1709 Posted February 4, 2024 Posted February 4, 2024 7 minutes ago, Bagul said: I must admit I'm not too keen on asking for the user's username and password. I fully agree with you that might be a slippery slope. 9 minutes ago, Bagul said: I'm going to assign default values for the lan and wan addresses to avoid breaking the display. If that's is possible or just remove it for the time being.
Bagul 184 Posted February 4, 2024 Author Posted February 4, 2024 9 minutes ago, jaycedk said: I fully agree with you that might be a slippery slope. exact 10 minutes ago, jaycedk said: If that's is possible or just remove it for the time being. The default value is in case it ever works again, so I don't have to make any changes on my side 1
dylan62370 6 Posted February 5, 2024 Posted February 5, 2024 11 hours ago, Bagul said: What problem are you talking about? I must admit I'm not too keen on asking for the user's username and password. I'm going to assign default values for the lan and wan addresses to avoid breaking the display. In the grafana page I have the same problem as you, I have no info for LAN and WAN since update 4.8. But it's not that big a deal, I just wanted to let you know about the problem, which I see is being resolved.
Bagul 184 Posted February 5, 2024 Author Posted February 5, 2024 10 hours ago, dylan62370 said: In the grafana page I have the same problem as you, I have no info for LAN and WAN since update 4.8. But it's not that big a deal, I just wanted to let you know about the problem, which I see is being resolved. Oh, right. So I'm going to put something in place that won't solve the problem, but rather mask it. 1
lolipero 1 Posted February 17, 2024 Posted February 17, 2024 @BagulI have a problem, and when I install all,l the wan address and the lan address, its in blank. Can you say me to fix this? Thanks
Neminem 1709 Posted February 17, 2024 Posted February 17, 2024 (edited) @loliperoIts a known issue with Emby server 4.8. For some reason , we can no longer see this info via api key. Edited February 17, 2024 by jaycedk 1
Neminem 1709 Posted February 17, 2024 Posted February 17, 2024 The devs needs to do some work on the API, for us to get that back. But right now with all that's going on with the new release and all. It will take a while.
Bagul 184 Posted February 17, 2024 Author Posted February 17, 2024 (edited) 10 hours ago, lolipero said: @BagulI have a problem, and when I install all,l the wan address and the lan address, its in blank. Can you say me to fix this? Thanks Yes, as @jaycedk said, there is a limitation on the data returned with the generated token. I'm working on exporter because I've noticed some quirks with the memory, but I'll be releasing a version soon to fix the problem. edit: To mask the problem**** Edited February 17, 2024 by Bagul
cochize1 55 Posted January 9, 2025 Posted January 9, 2025 I have noticed sth strange with the exporter output and thought you guys could help @Bagul@Neminem Sometimes (rather more often now) when exporting emby_sessions metrics to Grafana into the table I get the strange result that when someone is playing a series with Show name and Episode name and there is another row when someone is playing a movie with just a Movie name, the table gets filled with the nearby Show name as well. Don't know how to explain it well but the picture shows what I mean. Any idea how to make it blank where it should stay blank?
Neminem 1709 Posted January 10, 2025 Posted January 10, 2025 You need to read this TOomaAh/emby_exporter_go I short, he is no longer using Emby, and have discontinued this exporter. 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now