나는 능동적으로 URL을 처리하지 못했고 문제를 더 디버깅 할 방법을 찾지 못했습니다. "능동태 - 새로 고침"및 "명령"에 대해 능동적으로 디버그 수준을 활성화했습니다. 여전히 능 직물은 오류에 대한 세부 정보를 제공하지 않습니다. 여기디버그 능동 예외 오류
$ twill-sh
-= Welcome to twill! =-
current page: *empty page*
>> debug equiv-refresh 1
DEBUG: setting equiv-refresh debugging to level 1
current page: *empty page*
>> debug http 1
DEBUG: setting http debugging to level 1
current page: *empty page*
>> debug commands 1
DEBUG: setting commands debugging to level 1
current page: *empty page*
>> go https://auth.nbnco.net.au/okta/login
ERROR: cannot go to 'https://auth.nbnco.net.au/okta/login'
current page: *empty page*
그리고 파이썬 스크립트의 출력은 다음과 같습니다 : 여기에 능 쉬의 출력은
$ ./test.py
Traceback (most recent call last):
File "./test.py", line 13, in <module>
go("https://auth.nbnco.net.au/okta/login")
File "/usr/lib/python2.7/site-packages/twill/commands.py", line 109, in go
browser.go(url)
File "/usr/lib/python2.7/site-packages/twill/browser.py", line 91, in go
raise TwillException("cannot go to '%s'" % (url,))
twill.errors.TwillException: cannot go to 'https://auth.nbnco.net.au/okta/login'