[Openid-specs-ab] Issue #130: everything fails w/ "[ERROR] TypeError:'str' object is not callable" (openid/certification)
Brian Campbell
issues-reply at bitbucket.org
Wed Mar 25 12:34:14 UTC 2015
New issue 130: everything fails w/ "[ERROR] TypeError:'str' object is not callable"
https://bitbucket.org/openid/certification/issue/130/everything-fails-w-error-typeerror-str
Brian Campbell:
A few examples below but every test on every test instance I've tried results in the same error.
```
#!text
Test info
Profile: {'openid-configuration': 'config', 'response_type': 'code', 'crypto': 'none+sign', 'registration': 'static'}
Timestamp: 2015-03-25T12:29:25Z
Test description: Authorization request missing the response_type parameter [Basic, Implicit, Hybrid]
Test ID: OP-Response-Missing
Issuer:
Test output
[-]
status: ERROR
info: 'str' object is not callable
Trace output
0.000381 ------------ DiscoveryRequest ------------
0.000402 Provider info discover from 'https://gold.pinglabs.net/'
0.000410 --> URL: https://gold.pinglabs.net/.well-known/openid-configuration
0.390848 [ERROR] TypeError:'str' object is not callable
Result
PARTIAL RESULT
```
```
#!text
Test info
Profile: {'openid-configuration': 'config', 'response_type': 'code', 'crypto': 'none+sign', 'registration': 'dynamic'}
Timestamp: 2015-03-25T12:30:50Z
Test description: Can rotate OP signing keys [Dynamic]
Test ID: OP-Rotation-OP-Sig
Issuer:
Test output
[-]
status: ERROR
info: 'str' object is not callable
Trace output
0.000270 ------------ DiscoveryRequest ------------
0.000283 Provider info discover from 'https://gold.pinglabs.net'
0.000289 --> URL: https://gold.pinglabs.net/.well-known/openid-configuration
0.330868 [ERROR] TypeError:'str' object is not callable
Result
PARTIAL RESULT
```
```
#!text
Test info
Profile: {'openid-configuration': 'config', 'response_type': 'code', 'crypto': 'sign', 'registration': 'static'}
Timestamp: 2015-03-25T12:31:56Z
Test description: Does the OP sign the ID Token and with what [Basic, Implicit, Hybrid]
Test ID: OP-IDToken-Signature
Issuer:
Test output
[-]
status: ERROR
info: 'str' object is not callable
Trace output
0.000344 ------------ DiscoveryRequest ------------
0.000357 Provider info discover from 'https://sts.windows.net/b4ea3de6-839e-4ad1-ae78-c78e5c0cdc06/'
0.000364 --> URL: https://sts.windows.net/b4ea3de6-839e-4ad1-ae78-c78e5c0cdc06/.well-known/openid-configuration
0.289606 [ERROR] TypeError:'str' object is not callable
Result
PARTIAL RESULT
```
More information about the Openid-specs-ab
mailing list