I am getting an error in get_profile. Here is the stack trace:
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"main", fname, loader, pkg_name)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "XfinityControlWeb-master/main.py", line 16, in
xfinity_control = XfinityControl(username, password)
File "./xfinity_control_web/xfinity_control.py", line 30, in init
self._profile = self._get_profile()
File "./xfinity_control_web/xfinity_control.py", line 74, in _get_profile
raise XfinityApiException("Unexpected profile API response.")
xfinity_control_web.xfinity_control.XfinityApiException: Unexpected profile API response.
The response code I am getting from the server is 504.
I am getting an error in
get_profile. Here is the stack trace:File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"main", fname, loader, pkg_name)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "XfinityControlWeb-master/main.py", line 16, in
xfinity_control = XfinityControl(username, password)
File "./xfinity_control_web/xfinity_control.py", line 30, in init
self._profile = self._get_profile()
File "./xfinity_control_web/xfinity_control.py", line 74, in _get_profile
raise XfinityApiException("Unexpected profile API response.")
xfinity_control_web.xfinity_control.XfinityApiException: Unexpected profile API response.
The response code I am getting from the server is 504.