Bagul 177 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 177 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 0 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 737 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 737 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 177 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 45 Posted January 9 Posted January 9 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 737 Posted January 10 Posted January 10 You need to read this TOomaAh/emby_exporter_go I short, he is no longer using Emby, and have discontinued this exporter. 1
Bagul 177 Posted January 10 Author Posted January 10 17 hours ago, cochize1 said: 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? Hello, I had identified the problem, it will be solved in a last update. Just in case for people who detect a problem it would be necessary to open a new issue on GitHub. 1
Bagul 177 Posted January 10 Author Posted January 10 23 hours ago, cochize1 said: 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? I've updated the docker image, let me know if you still encounter the problem (or any other problem) 1
Neminem 737 Posted January 10 Posted January 10 Looks good in my test. @BagulThank you @cochize1how about you ?
cochize1 45 Posted January 10 Posted January 10 When redeploying the stack in Portainer that had Emby Exporter in it I get this error in the logs: 19:28:35 | INFO | main.go:37 > Using Europe/Warsaw 19:28:35 | INFO | logger.go:107 > Server is not reachable 19:29:37 | INFO | main.go:37 > Using Europe/Warsaw 19:29:37 | INFO | logger.go:107 > Server is not reachable 19:30:40 | INFO | main.go:37 > Using Europe/Warsaw 19:30:40 | INFO | logger.go:107 > Server is not reachable In the same stack I have some other containers that work just fine after redeploying. What could be the problem as my knowledge is quite limited and all I can do is all hit and miss trial and error guessing?
Neminem 737 Posted January 10 Posted January 10 (edited) I don't know portainer. I use docker pull command to update. How to Upgrade Docker Containers to Apply Image Updates Edited January 10 by Neminem
cochize1 45 Posted January 10 Posted January 10 I should have just waited for watchtower to do it's thing... I am using simple docker compose now: services: goemby_exporter: container_name: emby_exporter environment: - CONFIG_FILE=/config/config.yml - TZ=Europe/Warsaw volumes: - /volume1/docker/embyexporter/config:/config ports: - 9210:9210 image: bagul/goemby_exporter:latest restart: always but it seems that the container cannot access the Emby server although I am using the same config.yml as before and point to the right direction: server: url: "https://server.com" port: 443 token: "7c749f2a-changed-53b77f51bd823c463c" userID: "f769c6f-changed-619762c4ae4eb1b5c9" options: geoip: true I am clueless right now. Any tips how to do it from scratch maybe?
Neminem 737 Posted January 10 Posted January 10 (edited) Please hide you tokens and use id. Those can be mis used. Edited January 10 by Neminem
Neminem 737 Posted January 10 Posted January 10 Try without setting TZ. 19:28:35 | INFO | main.go:37 > Using Europe/Warsaw
cochize1 45 Posted January 10 Posted January 10 (edited) did that already, all that changed was: 19:28:35 | INFO | main.go:37 > Using UTC I changed the tokens to some random srings, no worries Edited January 10 by cochize1
Neminem 737 Posted January 10 Posted January 10 Also in your config, what is this url: "https://server.com" I use url: "http://192.168.1.4" As its a local url.
cochize1 45 Posted January 10 Posted January 10 Bingo! That was it:) I have had my ddns path there for remote access. But now when I changed it to local url is is up and running again. Thank you for the tips. And as for the update, it also seems to be working:)
cochize1 45 Posted January 10 Posted January 10 I have one more question to @Bagul Sometimes I notice that the IP does not match location. But when I check the same IP that is shown on i.e. ipinfo.io the location there is correct. I usually notice that when I see that a friend is watching a movie on a TV in his home but the location says he is in some other location. Do you know if that can happen or it's just me?
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