pythonindia / PyCon-Mobile-App

PyCon India App developed with Kivy
GNU General Public License v3.0
31 stars 55 forks source link

JSONDecodeError on clicking on Community #56

Closed t1war1 closed 6 years ago

t1war1 commented 6 years ago

The error is: json.decoder.JSONDecodeError: Expecting property name enclosed in double quotes: line 13 column 4 (char 619)

t1war1 commented 6 years ago

Working on it

1bitphoenix commented 6 years ago

done

t1war1 commented 6 years ago

NO. Your code only changes the text of some sections and size. Clicking on community gives the same error.

1bitphoenix commented 6 years ago

The error I found was "property" attribute missing in JSON file. I added it. Earlier the application crashed as soon as the "Community" tab was clicked.

t1war1 commented 6 years ago

Yes. But the same error occuring on my system with same changes.

1bitphoenix commented 6 years ago

Oh... I wonder why... The application worked fine after the changes on my laptop and I got it checked also... I'll look into it again then

akshayaurora commented 6 years ago

fixed in fedc803