abhishek9sharma / ForkInfo

A flask web app to get information about forks of a repository
https://forkinfo.herokuapp.com/
MIT License
10 stars 3 forks source link

JSON Dict Issue while accessing elemnts #2

Closed abhishek9sharma closed 5 years ago

abhishek9sharma commented 5 years ago

Fix Below Error File "/home/oldmonk/Dropbox/MOOCS/FlaskApps/GitHub/ForkInfo/GitHubRepo.py", line 31, in getForkedRepos reponame = repoinfo['full_name'] TypeError: string indices must be integers

abhishek9sharma commented 5 years ago

Comes when API returns an error. Have added a separate page for handling