Thursday, June 24th, 2021, 00:08 UTC | ||
[00:08:03] | toeb (toeb!~toeb@HSI-KBW-091-089-212-224.hsi2.kabel-badenwuerttemberg.de) has joined #mythtv | |
[02:16:24] | bill6502 (bill6502!~bill@mythtv/developer/bill6502) has left #mythtv () | |
[06:10:58] | glenb77 (glenb77!~glenb77@2603-8000-b440-c812-0000-0000-0000-0331.res6.spectrum.com) has quit (Quit: glenb77) | |
[07:19:49] | Steve-Goodey (Steve-Goodey!~steve@2a00:23c5:7d83:6501:6ea1:20d:5872:d872) has joined #mythtv | |
[08:56:54] | markspieth2 (markspieth2!~markspiet@mythtv/developer/markspieth) has joined #mythtv | |
[08:56:54] | Mode for #mythtv by ChanServ!ChanServ@services.libera.chat : +v markspieth2 | |
[09:27:44] | SteveGoodey (SteveGoodey!~steve@2a00:23c5:7d83:6501:fa68:6631:5ed6:d871) has joined #mythtv | |
[11:35:00] | toeb (toeb!~toeb@HSI-KBW-091-089-212-224.hsi2.kabel-badenwuerttemberg.de) has quit (Remote host closed the connection) | |
[12:14:24] | markspieth2 (markspieth2!~markspiet@mythtv/developer/markspieth) has quit (Read error: Connection reset by peer) | |
[12:14:31] | markspieth2 (markspieth2!~markspiet@202.169.118.74) has joined #mythtv | |
[12:14:31] | markspieth2 (markspieth2!~markspiet@mythtv/developer/markspieth) has joined #mythtv | |
[12:14:31] | markspieth2 (markspieth2!~markspiet@202.169.118.74) has quit (Changing host) | |
[12:14:31] | Mode for #mythtv by ChanServ!ChanServ@services.libera.chat : +v markspieth2 | |
[12:15:08] | peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has joined #mythtv | |
[12:15:08] | Mode for #mythtv by ChanServ!ChanServ@services.libera.chat : +v peterbennett | |
[12:21:18] | peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has quit (Remote host closed the connection) | |
[12:21:55] | peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has joined #mythtv | |
[12:21:55] | Mode for #mythtv by ChanServ!ChanServ@services.libera.chat : +v peterbennett | |
[12:22:20] | peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has quit (Client Quit) | |
[13:01:04] | peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has joined #mythtv | |
[13:01:04] | Mode for #mythtv by ChanServ!ChanServ@services.libera.chat : +v peterbennett | |
[13:57:02] | peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has quit (Quit: Leaving.) | |
[14:03:08] | amessina (amessina!~amessina@user/amessina) has joined #mythtv | |
[14:38:39] | enyc (enyc!~enyc@user/enyc) has quit (Ping timeout: 265 seconds) | |
[14:38:46] | enyc (enyc!~enyc@muddle.enyc.org.uk) has joined #mythtv | |
[14:47:27] | enyc (enyc!~enyc@muddle.enyc.org.uk) has quit (Changing host) | |
[14:47:27] | enyc (enyc!~enyc@user/enyc) has joined #mythtv | |
[15:04:18] | hampton: | stuarta: What utility are you using to test zip files? Zip on my system creates files too new for the myth unzip code to open. |
[15:35:30] | peper03 (peper03!~peper03@mythtv/developer/peper03) has quit (*.net *.split) | |
[15:38:06] | peper03 (peper03!~peper03@cpc80071-stkp11-2-0-cust244.10-2.cable.virginm.net) has joined #mythtv | |
[15:39:34] | stuarta: | hampton: erm, i'm not testing zip files at all |
[15:40:21] | stuarta: | is there an issue with some zip files? |
[15:40:25] | hampton: | I thought you were trying to find something to zip files for the themes. |
[15:40:40] | stuarta: | oh yes that is still firmly on the todo list |
[15:40:55] | stuarta: | i was going to go with zip on ubuntu-18.04 |
[15:41:38] | stuarta: | no wait, 20.04 |
[15:41:52] | stuarta: | it will need testing though before it's rolled out |
[15:42:23] | stuarta: | why is our zip code so old |
[15:43:02] | hampton: | The qt6 crash that's been plaguing me appears to be caused by QtHash::erase invalidating a saved iterators. I went looking for other places that hold iterators across a call to ::erase, and the unzip code is one of them. I'm trying to write test code for my change, and I can't create what unzip.cpp considers a valid archive. |
[15:43:08] | hampton: | Its 2008ish. |
[15:43:20] | stuarta: | ugh |
[15:44:03] | hampton: | The code unzip.cpp is based upon hasn't been updated since then. :-( |
[15:44:53] | stuarta: | :-( |
[15:45:01] | hampton: | We seem to require minizip, so I just started looking at whether replacing unzip.cpp with calls to the system supplied (and hopefully current) minizip would work. Still need some test files though. |
[15:45:21] | peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has joined #mythtv | |
[15:45:21] | Mode for #mythtv by ChanServ!ChanServ@services.libera.chat : +v peterbennett | |
[15:47:24] | stuarta: | steal one of the theme zips? |
[15:47:45] | stuarta: | even if it needs coding as a wget <theme>.zip |
[15:48:04] | stuarta: | or even maybe the themes.zip file, which is metadata only, and so should be smaller |
[15:49:17] | hampton: | Good idea. |
[15:49:51] | stuarta: | all of those are currently created with zip from centos6 |
[15:51:55] | hampton: | Copied that into my test directory, and its correctly unzipped. |
[15:52:48] | stuarta: | yay |
[15:52:51] | peterbennett: | stuarta: I still get 405 Method not allowed from SOAP request to GetVideo |
[15:53:38] | peterbennett: | stuarta: I can run http://rocinante:6744/Video/GetVideo?Id=9 with POST but evidently http://rocinante:6744/Video not |
[15:54:15] | ** hampton goes to try writing code to unzip files with minizip. ** | |
[15:54:20] | stuarta: | peterbennett: it needs to be Video/ otherwise it looks for the Video.html in / |
[15:54:22] | peterbennett: | stuarta: Actually putting a slash at the end works http://rocinante:6744/Video/ |
[15:55:12] | stuarta: | well a file called Video |
[15:56:54] | peterbennett: | So when the wsdl gets done it needs to say that. Currently says <soap:address location="http://rocinante:6544/Video"/> needs to say <soap:address location="http://rocinante:6544/Video/"/> |
[15:58:52] | stuarta: | i wonder what the wsdl does say now in the new code |
[16:00:24] | stuarta: | peterbennett: do you know which component in the soap output tells where to go? is it portType? |
[16:01:17] | peterbennett: | service -> port -> address |
[16:02:53] | stuarta: | existing one has <soap:address location="http://localhost:7544/Video"/> |
[16:03:48] | stuarta: | new one doesn't even have soap, let alone soap:address |
[16:06:16] | peterbennett: | New wsdl looks like a stub to me |
[16:06:22] | stuarta: | it is |
[16:08:57] | stuarta: | and there is no xsd support yet, which will be need to finish wsdl |
[16:09:29] | peterbennett: | wsdls and xsd are Greek to me |
[16:09:53] | stuarta: | me too :) |
[16:10:23] | stuarta: | but they make sense when you start looking into them |
[16:11:36] | stuarta: | dang, and xslt as well (xml stylesheets) |
[16:13:00] | stuarta: | but, iirc, they are only used if you look directly at the wsdl with a browser, that allows you to effectively create a web page out of xml with the xslt (it's basically a template in this case) |
[16:36:48] | paul-h (paul-h!~paul@pres-25-b2-v4wan-161467-cust2666.vm29.cable.virginm.net) has joined #mythtv | |
[16:36:48] | paul-h (paul-h!~paul@mythtv/developer/paul-h) has joined #mythtv | |
[16:36:48] | paul-h (paul-h!~paul@pres-25-b2-v4wan-161467-cust2666.vm29.cable.virginm.net) has quit (Changing host) | |
[16:36:48] | Mode for #mythtv by ChanServ!ChanServ@services.libera.chat : +v paul-h | |
[17:27:22] | peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has quit (Quit: Leaving.) | |
[17:41:30] | hampton (hampton!~david@mythtv/developer/hampton) has quit (Ping timeout: 268 seconds) | |
[18:11:17] | hampton (hampton!~david@mythtv/developer/hampton) has joined #mythtv | |
[18:11:17] | Mode for #mythtv by ChanServ!ChanServ@services.libera.chat : +v hampton | |
[18:16:45] | peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has joined #mythtv | |
[18:16:45] | Mode for #mythtv by ChanServ!ChanServ@services.libera.chat : +v peterbennett | |
[19:03:48] | DevMythNotifyBot: | COMMIT: bennettpeter pushed 1 commit(s) to branch devel/http: https://github.com/MythTV/mythtv/compare/fe34 . . . b05bec6c730a |
[19:15:05] | peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has quit (Quit: Leaving.) | |
[19:21:29] | glenb77 (glenb77!~glenb77@2603-8000-b440-c812-0000-0000-0000-0331.res6.spectrum.com) has joined #mythtv | |
[19:31:16] | amessina (amessina!~amessina@user/amessina) has quit (Quit: Konversation terminated!) | |
[19:38:23] | amessina (amessina!~amessina@user/amessina) has joined #mythtv | |
[20:32:06] | Steve-Goodey (Steve-Goodey!~steve@2a00:23c5:7d83:6501:6ea1:20d:5872:d872) has quit (Quit: Konversation terminated!) | |
[20:48:44] | peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has joined #mythtv | |
[20:48:44] | Mode for #mythtv by ChanServ!ChanServ@services.libera.chat : +v peterbennett | |
[20:50:04] | frobnic (frobnic!fb@b2b-130-180-11-14.unitymedia.biz) has quit (Ping timeout: 258 seconds) | |
[20:56:46] | frobnic (frobnic!fb@b2b-130-180-11-14.unitymedia.biz) has joined #mythtv | |
[21:16:19] | frobnic (frobnic!fb@b2b-130-180-11-14.unitymedia.biz) has quit (Ping timeout: 256 seconds) | |
[21:16:48] | stuartm (stuartm!~gbee@mythtv/developer/stuartm) has joined #mythtv | |
[21:16:49] | Mode for #mythtv by ChanServ!ChanServ@services.libera.chat : +v stuartm | |
[21:22:21] | SteveGoodey (SteveGoodey!~steve@2a00:23c5:7d83:6501:fa68:6631:5ed6:d871) has quit (Quit: Konversation terminated!) | |
[21:22:50] | frobnic (frobnic!fb@b2b-130-180-11-14.unitymedia.biz) has joined #mythtv | |
[21:31:24] | frobnic (frobnic!fb@b2b-130-180-11-14.unitymedia.biz) has quit (Ping timeout: 265 seconds) | |
[21:37:47] | frobnic (frobnic!fb@b2b-130-180-11-14.unitymedia.biz) has joined #mythtv | |
[21:57:47] | peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has quit (Quit: Leaving.) | |
[22:16:35] | markspieth2 (markspieth2!~markspiet@202.169.118.74) has joined #mythtv | |
[22:16:35] | markspieth2 (markspieth2!~markspiet@mythtv/developer/markspieth) has joined #mythtv | |
[22:16:35] | markspieth2 (markspieth2!~markspiet@202.169.118.74) has quit (Changing host) | |
[22:16:35] | Mode for #mythtv by ChanServ!ChanServ@services.libera.chat : +v markspieth2 | |
[22:19:08] | stuartm (stuartm!~gbee@mythtv/developer/stuartm) has quit (*.net *.split) | |
[22:19:08] | amessina (amessina!~amessina@user/amessina) has quit (*.net *.split) | |
[22:19:08] | glenb77 (glenb77!~glenb77@2603-8000-b440-c812-0000-0000-0000-0331.res6.spectrum.com) has quit (*.net *.split) | |
[22:19:09] | warpme_ (warpme_!uid391875@id-391875.brockwell.irccloud.com) has quit (*.net *.split) | |
[22:19:09] | ChanServ (ChanServ!ChanServ@services.libera.chat) has quit (*.net *.split) | |
[22:19:10] | frobnic (frobnic!fb@b2b-130-180-11-14.unitymedia.biz) has quit (*.net *.split) | |
[22:19:10] | peper03 (peper03!~peper03@cpc80071-stkp11-2-0-cust244.10-2.cable.virginm.net) has quit (*.net *.split) | |
[22:19:10] | DevMythNotifyBot (DevMythNotifyBot!~nodebot@cust32-dsl91-135-4.idnet.net) has quit (*.net *.split) | |
[22:19:10] | sphery (sphery!~mdean@mythtv/developer/sphery) has quit (*.net *.split) | |
[22:19:11] | gregl (gregl!~greg@cpe-24-194-253-7.nycap.res.rr.com) has quit (*.net *.split) | |
[22:19:12] | enyc (enyc!~enyc@user/enyc) has quit (*.net *.split) | |
[22:19:13] | jpabq (jpabq!~quassel@mythtv/developer/jpabq) has quit (*.net *.split) | |
[22:19:13] | zbot (zbot!~limnoria@2601:647:4802:4c3:222:4dff:fe51:6728) has quit (*.net *.split) | |
[22:19:13] | hampton (hampton!~david@mythtv/developer/hampton) has quit (*.net *.split) | |
[22:19:14] | ijc (ijc!~ijc@benson.default.arb33.bv.iomart.io) has quit (*.net *.split) | |
[22:19:14] | gigem (gigem!~david@47.189.184.10) has quit (*.net *.split) | |
[22:19:15] | tonsofpc1 (tonsofpc1!~tonsofpcs@cpe-67-251-117-244.stny.res.rr.com) has quit (*.net *.split) | |
[22:19:16] | gtb (gtb!~gtb@2001:470:69fc:105::1e7) has quit (*.net *.split) | |
[22:19:17] | stuarta (stuarta!~stuarta@mythtv/developer/stuarta) has quit (*.net *.split) | |
[22:19:17] | troyt (troyt!troyt@2601:681:4100:d591:44dd:acff:fe85:9c8e) has quit (*.net *.split) | |
[22:19:18] | mkbloke (mkbloke!~mkbloke@vps.cammo.me.uk) has quit (*.net *.split) | |
[22:19:18] | knowledgejunkie (knowledgejunkie!~knowledge@cpc77018-warw18-2-0-cust959.3-2.cable.virginm.net) has quit (*.net *.split) | |
[22:19:18] | MythBuild (MythBuild!~MythBuild@mizar.mythtv.org) has quit (*.net *.split) | |
[22:19:18] | poptix (poptix!poptix@poptix.net) has quit (*.net *.split) | |
[22:23:31] | enyc (enyc!~enyc@user/enyc) has joined #mythtv | |
[22:23:31] | warpme_ (warpme_!uid391875@id-391875.brockwell.irccloud.com) has joined #mythtv | |
[22:23:31] | paul-h (paul-h!~paul@mythtv/developer/paul-h) has joined #mythtv | |
[22:23:31] | hampton (hampton!~david@mythtv/developer/hampton) has joined #mythtv | |
[22:23:31] | gregl (gregl!~greg@cpe-24-194-253-7.nycap.res.rr.com) has joined #mythtv | |
[22:23:31] | sphery (sphery!~mdean@mythtv/developer/sphery) has joined #mythtv | |
[22:23:31] | DevMythNotifyBot (DevMythNotifyBot!~nodebot@cust32-dsl91-135-4.idnet.net) has joined #mythtv | |
[22:23:31] | peper03 (peper03!~peper03@cpc80071-stkp11-2-0-cust244.10-2.cable.virginm.net) has joined #mythtv | |
[22:23:31] | frobnic (frobnic!fb@b2b-130-180-11-14.unitymedia.biz) has joined #mythtv | |
[22:23:31] | mkbloke (mkbloke!~mkbloke@vps.cammo.me.uk) has joined #mythtv | |
[22:23:31] | troyt (troyt!troyt@2601:681:4100:d591:44dd:acff:fe85:9c8e) has joined #mythtv | |
[22:23:31] | markspieth (markspieth!~markspiet@mythtv/developer/markspieth) has joined #mythtv | |
[22:23:32] | Mode for #mythtv by strontium.libera.chat : +vvvv paul-h hampton sphery markspieth | |
[22:23:32] | markspieth2 (markspieth2!~markspiet@mythtv/developer/markspieth) has joined #mythtv | |
[22:23:32] | zbot (zbot!~limnoria@2601:647:4802:4c3:222:4dff:fe51:6728) has joined #mythtv | |
[22:23:32] | jpabq (jpabq!~quassel@mythtv/developer/jpabq) has joined #mythtv | |
[22:23:32] | ijc (ijc!~ijc@benson.default.arb33.bv.iomart.io) has joined #mythtv | |
[22:23:32] | gigem (gigem!~david@47.189.184.10) has joined #mythtv | |
[22:23:32] | ChanServ (ChanServ!ChanServ@services.libera.chat) has joined #mythtv | |
[22:23:32] | poptix (poptix!poptix@poptix.net) has joined #mythtv | |
[22:23:32] | MythBuild (MythBuild!~MythBuild@mizar.mythtv.org) has joined #mythtv | |
[22:23:32] | knowledgejunkie (knowledgejunkie!~knowledge@cpc77018-warw18-2-0-cust959.3-2.cable.virginm.net) has joined #mythtv | |
[22:23:32] | Mode for #mythtv by strontium.libera.chat : +vvo markspieth2 jpabq ChanServ | |
[22:24:02] | tonsofpc1 (tonsofpc1!~tonsofpcs@cpe-67-251-117-244.stny.res.rr.com) has joined #mythtv | |
[22:24:07] | stuarta (stuarta!~stuarta@mythtv/developer/stuarta) has joined #mythtv | |
[22:24:07] | Mode for #mythtv by strontium.libera.chat : +v stuarta | |
[22:24:11] | gtb (gtb!~gtb@2001:470:69fc:105::1e7) has joined #mythtv | |
[22:25:04] | stuartm (stuartm!~gbee@mythtv/developer/stuartm) has joined #mythtv | |
[22:25:04] | amessina (amessina!~amessina@user/amessina) has joined #mythtv | |
[22:25:04] | glenb77 (glenb77!~glenb77@2603-8000-b440-c812-0000-0000-0000-0331.res6.spectrum.com) has joined #mythtv | |
[22:25:04] | Mode for #mythtv by strontium.libera.chat : +v stuartm | |
[22:28:03] | gtb (gtb!~gtb@2001:470:69fc:105::1e7) has quit (Ping timeout: 272 seconds) | |
[22:31:19] | ChanServ (ChanServ!ChanServ@services.libera.chat) has quit (*.net *.split) | |
[22:31:55] | ChanServ (ChanServ!ChanServ@services.libera.chat) has joined #mythtv | |
[22:31:55] | Mode for #mythtv by strontium.libera.chat : +o ChanServ | |
[22:37:51] | markspieth2 (markspieth2!~markspiet@mythtv/developer/markspieth) has quit (Ping timeout: 256 seconds) | |
[22:41:49] | paul-h (paul-h!~paul@mythtv/developer/paul-h) has quit (Quit: Konversation terminated!) | |
[22:42:57] | markspieth2 (markspieth2!~markspiet@1.152.108.184) has joined #mythtv | |
[22:42:57] | markspieth2 (markspieth2!~markspiet@mythtv/developer/markspieth) has joined #mythtv | |
[22:42:57] | markspieth2 (markspieth2!~markspiet@1.152.108.184) has quit (Changing host) | |
[22:42:57] | Mode for #mythtv by ChanServ!ChanServ@services.libera.chat : +v markspieth2 | |
[23:28:26] | frobnic (frobnic!fb@b2b-130-180-11-14.unitymedia.biz) has quit (Ping timeout: 252 seconds) | |
[23:35:21] | frobnic (frobnic!fb@b2b-130-180-11-14.unitymedia.biz) has joined #mythtv | |
[23:36:45] | DevMythNotifyBot (DevMythNotifyBot!~nodebot@cust32-dsl91-135-4.idnet.net) has quit (Remote host closed the connection) | |
[23:36:51] | DevMythNotifyBot (DevMythNotifyBot!~nodebot@cust32-dsl91-135-4.idnet.net) has joined #mythtv | |
[23:39:35] | peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has joined #mythtv | |
[23:39:35] | Mode for #mythtv by ChanServ!ChanServ@services.libera.chat : +v peterbennett | |
[23:55:39] | glenb77 (glenb77!~glenb77@2603-8000-b440-c812-0000-0000-0000-0331.res6.spectrum.com) has quit (Quit: glenb77) | |
[23:59:39] | peterbennett (peterbennett!~peter@mythtv/developer/peterbennett) has quit (Quit: Leaving.) |
IRC Logs collected by
BeirdoBot.
Please use the above link to report any bugs.