Project

Profile

Help

Bug #132

closed

Crash on opening if no Internet connection

Added by Vincent Le Goff over 5 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
High
Category:
Networking
Sprint/Milestone:
% Done:

100%

Company:
-
Contact person:
-
Additional contact persons:
-

Description

CocoMUD crashes very nastily when it opens and no Internet connection is available. This also happens if one selects a server and cannot connect to it. The former bug is due to the fact that CocoMUD tries to obtain its updating information from cocomud.plan.io and fails to reach it, which entails a fatal error. This error should be handled more smoothly, and there should be a dialog appearing to warn the user the updater isn't available. Although unlikely, keep in mind plan.io might be inaccessible for other reasons.

Actions #1

Updated by Vincent Le Goff over 5 years ago

  • Sprint/Milestone set to 16

Added by Vincent Le Goff over 5 years ago

Revision b954748f | View on GitHub | diff

Fix #132: crash on opening when no Internet connection

Actions #2

Updated by Vincent Le Goff over 5 years ago

  • Status changed from Open to Closed
  • % Done changed from 0 to 100

Fixed in commit b954748fb3e364a3f37d488102eed62b58348b40. The problem was due to a urllib.error.URLError exception on opening the automatic updater to check for new versions of CocoMUD.

Please register to edit this issue

Also available in: Atom PDF Tracking page