Thursday, July 7th, 2022, 00:04 UTC | ||
[00:04:45] | gregl (gregl!~gregl@cpe-24-194-235-232.nycap.res.rr.com) has quit (Remote host closed the connection) | |
[00:07:55] | gregl (gregl!~gregl@cpe-24-194-235-232.nycap.res.rr.com) has joined #mythtv | |
[00:13:11] | MythBuild: | Build [#1691](https://code.mythtv.org/buildbot/#builders/30/builds/1691) of `master-ubuntu-lts-64bit` 4failed. |
[00:16:00] | Steve-Goodey (Steve-Goodey!~steve@2a00:23c5:7d83:6501:7a84:3cff:fedf:a99) has joined #mythtv | |
[00:17:42] | peterbennett (peterbennett!~peter@2601:183:100:17cc:670e:1327:d50b:67e9) has joined #mythtv | |
[00:23:54] | DevMythNotifyBot: | COMMIT: bennettpeter pushed 1 commit(s) to branch master: https://github.com/MythTV/mythtv/compare/7d87 . . . c9906a088dc0 |
[00:29:51] | gregl (gregl!~gregl@cpe-24-194-235-232.nycap.res.rr.com) has quit (Read error: Connection reset by peer) | |
[00:55:42] | peterbennett (peterbennett!~peter@2601:183:100:17cc:670e:1327:d50b:67e9) has quit (Ping timeout: 244 seconds) | |
[01:35:48] | jpabq: | What is the minimum version of Qt we are targeting these days? |
[02:01:53] | hampton: | Qt5.9, but only so that compiles still work on Ubuntu 18.04 and Centos 7 (which are no longer officially supported). I've had patches lying around for months to bump the minimum to Qt5.12, because that's required for Ubuntu 20.04 (official support) and SuSe 15.4. I just haven't pulled the trigger yet. Everything else we build on has Qt5.15. |
[02:02:27] | Steve-Goodey (Steve-Goodey!~steve@2a00:23c5:7d83:6501:7a84:3cff:fedf:a99) has quit (Quit: Konversation terminated!) | |
[03:57:09] | jpabq: | hampton: okay. As you probably saw, I committed something which requires 5.10. Should I put in a test for 5.10 and some backwards compatible code, or leave it alone? |
[04:02:09] | hampton: | I hadn't noticed, but I see the builder failure now. I would just leave it alone. I'll commit my changes to bump the Qt minimum version (and remove all the pre 5.12 compatibility code) in the next couple of days. I've been holding off on changes hoping the FFmpeg 5.0 commit would land soon. |
[05:38:43] | MythBuild: | Build [#624](https://code.mythtv.org/buildbot/#builders/188/builds/624) of `tidy-master` 4failed. |
[07:12:35] | Steve-Goodey (Steve-Goodey!~steve@2a00:23c5:7d83:6501:7a84:3cff:fedf:a99) has joined #mythtv | |
[08:17:10] | stuarta: | hampton: i think we are good to go with bumping the Qt minimum version, since we haven't built master on centos7 for some time due to failures, and 18.04 is the old old LTS, and it's building fine on 20.04 and 22.04. Please drop an note out to the email list that this will be happening |
[08:26:35] | MythBuild: | Build [#1397](https://code.mythtv.org/buildbot/#builders/22/builds/1397) of `master-ubuntu-18_04–64bit` 4failed. |
[09:48:50] | SteveGoodey (SteveGoodey!~steve@2a00:23c5:7d83:6501:7a24:afff:fe9d:c233) has joined #mythtv | |
[10:32:11] | SteveGoodey (SteveGoodey!~steve@2a00:23c5:7d83:6501:7a24:afff:fe9d:c233) has quit (Quit: Konversation terminated!) | |
[10:33:13] | SteveGoodey (SteveGoodey!~steve@2a00:23c5:7d83:6501:7a24:afff:fe9d:c233) has joined #mythtv | |
[12:26:06] | amessina (amessina!~amessina@user/amessina) has joined #mythtv | |
[13:02:07] | peterbennett (peterbennett!~peter@2601:183:100:17cc:7b99:4ba4:1fcd:98b2) has joined #mythtv | |
[13:21:58] | amessina (amessina!~amessina@user/amessina) has quit (Remote host closed the connection) | |
[13:54:20] | peterbennett (peterbennett!~peter@2601:183:100:17cc:7b99:4ba4:1fcd:98b2) has quit (Ping timeout: 260 seconds) | |
[14:22:54] | peterbennett (peterbennett!~peter@2601:183:100:17cc:7d20:dd67:1b2a:3138) has joined #mythtv | |
[14:26:26] | peterbennett: | stuarta: I have a problem with webapp. Router URLS do not work on the backend. |
[14:28:46] | peterbennett: | stuarta: If I start with http://localhost:6744/ and navigate via the menu to backend settings, capture cards, I get to http://localhost:6744/settings/capture-cards and all is fine |
[14:29:07] | peterbennett: | If I hit refresh there or if I try to start from http://localhost:6744/settings/capture-cards I get a 404 |
[14:29:24] | peterbennett: | Thos things work with ng serve on port 4700 |
[14:30:21] | peterbennett: | The backend log reports it failed to find /html/settings/apps/backend/index.html |
[14:31:02] | peterbennett: | failed to find /usr/share/mythtv/html/settings/apps/backend/index.html' |
[14:35:29] | stuarta[m]: | Hmmm |
[14:36:41] | peterbennett: | http://localhost:6744/settings works and goes to http://localhost:6744/settings/selectlanguage |
[14:40:19] | stuarta[m]: | The backend log suggests it's not correctly loading the webapp, since that is not where it lives. Curious that there is an extra settings in there |
[14:56:38] | peterbennett: | Something wrong here ? https://github.com/MythTV/mythtv/blob/c9906a0 . . . ers.cpp#L788 |
[15:05:31] | stuarta[m]: | I wonder if it's because the requested URL is /settings/<blah>/ rather than just /<blah>, that might be where the extra settings is coming from in the url |
[15:07:40] | peterbennett: | Maybe I need to change the URL to just http://localhost:6744/capture-cards ? |
[15:08:03] | peterbennett: | or http://localhost:6744/settings-capture-card |
[15:09:36] | peterbennett: | Actually, also hitting refresh on http://localhost:6744/settings/selectlanguage gives the 404 |
[15:11:28] | stuarta[m]: | I have however done it with /guide and it works, so it's definitely something in the handling of unknown files with a 2+ part url |
[15:16:13] | stuarta[m]: | The hard part is getting it right so that only what needs to be is redirected |
[15:45:04] | peterbennett (peterbennett!~peter@2601:183:100:17cc:7d20:dd67:1b2a:3138) has quit (Remote host closed the connection) | |
[15:45:24] | peterbennett (peterbennett!~peter@2601:183:100:17cc:6778:e4d4:aa08:b46f) has joined #mythtv | |
[16:36:01] | gigem: | I asked this in some form here or on email a while back but don't remember getting a reply. Either way, what is the current intent with the services API regarding tuner creation, deletion and editing? Is it merely to flesh out the interface or actually make it fully functional? I ask because the latter is a lot harder. When I added the schedule as group feature, I added the support for safely |
[16:36:03] | gigem: | adding a new, virtual tuner to an existing tuner. Any other functionality will require much more coordination among components. Of course, simply saying the effects of any changes are un- or not well defined until a reboot is performed is an option too. I just want to make sure expectations are set appropriately. |
[16:49:28] | stuarta[m]: | Well we would like to make it fully functional. The target is to be able to fully configure the backend via the webapp |
[17:14:46] | peterbennett: | gugem: I am working on the add-card part now. I have the ceton and DVB mostly done except for satellite. I have not started the "add input part yet. |
[17:15:53] | peterbennett: | gigem: ^^^ |
[17:17:12] | peterbennett: | gigem: The effects of changing stuff while the backend is running need to be addressed. Shut down cheduler if they are doing updates or something like that. |
[17:18:08] | stuarta[m]: | peterbennett: paul-h did a bit of work on that |
[17:18:56] | peterbennett: | A backend restart will still be needed after changing tuner settings |
[17:19:25] | stuarta[m]: | I think that was what he was working on. |
[17:19:51] | peterbennett: | Ok sounds good, I am not looking at that part now. |
[17:20:50] | stuarta[m]: | It's firmly on the to-do list! |
[17:24:55] | peterbennett (peterbennett!~peter@2601:183:100:17cc:6778:e4d4:aa08:b46f) has quit (Ping timeout: 260 seconds) | |
[18:01:02] | peterbennett (peterbennett!~peter@2601:183:100:17cc:71a0:bb39:c3af:6dd6) has joined #mythtv | |
[18:23:07] | ulmus-scott (ulmus-scott!~ulmus-sco@user/ulmus-scott) has joined #mythtv | |
[18:28:40] | peterbennett (peterbennett!~peter@2601:183:100:17cc:71a0:bb39:c3af:6dd6) has quit (Ping timeout: 244 seconds) | |
[18:29:35] | peterbennett (peterbennett!~peter@2601:183:100:17cc:ce8b:6055:f0f3:2a2) has joined #mythtv | |
[18:33:15] | ulmus-scott: | hampton re FFmpeg 5.0: that is still some ways off since we are still testing my ffmpeg-cleanup changes and then we need to test my mpegts harmonize changes. After those are merged peterbennett can apply the upstream FFmpeg changes until version 5.0. |
[18:49:26] | gigem: | peterbennett, stuarta[m]: Okay. Like I said, I just wanted to make sure expectation were set right. Some of it will boil down to how idiot proof things need to be. For example, performing this opearation now could interrupt or abort in-progress recordings. Alternatively, that same operation could return an error informing the user that in-progress recordings must be manually stopped first |
[18:49:28] | gigem: | before proceeding. Anyway, I should complete a way-too-long and blocking projects this weekend have some time for mythtv and issues like this again. |
[19:02:06] | ulmus-scott (ulmus-scott!~ulmus-sco@user/ulmus-scott) has quit (Quit: Client closed) | |
[19:34:40] | jpabq: | gigem: I just sent you an email on the dev list, that has to do with this. |
[19:58:09] | DevMythNotifyBot: | issue closed by kmdewaal, "v32 upgrade – exit menu changed?": https://github.com/MythTV/mythtv/issues/543 |
[20:18:42] | gigem: | jpabq: I just answered. Executive summary: I'll have to get back to you later this evening. |
[20:37:45] | jpabq: | stuarta[m]: peterbennett: I am trying to add a new Get method but it is not getting registered correctly — trying to invoke it results in a 404. It does define a new return "list" type. I modeled it after other Get methods in V2 and cannot figure out what I am missing. |
[20:38:00] | jpabq: | Have either of you run into something like this? |
[20:38:31] | jpabq: | I have added some new POST methods and they work fine. |
[20:57:19] | Steve-Goodey (Steve-Goodey!~steve@2a00:23c5:7d83:6501:7a84:3cff:fedf:a99) has quit (Quit: Konversation terminated!) | |
[21:32:58] | peterbennett (peterbennett!~peter@2601:183:100:17cc:ce8b:6055:f0f3:2a2) has quit (Ping timeout: 240 seconds) | |
[21:55:23] | SteveGoodey (SteveGoodey!~steve@2a00:23c5:7d83:6501:7a24:afff:fe9d:c233) has quit (Quit: Konversation terminated!) | |
[21:57:46] | DevMythNotifyBot: | COMMIT: linuxdude42 pushed 6 commit(s) to branch master: https://github.com/MythTV/mythtv/compare/c990 . . . 88c85fb31b7e |
[22:03:38] | MythBuild: | Build [#1694](https://code.mythtv.org/buildbot/#builders/105/builds/1694) of `master-debian-buster-64bit` 4failed. |
[22:25:10] | jpabq: | I figured it out. |
[23:26:33] | gregl (gregl!~gregl@cpe-24-194-235-232.nycap.res.rr.com) has joined #mythtv |
IRC Logs collected by
BeirdoBot.
Please use the above link to report any bugs.