astorm / ThinkUp

This is a GitHub fork for development of a StackExhange plugin for ThinkUp. See https://github.com/ginatrapani/thinkup for the official ThinkUp GitHub account.
http://thinkup.com
GNU General Public License v3.0
2 stars 0 forks source link

PHP Errors Immediately After Installing StackExchange Credentials #13

Open astorm opened 11 years ago

astorm commented 11 years ago

Immediatly after installing the StackExchange credentials on

http://stack-exchange-crawl.dev/account/?p=stackexchange

a number of PHP notices are generated. They disappear on the next page load. Appear to be related to JSON being in an unexpected format in

webapp/plugins/stackexchange/model/class.stackexchangeCrawler.php
    foreach($json->items as $item)
    {
astorm commented 11 years ago

(this was from an incorrectly entered credentials — need to handle these errors more elegantly)