Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in Esme GUI #7

Open
lukos opened this issue Aug 29, 2019 · 2 comments
Open

Error in Esme GUI #7

lukos opened this issue Aug 29, 2019 · 2 comments

Comments

@lukos
Copy link

lukos commented Aug 29, 2019

Firstly, I needed to modify this so it worked with non-US phone numbers but I successfully managed to send an SMS to my UK mobile.

Anyway, on completion, the Esme GUI app attempts to convert the Message ID in the response to an integer on the basis that it comes back in some kind of Base. However, my provider returns a GUID for the message id so this line of code crashes:

string decimalMessageId = Convert.ToInt64(submitResp.MessageID, submitResponseMessageIdBase_).ToString();

@jayaswalraj
Copy link

Hi,
What changes did you make there? I cannot send a single message. I am getting below error messages:

  1. Error sending message: 69
  2. Error binding to SMSC 98
    Regards

@lukos
Copy link
Author

lukos commented Nov 7, 2019

@jayaswalraj This looks like a different error. The error I had was very obviously a FormatException. There seem to be a lot of settings you have to get correct when connecting to your SMSC and if you do not get them correct, the errors are not always very helpful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants