You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
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)
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
The text was updated successfully, but these errors were encountered:
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
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.
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)
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
The text was updated successfully, but these errors were encountered: