-
Notifications
You must be signed in to change notification settings - Fork 34
Refactor code to handle errors more precisely #71
Copy link
Copy link
Open
Labels
Priority: LowThis issue can probably be picked up by anyone looking to contribute to the project, as an entry fixThis issue can probably be picked up by anyone looking to contribute to the project, as an entry fixStatus: BlockedAnother prior issue or need for specific input to make progress. External blockers may also existAnother prior issue or need for specific input to make progress. External blockers may also existType: Difficulta long problem and a difficult onea long problem and a difficult one
Metadata
Metadata
Assignees
Labels
Priority: LowThis issue can probably be picked up by anyone looking to contribute to the project, as an entry fixThis issue can probably be picked up by anyone looking to contribute to the project, as an entry fixStatus: BlockedAnother prior issue or need for specific input to make progress. External blockers may also existAnother prior issue or need for specific input to make progress. External blockers may also existType: Difficulta long problem and a difficult onea long problem and a difficult one
Example code with try-except block covering the entire code block:
Example code with more accurate error handling:
It is necessary to check the entire code and correct where this occurs.
Handlers
https://github.com/DavidRomanovizc/DatingBot/blob/decf861ee7b33b6142ffa2c40debf2a77dd14531/handlers/users/view_event_handler.py#L17
https://github.com/DavidRomanovizc/DatingBot/blob/decf861ee7b33b6142ffa2c40debf2a77dd14531/handlers/users/start_handler.py#L23
https://github.com/DavidRomanovizc/DatingBot/blob/decf861ee7b33b6142ffa2c40debf2a77dd14531/handlers/users/start_handler.py#L46
https://github.com/DavidRomanovizc/DatingBot/blob/decf861ee7b33b6142ffa2c40debf2a77dd14531/handlers/users/start_handler.py#L105
https://github.com/DavidRomanovizc/DatingBot/blob/decf861ee7b33b6142ffa2c40debf2a77dd14531/handlers/users/registration_handler.py#L77
https://github.com/DavidRomanovizc/DatingBot/blob/decf861ee7b33b6142ffa2c40debf2a77dd14531/handlers/users/registration_handler.py#L98
https://github.com/DavidRomanovizc/DatingBot/blob/decf861ee7b33b6142ffa2c40debf2a77dd14531/handlers/users/registration_handler.py#L135
https://github.com/DavidRomanovizc/DatingBot/blob/decf861ee7b33b6142ffa2c40debf2a77dd14531/handlers/users/registration_handler.py#L153
https://github.com/DavidRomanovizc/DatingBot/blob/decf861ee7b33b6142ffa2c40debf2a77dd14531/handlers/users/registration_handler.py#L172
https://github.com/DavidRomanovizc/DatingBot/blob/decf861ee7b33b6142ffa2c40debf2a77dd14531/handlers/users/filters_handler.py#L35
https://github.com/DavidRomanovizc/DatingBot/blob/decf861ee7b33b6142ffa2c40debf2a77dd14531/handlers/users/filters_handler.py#L52
https://github.com/DavidRomanovizc/DatingBot/blob/decf861ee7b33b6142ffa2c40debf2a77dd14531/handlers/users/filters_handler.py#L88
https://github.com/DavidRomanovizc/DatingBot/blob/decf861ee7b33b6142ffa2c40debf2a77dd14531/handlers/users/filters_handler.py#L126
https://github.com/DavidRomanovizc/DatingBot/blob/decf861ee7b33b6142ffa2c40debf2a77dd14531/handlers/users/event_list_handler.py#L13