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

[FEATURE] #54

Open
RahulJha600 opened this issue Mar 22, 2022 · 0 comments
Open

[FEATURE] #54

RahulJha600 opened this issue Mar 22, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@RahulJha600
Copy link

Hi,

First of this is not an issue nor any new feature, I am just trying to implement this solution for my Okta and facing some issue, just wanted to check

  1. I have deployed the code the python code in azure but and trying to add that webshook in twillio with an extension http://webhookforivrsecond.azurewebsites.net/ivr/welcome however it doesnt seems to be working when i hit the same url in browser i get requested url not found.

  2. When I try to run the code manually in localhost, I get some error like below( This is the first time I am trying to execute python code though)
    C:\Users\rahulkumarjha\Desktop\today\IVR\okta-twilio-ivr-master>py manage.py
    Traceback (most recent call last):
    File "C:\Users\rahulkumarjha\Desktop\today\IVR\okta-twilio-ivr-master\manage.py", line 1, in
    from ivr_phone_tree_python import app
    File "C:\Users\rahulkumarjha\Desktop\today\IVR\okta-twilio-ivr-master\ivr_phone_tree_python_init_.py", line 1, in
    from flask import Flask
    File "C:\Users\rahulkumarjha\AppData\Local\Programs\Python\Python310\lib\site-packages\flask_init_.py", line 14, in
    from jinja2 import escape
    File "C:\Users\rahulkumarjha\AppData\Local\Programs\Python\Python310\lib\site-packages\jinja2_init_.py", line 6, in
    from markupsafe import escape
    File "C:\Users\rahulkumarjha\AppData\Local\Programs\Python\Python310\lib\site-packages\markupsafe_init_.py", line 13, in
    from collections import Mapping
    ImportError: cannot import name 'Mapping' from 'collections' (C:\Users\rahulkumarjha\AppData\Local\Programs\Python\Python310\lib\collections_init_.py)

  3. Once we add the url in twillio ad created the account as described by you in wiki, how do we actually test the scenario.

Can you please help with above scenario.

Regards
Rahul Jha

@RahulJha600 RahulJha600 added the enhancement New feature or request label Mar 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant