Search found 3 matches

Go to advanced search

by helio1981
Tue Feb 27, 2018 3:01 pm
Forum: Programs using OS
Topic: missing non-optional member: data
Replies: 3
Views: 6906

Re: missing non-optional member: data

well...

when copy and past I forgot the XmlRpcMethod notation with "LogIn" value to SearchMoviesOnIMDB method.

sorry you guys.
by helio1981
Sat Feb 24, 2018 3:46 pm
Forum: Programs using OS
Topic: missing non-optional member: data
Replies: 3
Views: 6906

Re: missing non-optional member: data

well..

I put this notation

Code: Select all

[XmlRpcMissingMapping(MappingAction.Ignore)] public class rSearchMoviesOnIMDB
But I'm has been faced by this response:

data = null
status = 411 Empty or invalid useragent

But login worked

Att
by helio1981
Sat Feb 24, 2018 3:11 pm
Forum: Programs using OS
Topic: missing non-optional member: data
Replies: 3
Views: 6906

missing non-optional member: data

Hello members, I'm use c# and I'm trying consume this api but I'm been faced with this exception: {"response contains struct value with missing non-optional member: data [response : struct mapped to type rSearchMoviesOnIMDB]"} my structs are: public struct rSearchMoviesOnIMDB { public stri...

Go to advanced search