Jump to content

Wierd .net error maybe could shed light...


chef

Recommended Posts

Hey guys! I'm able to compile and run a client app easily in my machine however when we try and roll it out on some other machines we get this error:

 

"System.ArgumentException: Requested value 'Smart' was not found"

 

I believe it has to do with making a request for LastestMediaItems (I don't have any classes or functions or subs/voids which use 'Smart' in my app). Leads me to believe it is a function in one of the emby API libraries.

 

Any ideas?

 

Maybe an issue with incompatable .net versions...

Edited by chef
Link to comment
Share on other sites

It is a mis-matched enum on the client side.  You need to update the ApiClient if using one or update the model you are using in the app.

 

Or, the person running the app needs to update their server...

Link to comment
Share on other sites

It is a mis-matched enum on the client side. You need to update the ApiClient if using one or update the model you are using in the app.

 

Or, the person running the app needs to update their server...

Very helpful! Thank you.

Link to comment
Share on other sites

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