I am configuring the assignment monitor python script and it seems to be hanging up on my organization URL. I've tried at least 5 different versions of my URL (with https://, without https://, with a / at the end, without, etc). The error I keep getting is below:
(arcgispro-clone-new) C:\xyz\assignment_monitor>python assignment_monitor.py
[2018-11-15 13:12:42,869] [ assignment_monitor.py: 155 - <module>()] [MainThread] [ root] [ INFO] Authenticating with ArcGIS Online...
Traceback (most recent call last):
File "assignment_monitor.py", line 159, in <module>
verify_cert=False)
File "C:\Users\Lane\AppData\Local\ESRI\conda\envs\arcgispro-clone-new\lib\site-packages\arcgis\gis\__init__.py", line 273, in __init__
raise Exception("Malformed url provided: %s" % url)
Exception: Malformed url provided: <https://xyz.maps.arcgis.com>
Any ideas?