mregni / EmbyStat

Multiplatform statistics server for Emby server
MIT License
284 stars 22 forks source link

User detail pages always return no information #1210

Open oonqt opened 4 years ago

oonqt commented 4 years ago

Maybe this just hasn't been implemented completely, but when I click on a user, it reports zero movies watched, zero episodes watched, and nothing for last watched items.

It also doesn't load an empty profile picture for users who don't have one, and for whatever reason doesn't load a profile picture on the user view page regardless if the user has one. (the user that I show in the screenshot DOES have a profile)

image

danshilm commented 4 years ago

I believe the user watch history hasn't been implemented yet (it will probably come with the history feature). The user profile pictures do load for me though. It seems to just pull those from Emby directly instead of having it stored somewhere. As for empty profile pictures, it tries to pull it from Emby but since the default profile picture (on Emby) is not a picture per se, but rather a generated box with background colour and an icon in it, it gets nothing . This could definitely be improved by having default user profile pictures (on EmbyStat's side) for Emby users who don't have one.

I'd say, run a 'Small sync with Emby' job and try again (your link to the image is broken too btw).

mregni commented 4 years ago

User history is indeed broken for the moment (web socket has been turned off in EmbyStat to safe resources)

@danshilm, thanks for the information. When I start working on the user history I will keep that in mind for users without profile pics!