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 while number setup #2

Open
khushaljethava opened this issue Jan 29, 2025 · 0 comments
Open

Error while number setup #2

khushaljethava opened this issue Jan 29, 2025 · 0 comments

Comments

@khushaljethava
Copy link

2025-01-29 14:27:51 return await dependant.call(**values)
2025-01-29 14:27:51 File "/app/plivo_api_server.py", line 141, in set_agent
2025-01-29 14:27:51 update_phone_number(call_details.get('phone_number'), appId)
2025-01-29 14:27:51 File "/app/plivo_api_server.py", line 56, in update_phone_number
2025-01-29 14:27:51 number = client.numbers.get(
2025-01-29 14:27:51 File "", line 2, in get
2025-01-29 14:27:51 File "/usr/local/lib/python3.10/site-packages/plivo/utils/validators.py", line 210, in wrapper
2025-01-29 14:27:51 return wrapped(**params)
2025-01-29 14:27:51 File "/usr/local/lib/python3.10/site-packages/plivo/resources/numbers.py", line 105, in get
2025-01-29 14:27:51 return self.client.request(
2025-01-29 14:27:51 File "/usr/local/lib/python3.10/site-packages/plivo/rest/client.py", line 329, in request
2025-01-29 14:27:51 return self.process_response(method, res, response_type, objects_type)
2025-01-29 14:27:51 File "/usr/local/lib/python3.10/site-packages/plivo/rest/client.py", line 180, in process_response
2025-01-29 14:27:51 raise ResourceNotFoundError(response_json.error)
2025-01-29 14:27:51 plivo.exceptions.ResourceNotFoundError: not found

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

1 participant