ukdtom / WebTools.bundle

WebTools is a collection of tools for Plex Media Server. Like the Unsupported AppStore (UAS)
https://forums.plex.tv/discussion/288191
Mozilla Public License 2.0
1.3k stars 170 forks source link

GetUsers empty list received #345

Closed creoludifico closed 7 years ago

creoludifico commented 7 years ago

Hey

GetUsers returns an empty list. Please merge with my branch, run webtools, open F12 and login. You should hit a debugger in chrome which can display the value of users received. (I get none even tho i'm logged in) image

ukdtom commented 7 years ago

And you have either crated some users in your home, or shared a library with somebody?

creoludifico commented 7 years ago

image And i've shared my lib with 3 other users. But if i'm logged into Webtools i should receive the user right?

ukdtom commented 7 years ago

Correct, as long as debug Auth is disabled

ukdtom commented 7 years ago

Care to upload wt logfile?

ukdtom commented 7 years ago

And with your newest commit, you are calling GETUSERS just after logon!

This is an expensive call, since it access external sites, and as such, should only be called when needed! ( Currently when PlayLists are accessed )

ukdtom commented 7 years ago

And fixed