I have a few clients using our API (provided by ipboard)
And with version 5, I have this error, not quite sure what's causing it, but forcing the Controller.shouldLog to return false fixes it (I'm not loging the requests so it's not a big deal for me)
TypeError: IPS\Api\OAuthClient::scopeShouldLog(): Argument #1 ($scope) must be of type string, null given, called in /home/applications/forums/system/Api/Controller.php on line 138 (0)
#0 /home/applications/forums/system/Api/Controller.php(138): IPS\Api\OAuthClient->scopeShouldLog(NULL, 'myApp', 'profile', 'GETindex')
#1 /home/applications/forums/system/Api/Controller.php(168): IPS\Api\Controller->shouldLog('myApp', 'profile', 'GETindex')
#2 /home/applications/forums/system/Dispatcher/Api.php(371): IPS\Api\Controller->execute(Array, false)
#3 /home/applications/forums/api/index.php(11): IPS\Dispatcher\Api->run()
#4 {main}
Recommended Comments
There are no comments to display.