Ticket #1247 (closed bug: fixed)

Opened 3 years ago

Last modified 3 years ago

picard crash when internet connection down

Reported by: jellyfish Assigned to: luks
Priority: normal Milestone: Picard 0.7.0
Component: Picard Tagger Version: Picard 0.7.0 BETA
Keywords: Cc: jellyfish
Browser: OS: Windows XP/Vista

Description

Picard crashes on opening when it cannot reach the internet. It simply displays the "Errors occured" window. From the error log:

Traceback (most recent call last):

File "tagger.py", line 1278, in ? File "tagger.py", line 1274, in runTagger File "tagger.py", line 1209, in init File "musicbrainz2\webservice.pyc", line 841, in getUserByName File "musicbrainz2\webservice.pyc", line 860, in _getFromWebService File "musicbrainz2\webservice.pyc", line 252, in get

musicbrainz2.webservice.ConnectionError: <urlopen error (11001, 'getaddrinfo failed')>

Expected behaviour would be for it to open anyway and display a warning window ("server could not be reached").

Attachments

Change History

2006-03-30 09:55:53 changed by luks

  • owner set to luks.
  • status changed from new to assigned.
  • milestone set to Picard 0.7.0.

2006-03-30 15:31:11 changed by amandel

The same happens if I change the mb server to a local server. After saving the config a restart of picard fails. The user lookup fails and Picard exits:

 Traceback (most recent call last):
  File "tagger.py", line 1278, in ?
  File "tagger.py", line 1274, in runTagger
  File "tagger.py", line 1209, in __init__
  File "musicbrainz2\webservice.pyc", line 841, in getUserByName
  File "musicbrainz2\webservice.pyc", line 860, in _getFromWebService
  File "musicbrainz2\webservice.pyc", line 249, in get
 musicbrainz2.webservice.WebServiceError: HTTP Error 500: Internal Server Error

2006-04-08 22:20:31 changed by luks

  • status changed from assigned to closed.
  • resolution set to fixed.

Add/Change #1247 (picard crash when internet connection down)




Action