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
When We call any function like xt.get_option_symbol() and if it goes to Execption, the below error shows.
File "/home/Admin/Desktop/xts-pythonclient/Connect.py", line 716, in get_option_symbol
return response['description']
UnboundLocalError: local variable 'response' referenced before assignment
The text was updated successfully, but these errors were encountered:
darshankhuntjainam
changed the title
In Exception handling resonce value is not define.
In Exception handling response value is not define.
Nov 25, 2023
When We call any function like xt.get_option_symbol() and if it goes to Execption, the below error shows.
File "/home/Admin/Desktop/xts-pythonclient/Connect.py", line 716, in get_option_symbol
return response['description']
UnboundLocalError: local variable 'response' referenced before assignment
The text was updated successfully, but these errors were encountered: