rianadon / CheckPCR

A client for PCR, the homework system formerly used by The Harker School
MIT License
8 stars 3 forks source link

Is not loading Assignments. #7

Closed 22samb closed 8 years ago

22samb commented 8 years ago

When I open Check PCR it opens and says "Loading your Assignments" and that message never goes away. Please help. untitled

19RyanA commented 8 years ago

From what it looks like, something throws an error before the code has a chance to fetch assignments or update the "Last updated" text.

Try opening up the developer console (Inspect element then click the console tab) and paste what it says. Also, when did you install Check PCR?

22samb commented 8 years ago

I installed Check PCR about a month or 2 ago.

19RyanA commented 8 years ago

Are you using the latest version, and what does the developer console say?

22samb commented 8 years ago

I don't think I am using the latest version and the console says "Uncaught TypeError: Cannot read property '1' of null"

19RyanA commented 8 years ago

Try updating to the latest version and see if that solves the problem. If you still get the error, what is its line number?

22samb commented 8 years ago

How do I update if i doesn't give me the option?

19RyanA commented 8 years ago

Did you install it by using git or downloading the zip file?

22samb commented 8 years ago

Downloaded using the zip.

19RyanA commented 8 years ago

Then download the zip file again and copy everything inside of it into Check PCR's folder, replacing everything inside.

22samb commented 8 years ago

Ok. Thanks.

19RyanA commented 8 years ago

Does it work now?