<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<p>On 25/04/2022 14:53, James wrote:<br>
</p>
<blockquote type="cite"
cite="mid:40919357-A44F-45CD-BFA1-B6961154572F@tigger.ws">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<br class="">
<div><br class="">
<blockquote type="cite" class="">
<div class="">On 25 Apr 2022, at 9:43 pm, Peter Bennett <<a
href="mailto:pb.mythtv@gmail.com"
class="moz-txt-link-freetext" moz-do-not-send="true">pb.mythtv@gmail.com</a>>
wrote:</div>
<br class="Apple-interchange-newline">
<div class=""><span style="caret-color: rgb(0, 0, 0);
font-family: Helvetica; font-size: 24px; font-style:
normal; font-variant-caps: normal; font-weight: normal;
letter-spacing: normal; text-align: start; text-indent:
0px; text-transform: none; white-space: normal;
word-spacing: 0px; -webkit-text-stroke-width: 0px;
text-decoration: none; float: none; display: inline
!important;" class="">I do not use mythmusic but most of
my systems have the tables since at some time or other I
have installed plugins.</span><br style="caret-color:
rgb(0, 0, 0); font-family: Helvetica; font-size: 24px;
font-style: normal; font-variant-caps: normal;
font-weight: normal; letter-spacing: normal; text-align:
start; text-indent: 0px; text-transform: none;
white-space: normal; word-spacing: 0px;
-webkit-text-stroke-width: 0px; text-decoration: none;"
class="">
<br style="caret-color: rgb(0, 0, 0); font-family:
Helvetica; font-size: 24px; font-style: normal;
font-variant-caps: normal; font-weight: normal;
letter-spacing: normal; text-align: start; text-indent:
0px; text-transform: none; white-space: normal;
word-spacing: 0px; -webkit-text-stroke-width: 0px;
text-decoration: none;" class="">
<span style="caret-color: rgb(0, 0, 0); font-family:
Helvetica; font-size: 24px; font-style: normal;
font-variant-caps: normal; font-weight: normal;
letter-spacing: normal; text-align: start; text-indent:
0px; text-transform: none; white-space: normal;
word-spacing: 0px; -webkit-text-stroke-width: 0px;
text-decoration: none; float: none; display: inline
!important;" class="">I do have one test system that does
not have the music tables and mythweb works fine on there
(latest master of mythtv). Which page in mythweb is giving
you a problem?</span><br style="caret-color: rgb(0, 0, 0);
font-family: Helvetica; font-size: 24px; font-style:
normal; font-variant-caps: normal; font-weight: normal;
letter-spacing: normal; text-align: start; text-indent:
0px; text-transform: none; white-space: normal;
word-spacing: 0px; -webkit-text-stroke-width: 0px;
text-decoration: none;" class="">
</div>
</blockquote>
</div>
<br class="">
<div class="">All of them!!</div>
<div class="">start fails with the traceback I gave :-)</div>
<div class="">but having entered an empty table, all is well. I
repeated the whole procedure </div>
<div class="">$ git clean -X -i</div>
<div class="">./configure</div>
<div class="">make</div>
<div class="">make install</div>
<div class="">new empty DB</div>
<div class="">mythtv-setup</div>
<div class=""><br class="">
</div>
<div class="">same result</div>
<div class="">James</div>
<br>
</blockquote>
<p>Looks like all db errors are being treated as fatal on your
system but not on others.</p>
<p><a class="moz-txt-link-freetext" href="https://github.com/MythTV/mythweb/blob/master/modules/music/init.php#L14">https://github.com/MythTV/mythweb/blob/master/modules/music/init.php#L14</a></p>
<p>It looks like that code should first disable fatal errors, check
for the existence of the music_songs table and enable or disable
the music module accordingly. <br>
</p>
<p>Paul H.<br>
</p>
</body>
</html>