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: 15 No route defined for this message #11

Open
Pepepy opened this issue Oct 9, 2018 · 1 comment
Open

Error: 15 No route defined for this message #11

Pepepy opened this issue Oct 9, 2018 · 1 comment

Comments

@Pepepy
Copy link

Pepepy commented Oct 9, 2018

When I execute the code I receive the following error message:
15
No route defined for this message

What could be the cause

`from clockwork import clockwork

api = clockwork.API('MY_API_KEY_HERE')

message = clockwork.SMS(
to = '3411111111',
message = 'text menssage',
from_name = 'Name From')

response = api.send(message)

if response.success:
print (response.id)
else:
print (response.error_code)
print (response.error_message)`

@shantoislam6
Copy link

'3411111111' may be this number not available for this api...

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