Opened 7 years ago

Closed 7 years ago

Last modified 6 years ago

#13137 closed Patch - Bug Fix (fixed)

Frontend looping on exit in certain circumstances

Reported by: Peter Bennett Owned by: Peter Bennett
Priority: minor Milestone: 29.1
Component: MythTV - General Version: v29.0
Severity: medium Keywords:
Cc: Ticket locked: no

Description

If the database is up and the backend is down, starting the frontend comes to the Startup screen where it is reported that the backend cannot be connected. Exiting from this screen with escape or the exit button results in many error messages about being unable to contact the backend. These can carry on retrying for hours.

It is trying to send queued asynchronous notifications to the backend.

Attached patch fixes this.

Attachments (1)

20170929_exit_looping.patch (1010 bytes) - added by Peter Bennett 7 years ago.
Fix for the bug

Download all attachments as: .zip

Change History (5)

Changed 7 years ago by Peter Bennett

Attachment: 20170929_exit_looping.patch added

Fix for the bug

comment:1 Changed 7 years ago by Peter Bennett

Status: newaccepted

comment:2 Changed 7 years ago by Peter Bennett <pbennett@…>

Resolution: fixed
Status: acceptedclosed

In 0415bd07d9f47b6caa1212112783f9f38c6aaf88/mythtv:

Fixes #13137 - Frontend looping on exit.

If database is up and backend is down the frontend could loop endlessly
after exiting from the startup GUI page. This fixes that.

comment:3 Changed 7 years ago by Peter Bennett <pbennett@…>

In 70885dd5a5e84155f69477c80af596e73aa4a5f4/mythtv:

Fixes #13137 - Frontend looping on exit.

If database is up and backend is down the frontend could loop endlessly
after exiting from the startup GUI page. This fixes that.

(cherry picked from commit 0415bd07d9f47b6caa1212112783f9f38c6aaf88)

comment:4 Changed 6 years ago by Peter Bennett

Owner: changed from Peter Bennett to Peter Bennett
Note: See TracTickets for help on using tickets.