Jump to content

Recommended Posts

Posted
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  :)

  • Like 1
Posted
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.

Posted
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.

  • Like 1
  • 2 weeks later...
Posted

@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

image.png.208593de15003334afc7751fdeaac17d.png

Posted (edited)

@loliperoIts a known issue with Emby server 4.8.

For some reason , we can no longer see this info via api key.

 

Edited by jaycedk
  • Thanks 1
Posted

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.

 

Posted (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

image.png.208593de15003334afc7751fdeaac17d.png

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 by Bagul
  • 5 months later...
MrLinford
Posted

Thank you, just thank you.

  • 4 months later...
cochize1
Posted

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?

 image.thumb.jpeg.ca4ff351b33e65c0df5c9d6b94898f97.jpeg

Neminem
Posted

You need to read this

TOomaAh/emby_exporter_go

I short, he is no longer using Emby, and have discontinued this exporter.

  • Thanks 1
cochize1
Posted

That's a bummer. Thanks for the info.

Bagul
Posted
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?

 image.thumb.jpeg.ca4ff351b33e65c0df5c9d6b94898f97.jpeg

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.

  • Like 1
Neminem
Posted

@BagulThank you so much 😁

Bagul
Posted
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?

 image.thumb.jpeg.ca4ff351b33e65c0df5c9d6b94898f97.jpeg

I've updated the docker image, let me know if you still encounter the problem (or any other problem)

  • Like 1
Neminem
Posted

Looks good in my test.

image.thumb.png.22d9b290e6ca0f5d7c16b64dd6ebd099.png

@BagulThank you 😁

@cochize1how about you ?

cochize1
Posted

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?

 

cochize1
Posted

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
Posted (edited)

Please hide you tokens and use id.

Those can be mis used.

Edited by Neminem
Neminem
Posted

Try without setting TZ.

19:28:35 | INFO | main.go:37 > Using Europe/Warsaw

 

cochize1
Posted (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 by cochize1
Neminem
Posted

Also in your config, what is this

url: "https://server.com

I use 

url: "http://192.168.1.4"
As its a local url.

Neminem
Posted

and port 8096

cochize1
Posted

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:)

image.thumb.png.5f0526856ea238a8cf3a73d5844bb4ff.png

cochize1
Posted

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?

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...