rianadon / CheckPCR

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

Error Parsing assignments #10

Open 23MarkusZ opened 7 years ago

23MarkusZ commented 7 years ago

I try to help my friend set up Check PCR, and I followed all the instructions on your home page, but every time he signs into PCR there is a sign that says "Error Parsing Assignments." This might be a bug. Can you fix it or tell me what is going on? BTW, I think your software is very cool ;)

rianadon commented 7 years ago

Thank you!

First of all, since that message only appears on the welcome page, I assume this is where the error is occurring.

One reason this could be happening is that I have organized the code terribly and made a copy of the code used to parse data from PCR and made changes since, and as a result the code on the welcome page is a little less up-to-date than the code elsewhere. I'll push an update very soon to fix that.

If the update still doesn't work, I'll need some more information. If your friend opens up the developer console (Ctrl+Shift+J on Windows and Linux, Cmd+Opt+J on MacOS), there should be some error messages in red. I'd greatly appreciate it if you could paste those here.

rianadon commented 7 years ago

Okay I just updated the code in 21630243d32d356ad9ab5525a36039f7c6376628. Hopefully that should fix the error.

23MarkusZ commented 7 years ago

Thanks a lot! I really like your version of PCR. I especially like the list mode. It's very practical. Thanks! 😁 On Mon, Feb 6, 2017 at 9:52 PM rianadon notifications@github.com wrote:

Okay I just updated the code in 2163024 https://github.com/rianadon/CheckPCR/commit/21630243d32d356ad9ab5525a36039f7c6376628. Hopefully that should fix the error.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/rianadon/CheckPCR/issues/10#issuecomment-277908438, or mute the thread https://github.com/notifications/unsubscribe-auth/AYaZZPx5yhsFwqbJZiqH63cHG0kaGcuvks5raAa5gaJpZM4L441t .

-- Cheers, Markus Zhang