ramazanalic / unitimetable

Automatically exported from code.google.com/p/unitimetable
0 stars 0 forks source link

UWS: Crashes when loading from the Internet and the timetable hasn't been released or invalid unit code #16

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Select Import and then UWS
2. Select a Unit Code for a unit that isn't on offer, the timetable hasn't been 
released yet, or an invalid unit code. At the time of writing, the unit 
300090.1 isn't offered, so whilst it is a valid code, there isn't a proper 
timetable.

What is the expected output? What do you see instead?
Program will throw an exception. This needs to be handled properly. Basically, 
it needs to give a message to the user saying the timetable cannot be loaded 
for whatever reason.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by joshhe...@gmail.com on 3 Nov 2010 at 9:53

GoogleCodeExporter commented 8 years ago
Similar to issue 14, though more specific for a newer feature. If handled 
correctly, an invalid timetable won't cause the program to crash, just alert 
the user.

Original comment by joshhe...@gmail.com on 3 Nov 2010 at 9:54

GoogleCodeExporter commented 8 years ago
Fixed in revision 13. Threading still needs to be done.

Original comment by joshhe...@gmail.com on 4 Nov 2010 at 3:47