[Executing block Encode user] 'System.Dynamic.ExpandoObject' does not contain a definition for 'USER'

hy guys im new at openbullet forum i have a question well im getting the following error

[Executing block Encode user] ‘System.Dynamic.ExpandoObject’ does not contain a definition for ‘USER’

Heres my code;

// BLOCK: Encode user

data.ExecutingBlock("Encode user");

string US = UrlEncode(data, input.USER);

// BLOCK: Encode Pass

data.ExecutingBlock("Encode Pass");

string PS = UrlEncode(data, input.PASS);`Preformatted text`
1 Like

thanks a lot @Ruri you saved my hours of debugging btw i am new to c# language have a nice day bro

1 Like