Opened 14 years ago

Closed 14 years ago

Last modified 11 years ago

#1738 closed defect (fixed)

3G: Error when trying to connect without gsm settings

Reported by: erikos Owned by: tch
Priority: Urgent Milestone:
Component: Sugar Version: Git as of bugdate
Severity: Major Keywords: r+
Cc: tomeu, Dcastelo, aa Distribution/OS: Unspecified
Bug Status: Assigned

Description

Scenario: No settings are done in the Control Panel. GSM Device is connected. Connect button is pressed in the gsm device palette.

We create a gsm connection in model.networks.py by default. When one tries to connect without any settings made the call "network.find_gsm_connection()" will return a connection - the default one, and tries to connect. We catch a runtime error in that case.

I think we should not create a connection unless settings in the CP section have been made.

Attachments (1)

0001-Do-not-load-empty-gsm-connection-configuration.patch (3.3 KB) - added by tch 14 years ago.

Download all attachments as: .zip

Change History (9)

comment:1 Changed 14 years ago by erikos

  • Cc tomeu Dcastelo added
  • Owner changed from tomeu to aa
  • Status changed from new to assigned

comment:2 Changed 14 years ago by erikos

  • Owner changed from aa to tch

I guess this one is for: Martin -> Martincho -> Tincho -> tch :)

comment:3 Changed 14 years ago by aa

  • Cc aa added

comment:4 Changed 14 years ago by tch

that patch avoids gsm connection loading if it doesn't have the basic configuration and raises an exception if the user tries to connect under that circumstance.

Still needs to show the errors in a graphical-friendly way...whenever we decide what mechanism to use.

comment:5 Changed 14 years ago by erikos

  • Bug Status changed from Unconfirmed to Assigned
  • Keywords r? added
  • Priority changed from Unspecified by Maintainer to Urgent

Thanks for the patch! Please don't forget to add the 'r?' in the keywords :) I think that makes more sense now. I will have another in depth look at the patch tomorrow. And maybe we can talk as well about how we will display errors.

comment:6 Changed 14 years ago by erikos

  • Keywords r! added; r? removed

Please watch for indentation (pylint would have caught this error):

W0311:695: Bad indentation. Found 6 spaces, expected 8

The baud_rate should be a constant.

Do we need to rais an error in "gsm_connect_cb" ? Can we not just log that?

comment:7 Changed 14 years ago by erikos

  • Keywords r+ added; r! removed
  • Resolution set to fixed
  • Status changed from assigned to closed

comment:8 Changed 11 years ago by dnarvaez

  • Milestone 0.88 deleted

Milestone 0.88 deleted

Note: See TracTickets for help on using tickets.