Transcription: OpenAgents Episode 075 - Run All Plugins
June 9, 2026 ยท View on GitHub
Source: https://twitter.com/OpenAgentsInc/status/1757507045022945510 Wiki source: https://raw.githubusercontent.com/wiki/OpenAgentsInc/openagents/Video-Series.md Media title: OpenAgents - Episode 075: Run All Plugins We add a button to run all three agent p... Upload date: 20240213 Transcription model: mlx-whisper/mlx-community/whisper-tiny Generated at: 2026-06-01T19:04:23Z
Machine-generated transcript. Review speaker labels and wording before using this as quote-grade source material.
[00:00] Christopher David: Alright folks, we're making progress. So in the last video we got this done so you can run any individual plugin on the graph and see it's output
[00:08] Christopher David: Here's that working with all three of the plugins for our
[00:12] Christopher David: contextual inference or agent
[00:15] Christopher David: I'll do that again from scratch so I'll do URL extractor. I'll just paste in this
[00:22] Christopher David: URL of code three times into a string that gives me back and array of the strings
[00:27] Christopher David: I'll put that URL in once and scrape the content and I'll throw that in here and ask uh
[00:36] Christopher David: what do you think is here that's just going out to GPT4
[00:46] Christopher David: more pretty up the interface at some point once we get it all
[00:50] Christopher David: working as URL appears to link to a resource code okay
[00:55] Christopher David: Alright so in this video we're going to do the next piece here which is a button to click to run the whole
[01:02] Christopher David: flow that's functionality that we've done in the past
[01:06] Christopher David: so it shouldn't be too difficult just want a button
[01:09] Christopher David: make sure the API endpoint is connected to run this and show the output
[01:17] Christopher David: and then we are going to expect an error because
[01:20] Christopher David: we have right now a mismatch between the input and output of the extractor in the scraper
[01:26] Christopher David: this outputs and array of strings is this outputs a single string and that's where we want to try this
[01:32] Christopher David: I'm just calling it a parse block rename that to something else but the array string loop that'll be
[01:39] Christopher David: the next video will put that in so it
[01:42] Christopher David: we'll go between one and two and loop through those things scrape each thing and then
[01:47] Christopher David: maybe condense the result of those into the influencer
[01:51] Christopher David: and this logic
[01:53] Christopher David: visually represented
[01:55] Christopher David: pretty cool
[01:57] Christopher David: then you know a way to save and load those flows easy and then a nicer UI for collecting the prompt
[02:04] Christopher David: and that's basically all that we needed to have this agent
[02:09] Christopher David: running
[02:10] Christopher David: one quick
[02:13] Christopher David: comment before we proceed
[02:16] Christopher David: I love this tweet there's a real bifurcation in AI apps
[02:20] Christopher David: one with this tool you can do anything insert insanely cool demo
[02:24] Christopher David: here's my demo of blah blah blah
[02:27] Christopher David: number two with this tool you can do this one thing you've been doing forever but 100 times faster
[02:33] Christopher David: I suspect to will make a lot more money than one
[02:35] Christopher David: so our our dev tool focus in the beginning is around developer productivity
[02:41] Christopher David: I've noticed for myself being 20 30 50 100% more effective in different things using
[02:48] Christopher David: whether it's jet TPD or GPT4 or other kind of of these tools
[02:52] Christopher David: I sense the possibility for that to be
[02:55] Christopher David: more system-atized and kind of productized so instead of rooting around different APIs
[03:00] Christopher David: it just should be more easily
[03:02] Christopher David: empowering of my workflow and not just in the code with editors but kind of like you know doing this kind of thing
[03:08] Christopher David: issue triage and doing entire PRs and steering and aging to via GitHub comments and such
[03:18] Christopher David: but hilariously we're kind of doing this in a way that uses reusable building blocks
[03:27] Christopher David: that then can be composed into other things so
[03:33] Christopher David: yeah it's going to get interesting okay a button to click to run the whole flow let's throw a button up there
[03:50] Christopher David: see what borian sure we are more that's fine
[03:54] Christopher David: okay so on the agent builder let's just throw a button up top right
[04:12] Christopher David: put a button for run flow on the top right of the screen
[04:24] Christopher David: flow to right what the hell is flow to right I haven't floated right in a long time
[04:32] Christopher David: but I've seen it like that worked what if I do this
[04:42] Christopher David: what if I do this
[04:54] Christopher David: okay
[05:24] Christopher David: well run flow I'm going to want some kind of prompt there right
[05:47] Christopher David: you can envision that these plugin cards are going to be like collapsible so it won't always show the input
[05:53] Christopher David: there because that's just for testing for the main flow it's just going to be like what input you
[05:56] Christopher David: want to pass in because basically everything we're doing here requires like a string of user input
[06:02] Christopher David: that's what we're envisioning for step one
[06:07] Christopher David: and then the question is like should this be a HTML
[06:17] Christopher David: situation
[06:20] Christopher David: should be
[06:23] Christopher David: betch we did some work on HTML server sent events I don't yet know exactly how that works with
[06:33] Christopher David: larval broadcasting system or if we're going to want to bring that larval wave package back in
[06:42] Christopher David: thinking this video instead of worrying about uh broadcasting and like seeing the result of each step
[06:47] Christopher David: as we go along which would require some sort of broadcasting or callback thing I just want to get
[06:52] Christopher David: the flow running and see the file output on the screen
[06:55] Christopher David: and maybe ideally some sort of visual indication that it's going from one step to the next
[07:03] Christopher David: although that might need to be done in a second pass let's refer mellarize with our
[07:12] Christopher David: river run yeah run task grab the task grab the agent run the task with the input past to the
[07:25] Christopher David: there do step executed return view components task runner
[07:35] Christopher David: what is task runner using this old card that's not going to work
[07:46] Christopher David: okay and then do we have a endpoint for that agent run yeah
[07:52] Christopher David: run task with ID is that expecting a task ID
[08:04] Christopher David: it's expecting a task ID that's not clear
[08:12] Christopher David: okay
[08:22] Christopher David: do we have the task available in the here
[08:31] Christopher David: will they want task for now
[08:35] Christopher David: where are we passing to the agent builder
[08:43] Christopher David: we're passing the agent
[08:52] Christopher David: uh conceivably we should also be looping through the tasks of the agent
[08:58] Christopher David: right now for building this flow in the UI but if we haven't said it as a task in the back end
[09:22] Christopher David: it's like right now we're not populating this with the task
[09:31] Christopher David: but conceivably this could be worth now
[09:36] Christopher David: flushing out this placeholder down here it says fetch the available blocks from the server out of curiosity
[09:47] Christopher David: what does this do
[09:54] Christopher David: what test this console log kind of just like pull in PHP
[10:05] Christopher David: what we do task tasks to JSON
[10:11] Christopher David: is that a thing my editor is squealing
[10:26] Christopher David: in it is not the fucka that looks like that broke everything
[10:30] Christopher David: I don't carry out anyone does this do anything
[10:41] Christopher David: um looks like that gave us something
[10:48] Christopher David: where about this JSON parse
[10:59] Christopher David: didn't like that well that's because I have a type of there
[11:29] Christopher David: so it doesn't like that
[11:38] Christopher David: but out of curiosity what if I remove the quote see here
[11:59] Christopher David: wait because I'm using plug when the plug is not a thing
[13:13] Christopher David: let's ask a chat you bit here
[13:43] Christopher David: you
[14:13] Christopher David: you
[14:43] Christopher David: you
[14:52] Christopher David: no it doesn't like that either
[15:08] Christopher David: JSON helper
[15:13] Christopher David: that's not correct
[15:43] Christopher David: oh
[16:13] Christopher David: oh
[16:28] Christopher David: oh
[16:43] Christopher David: oh
[16:58] Christopher David: got the convertible to an array
[17:43] Christopher David: oh
[18:13] Christopher David: oh
[18:15] Christopher David: oh
[18:38] Christopher David: I just told you
[18:45] Christopher David: oh
[19:15] Christopher David: oh
[19:25] Christopher David: what the fuck
[19:45] Christopher David: oh
[19:59] Christopher David: oh
[19:59] Christopher David: You
[21:29] Christopher David: Let me trust something.
[21:55] Christopher David: You
[22:25] Christopher David: You
[22:55] Christopher David: You
[23:25] Christopher David: You
[23:27] Christopher David: !
[23:29] Christopher David: You
[23:31] Christopher David: !
[23:33] Christopher David: You
[23:35] Christopher David: !
[23:37] Christopher David: You
[23:39] Christopher David: !
[24:11] Christopher David: You
[24:13] Christopher David: You
[24:15] Christopher David: You
[24:17] Christopher David: You
[24:19] Christopher David: You
[24:21] Christopher David: You
[24:23] Christopher David: You
[24:25] Christopher David: You
[24:27] Christopher David: You
[24:29] Christopher David: You
[24:31] Christopher David: You
[24:33] Christopher David: You
[24:35] Christopher David: You
[24:37] Christopher David: You
[24:47] Christopher David: You
[24:49] Christopher David: You
[24:51] Christopher David: You
[24:53] Christopher David: You
[24:55] Christopher David: You
[24:57] Christopher David: You
[24:59] Christopher David: You
[25:01] Christopher David: You
[25:03] Christopher David: You
[25:05] Christopher David: You
[25:07] Christopher David: You
[25:09] Christopher David: You
[25:11] Christopher David: You
[25:13] Christopher David: You
[25:15] Christopher David: You
[25:17] Christopher David: You
[25:19] Christopher David: You
[25:21] Christopher David: You
[25:23] Christopher David: You
[25:25] Christopher David: You
[25:27] Christopher David: You
[25:29] Christopher David: You
[25:31] Christopher David: You
[25:33] Christopher David: You
[25:35] Christopher David: You
[25:37] Christopher David: You
[25:39] Christopher David: You
[25:41] Christopher David: You
[25:43] Christopher David: You
[25:45] Christopher David: You
[25:47] Christopher David: You
[25:49] Christopher David: You
[25:51] Christopher David: You
[25:53] Christopher David: You
[25:55] Christopher David: You
[25:57] Christopher David: You
[25:59] Christopher David: You
[26:01] Christopher David: You
[26:03] Christopher David: You
[26:05] Christopher David: You
[26:07] Christopher David: You
[26:09] Christopher David: You
[26:11] Christopher David: You
[26:13] Christopher David: You
[26:15] Christopher David: You
[26:17] Christopher David: You
[26:19] Christopher David: You
[26:21] Christopher David: You
[26:23] Christopher David: You
[26:25] Christopher David: You
[26:27] Christopher David: You
[26:29] Christopher David: You
[26:31] Christopher David: You
[26:33] Christopher David: You
[26:35] Christopher David: You
[26:37] Christopher David: You
[26:39] Christopher David: You
[26:41] Christopher David: You
[26:43] Christopher David: You
[26:45] Christopher David: You
[26:47] Christopher David: You
[26:49] Christopher David: You
[26:51] Christopher David: You
[26:53] Christopher David: You
[26:55] Christopher David: You
[26:57] Christopher David: You
[26:59] Christopher David: You
[27:01] Christopher David: You
[27:03] Christopher David: You
[27:05] Christopher David: You
[27:07] Christopher David: You
[27:09] Christopher David: You
[27:11] Christopher David: You
[27:13] Christopher David: You
[27:15] Christopher David: You
[27:17] Christopher David: You
[27:19] Christopher David: You
[27:21] Christopher David: You
[27:23] Christopher David: You
[27:25] Christopher David: You
[27:27] Christopher David: You
[27:29] Christopher David: You
[27:31] Christopher David: You
[27:33] Christopher David: You
[27:35] Christopher David: You
[27:37] Christopher David: You
[27:39] Christopher David: You
[27:41] Christopher David: You
[27:43] Christopher David: You
[27:45] Christopher David: You
[27:47] Christopher David: You
[27:49] Christopher David: You
[27:51] Christopher David: You
[27:53] Christopher David: You
[27:55] Christopher David: You
[27:57] Christopher David: You
[27:59] Christopher David: You
[28:01] Christopher David: You
[28:03] Christopher David: You
[28:05] Christopher David: You
[28:07] Christopher David: You
[28:09] Christopher David: You
[28:11] Christopher David: You
[28:13] Christopher David: You
[28:15] Christopher David: You
[28:17] Christopher David: You
[28:19] Christopher David: You
[28:21] Christopher David: You
[28:23] Christopher David: You
[28:25] Christopher David: You
[28:27] Christopher David: You
[28:29] Christopher David: You
[28:31] Christopher David: You
[28:33] Christopher David: You
[28:35] Christopher David: You
[28:37] Christopher David: You
[28:39] Christopher David: You
[28:41] Christopher David: You
[28:43] Christopher David: You
[28:45] Christopher David: You
[28:47] Christopher David: You
[28:49] Christopher David: You
[28:51] Christopher David: You
[28:53] Christopher David: You
[28:55] Christopher David: You
[28:57] Christopher David: You
[28:59] Christopher David: You
[29:01] Christopher David: You
[29:03] Christopher David: You
[29:05] Christopher David: You
[29:07] Christopher David: You
[29:09] Christopher David: You
[29:11] Christopher David: You
[29:13] Christopher David: You
[29:15] Christopher David: You
[29:17] Christopher David: You
[29:17] Christopher David: You
[29:17] Christopher David: You
[29:17] Christopher David: You
[29:17] Christopher David: You
[29:17] Christopher David: You
[29:19] Christopher David: You
[29:23] Christopher David: !
[29:25] Christopher David: You
[29:50] Christopher David: You
[29:51] Christopher David: !
[30:19] Christopher David: You
[30:23] Christopher David: You
[30:23] Christopher David: You
[30:23] Christopher David: You
[30:24] Christopher David: You
[30:50] Christopher David: You
[30:51] Christopher David: !
[30:53] Christopher David: You
[30:51] Christopher David: !
[31:19] Christopher David: You
[31:21] Christopher David: You
[31:23] Christopher David: You
[31:24] Christopher David: You
[31:25] Christopher David: You
[31:26] Christopher David: You
[31:27] Christopher David: You
[31:28] Christopher David: You
[31:29] Christopher David: You
[31:30] Christopher David: You
[31:31] Christopher David: You
[31:32] Christopher David: You
[31:33] Christopher David: You
[31:34] Christopher David: You
[31:35] Christopher David: You
[31:36] Christopher David: You
[31:37] Christopher David: You
[31:38] Christopher David: You
[31:39] Christopher David: You
[31:40] Christopher David: You
[31:41] Christopher David: You
[31:42] Christopher David: You
[31:43] Christopher David: You
[31:44] Christopher David: You
[31:45] Christopher David: You
[31:46] Christopher David: You
[31:47] Christopher David: You
[31:48] Christopher David: You
[31:49] Christopher David: You
[31:52] Christopher David: You
[32:18] Christopher David: You
[32:19] Christopher David: You
[32:48] Christopher David: You
[32:49] Christopher David: You
[32:50] Christopher David: You
[32:51] Christopher David: You
[32:52] Christopher David: You
[32:53] Christopher David: You
[32:54] Christopher David: You
[32:55] Christopher David: You
[32:56] Christopher David: You
[32:57] Christopher David: You
[32:58] Christopher David: You
[32:59] Christopher David: You
[33:00] Christopher David: You
[33:01] Christopher David: You
[33:02] Christopher David: You
[33:03] Christopher David: You
[33:04] Christopher David: You
[33:05] Christopher David: You
[33:06] Christopher David: You
[33:07] Christopher David: You
[33:08] Christopher David: You
[33:09] Christopher David: You
[33:10] Christopher David: You
[33:11] Christopher David: You
[33:12] Christopher David: You
[33:13] Christopher David: You
[33:14] Christopher David: You
[33:15] Christopher David: You
[33:16] Christopher David: You
[33:18] Christopher David: You
[33:25] Christopher David: You
[33:26] Christopher David: You
[33:27] Christopher David: You
[33:28] Christopher David: You
[33:29] Christopher David: You
[33:30] Christopher David: You
[33:31] Christopher David: You
[33:32] Christopher David: You
[33:33] Christopher David: You
[33:34] Christopher David: You
[33:35] Christopher David: You
[33:36] Christopher David: You
[33:37] Christopher David: You
[33:38] Christopher David: You
[33:39] Christopher David: You
[33:40] Christopher David: You
[33:41] Christopher David: You
[33:42] Christopher David: You
[33:43] Christopher David: You
[33:44] Christopher David: You
[33:45] Christopher David: You
[33:46] Christopher David: You
[33:47] Christopher David: You
[33:48] Christopher David: You
[33:49] Christopher David: You
[33:50] Christopher David: You
[33:51] Christopher David: You
[33:52] Christopher David: You
[33:53] Christopher David: You
[33:54] Christopher David: You
[33:55] Christopher David: You
[33:56] Christopher David: You
[33:57] Christopher David: You
[33:58] Christopher David: You
[33:59] Christopher David: You
[34:00] Christopher David: You
[34:01] Christopher David: You
[34:02] Christopher David: You
[34:03] Christopher David: You
[34:04] Christopher David: You
[34:05] Christopher David: You
[34:06] Christopher David: You
[34:07] Christopher David: You
[34:08] Christopher David: You
[34:09] Christopher David: You
[34:10] Christopher David: You
[34:11] Christopher David: You
[34:12] Christopher David: You
[34:13] Christopher David: You
[34:14] Christopher David: You
[34:16] Christopher David: You
[34:17] Christopher David: You
[34:18] Christopher David: You
[34:19] Christopher David: You
[34:20] Christopher David: You
[34:21] Christopher David: You
[34:22] Christopher David: You
[34:23] Christopher David: You
[34:24] Christopher David: You
[34:25] Christopher David: You
[34:26] Christopher David: You
[34:27] Christopher David: You
[34:28] Christopher David: You
[34:29] Christopher David: You
[34:30] Christopher David: You
[34:31] Christopher David: You
[34:32] Christopher David: You
[34:33] Christopher David: You
[34:34] Christopher David: You
[34:35] Christopher David: You
[34:36] Christopher David: You
[34:37] Christopher David: You
[34:38] Christopher David: You
[34:39] Christopher David: You
[34:40] Christopher David: You
[34:41] Christopher David: You
[34:42] Christopher David: You
[34:43] Christopher David: You
[34:45] Christopher David: You
[34:46] Christopher David: You
[34:47] Christopher David: You
[34:48] Christopher David: You
[34:49] Christopher David: You
[34:50] Christopher David: You
[34:51] Christopher David: You
[34:52] Christopher David: You
[34:53] Christopher David: You
[34:54] Christopher David: You
[34:55] Christopher David: You
[34:56] Christopher David: You
[34:57] Christopher David: You
[34:58] Christopher David: You
[34:59] Christopher David: You
[35:00] Christopher David: You
[35:01] Christopher David: You
[35:02] Christopher David: You
[35:03] Christopher David: You
[35:04] Christopher David: You
[35:05] Christopher David: You
[35:06] Christopher David: You
[35:07] Christopher David: You
[35:08] Christopher David: You
[35:09] Christopher David: You
[35:10] Christopher David: You
[35:11] Christopher David: You
[35:12] Christopher David: You
[35:13] Christopher David: You
[35:14] Christopher David: You
[35:15] Christopher David: You
[35:16] Christopher David: You
[35:17] Christopher David: You
[35:18] Christopher David: !
[35:18] Christopher David: !
[35:20] Christopher David: You
[35:18] Christopher David: !
[35:43] Christopher David: You
[35:44] Christopher David: You
[35:45] Christopher David: You
[35:46] Christopher David: You
[35:47] Christopher David: You
[35:48] Christopher David: You
[35:49] Christopher David: You
[35:50] Christopher David: You
[35:51] Christopher David: You
[35:52] Christopher David: You
[35:53] Christopher David: You
[35:54] Christopher David: You
[35:55] Christopher David: You
[35:56] Christopher David: You
[35:57] Christopher David: You
[35:58] Christopher David: You
[35:59] Christopher David: You
[36:00] Christopher David: You
[36:01] Christopher David: You
[36:02] Christopher David: You
[36:03] Christopher David: You
[36:04] Christopher David: You
[36:05] Christopher David: You
[36:06] Christopher David: You
[36:07] Christopher David: You
[36:08] Christopher David: You
[36:09] Christopher David: You
[36:10] Christopher David: You
[36:11] Christopher David: You
[36:13] Christopher David: You
[36:14] Christopher David: You
[36:15] Christopher David: You
[36:16] Christopher David: You
[36:17] Christopher David: You
[36:43] Christopher David: You
[36:45] Christopher David: You
[36:46] Christopher David: You
[36:48] Christopher David: You
[36:50] Christopher David: You
[36:51] Christopher David: You
[36:52] Christopher David: You
[36:53] Christopher David: You
[36:54] Christopher David: You
[36:55] Christopher David: You
[36:56] Christopher David: You
[36:57] Christopher David: You
[36:58] Christopher David: You
[36:59] Christopher David: You
[37:00] Christopher David: You
[37:01] Christopher David: You
[37:13] Christopher David: You
[37:14] Christopher David: You
[37:15] Christopher David: You
[37:16] Christopher David: You
[37:17] Christopher David: You
[37:18] Christopher David: You
[37:19] Christopher David: You
[37:20] Christopher David: You
[37:21] Christopher David: You
[37:22] Christopher David: You
[37:23] Christopher David: You
[37:24] Christopher David: You
[37:25] Christopher David: You
[37:26] Christopher David: You
[37:27] Christopher David: You
[37:28] Christopher David: You
[37:29] Christopher David: You
[37:30] Christopher David: You
[37:31] Christopher David: You
[37:32] Christopher David: You
[37:33] Christopher David: You
[37:34] Christopher David: You
[37:35] Christopher David: You
[37:36] Christopher David: You
[37:37] Christopher David: You
[37:38] Christopher David: You
[37:39] Christopher David: You
[37:40] Christopher David: You
[37:41] Christopher David: You
[37:42] Christopher David: You
[37:43] Christopher David: You
[37:44] Christopher David: You
[37:45] Christopher David: You
[37:46] Christopher David: You
[37:47] Christopher David: You
[37:48] Christopher David: You
[37:49] Christopher David: You
[37:50] Christopher David: You
[37:51] Christopher David: You
[37:52] Christopher David: You
[37:53] Christopher David: You
[37:54] Christopher David: You
[37:55] Christopher David: You
[37:56] Christopher David: You
[37:57] Christopher David: You
[37:58] Christopher David: You
[37:59] Christopher David: You
[38:00] Christopher David: You
[38:01] Christopher David: You
[38:02] Christopher David: You
[38:03] Christopher David: You
[38:04] Christopher David: You
[38:05] Christopher David: You
[38:06] Christopher David: You
[38:07] Christopher David: You
[38:08] Christopher David: You
[38:09] Christopher David: You
[38:10] Christopher David: You
[38:13] Christopher David: You
[38:43] Christopher David: You
[38:46] Christopher David: You
[38:47] Christopher David: You
[38:51] Christopher David: You
[38:52] Christopher David: You
[38:53] Christopher David: You
[38:54] Christopher David: You
[38:55] Christopher David: You
[38:56] Christopher David: You
[38:57] Christopher David: You
[38:58] Christopher David: You
[38:59] Christopher David: You
[39:00] Christopher David: You
[39:01] Christopher David: You
[39:02] Christopher David: You
[39:03] Christopher David: You
[39:04] Christopher David: You
[39:05] Christopher David: You
[39:06] Christopher David: You
[39:07] Christopher David: You
[39:08] Christopher David: You
[39:09] Christopher David: You
[39:10] Christopher David: You
[39:12] Christopher David: You
[39:13] Christopher David: You
[39:14] Christopher David: You
[39:15] Christopher David: You
[39:16] Christopher David: You
[39:17] Christopher David: You
[39:18] Christopher David: You
[39:19] Christopher David: You
[39:20] Christopher David: You
[39:21] Christopher David: You
[39:22] Christopher David: You
[39:23] Christopher David: You
[39:24] Christopher David: You
[39:25] Christopher David: You
[39:26] Christopher David: You
[39:27] Christopher David: You
[39:28] Christopher David: You
[39:29] Christopher David: You
[39:30] Christopher David: You
[39:31] Christopher David: You
[39:32] Christopher David: You
[39:33] Christopher David: You
[39:34] Christopher David: You
[39:35] Christopher David: You
[39:36] Christopher David: You
[39:37] Christopher David: You
[39:38] Christopher David: You
[39:39] Christopher David: You
[39:41] Christopher David: You
[39:42] Christopher David: You
[39:43] Christopher David: You
[39:44] Christopher David: You
[39:45] Christopher David: You
[39:46] Christopher David: You
[39:47] Christopher David: You
[39:48] Christopher David: You
[39:49] Christopher David: You
[39:50] Christopher David: You
[39:51] Christopher David: You
[39:52] Christopher David: You
[39:53] Christopher David: You
[39:54] Christopher David: You
[39:55] Christopher David: You
[39:56] Christopher David: You
[39:57] Christopher David: You
[39:58] Christopher David: You
[39:59] Christopher David: You
[40:00] Christopher David: You
[40:01] Christopher David: You
[40:02] Christopher David: You
[40:03] Christopher David: You
[40:04] Christopher David: You
[40:05] Christopher David: You
[40:06] Christopher David: You
[40:07] Christopher David: You
[40:08] Christopher David: You
[39:59] Christopher David: and
[40:09] Christopher David: the
[40:24] Christopher David: loading from the server.
[42:40] Christopher David: the
[43:00] Christopher David: the
[43:06] Christopher David: the
[44:02] Christopher David: the
[44:12] Christopher David: the
[44:42] Christopher David: the
[44:52] Christopher David: the
[45:07] Christopher David: the
[45:17] Christopher David: the
[45:27] Christopher David: the
[45:35] Christopher David: the
[45:45] Christopher David: the
[45:55] Christopher David: the
[46:01] Christopher David: the
[46:27] Christopher David: the
[46:37] Christopher David: the
[46:47] Christopher David: the
[46:57] Christopher David: the
[47:07] Christopher David: the
[47:17] Christopher David: the
[47:27] Christopher David: the
[47:37] Christopher David: the
[47:47] Christopher David: the
[47:57] Christopher David: the
[48:07] Christopher David: the
[48:17] Christopher David: the
[48:21] Christopher David: the
[48:27] Christopher David: the
[48:35] Christopher David: the
[48:45] Christopher David: the
[48:53] Christopher David: the
[49:03] Christopher David: the
[49:07] Christopher David: the
[49:11] Christopher David: the
[49:31] Christopher David: the
[49:36] Christopher David: the
[49:46] Christopher David: the
[49:54] Christopher David: the
[50:02] Christopher David: the
[50:12] Christopher David: the
[50:22] Christopher David: the
[50:26] Christopher David: the
[50:36] Christopher David: the
[50:40] Christopher David: the
[50:46] Christopher David: the
[50:52] Christopher David: the
[51:02] Christopher David: the
[51:06] Christopher David: the
[51:12] Christopher David: the
[51:18] Christopher David: the
[51:28] Christopher David: the
[51:32] Christopher David: the
[51:38] Christopher David: the
[51:42] Christopher David: the
[51:46] Christopher David: the
[51:56] Christopher David: the
[52:00] Christopher David: the
[52:06] Christopher David: the
[52:10] Christopher David: the
[52:20] Christopher David: the
[52:24] Christopher David: the
[52:28] Christopher David: the
[52:30] Christopher David: the
[52:36] Christopher David: the
[52:46] Christopher David: the
[52:50] Christopher David: the
[52:56] Christopher David: the
[53:00] Christopher David: the
[53:04] Christopher David: the
[53:14] Christopher David: the
[53:22] Christopher David: the
[53:30] Christopher David: the
[53:32] Christopher David: the
[53:38] Christopher David: the
[53:42] Christopher David: the
[53:46] Christopher David: the
[53:50] Christopher David: the
[53:52] Christopher David: the
[53:56] Christopher David: the
[54:06] Christopher David: the
[54:10] Christopher David: the
[54:14] Christopher David: the
[54:18] Christopher David: the
[54:22] Christopher David: the
[54:40] Christopher David: the
[54:42] Christopher David: the
[54:44] Christopher David: the
[54:46] Christopher David: the
[54:50] Christopher David: the
[54:58] Christopher David: the
[55:00] Christopher David: the
[55:04] Christopher David: the
[55:08] Christopher David: the
[55:10] Christopher David: the
[55:14] Christopher David: the
[55:18] Christopher David: the
[55:28] Christopher David: the
[55:32] Christopher David: the
[55:36] Christopher David: the
[55:38] Christopher David: the
[55:42] Christopher David: the
[55:46] Christopher David: the
[55:56] Christopher David: the
[56:00] Christopher David: the
[56:04] Christopher David: the
[56:06] Christopher David: the
[56:08] Christopher David: the
[56:10] Christopher David: the
[56:14] Christopher David: the
[56:24] Christopher David: the
[56:30] Christopher David: the
[56:34] Christopher David: the
[56:38] Christopher David: the
[56:40] Christopher David: the
[56:42] Christopher David: the
[56:44] Christopher David: the
[56:46] Christopher David: the
[56:48] Christopher David: the
[56:50] Christopher David: the
[56:52] Christopher David: the
[56:54] Christopher David: the
[56:56] Christopher David: the
[56:58] Christopher David: the
[57:00] Christopher David: the
[57:02] Christopher David: the
[57:04] Christopher David: the
[57:06] Christopher David: the
[57:08] Christopher David: the
[57:10] Christopher David: the
[57:14] Christopher David: the
[57:16] Christopher David: the
[57:18] Christopher David: the
[57:20] Christopher David: the
[57:22] Christopher David: the
[57:24] Christopher David: the
[57:26] Christopher David: the
[57:28] Christopher David: the
[57:30] Christopher David: the
[57:32] Christopher David: the
[57:34] Christopher David: the
[57:36] Christopher David: the
[57:38] Christopher David: the
[57:40] Christopher David: the
[57:44] Christopher David: the
[57:46] Christopher David: the
[57:48] Christopher David: the
[57:50] Christopher David: the
[57:52] Christopher David: the
[57:54] Christopher David: the
[57:56] Christopher David: the
[57:58] Christopher David: the
[58:00] Christopher David: the
[58:02] Christopher David: the
[58:04] Christopher David: the
[58:06] Christopher David: the
[58:12] Christopher David: the
[58:14] Christopher David: the
[58:16] Christopher David: the
[58:18] Christopher David: the
[58:20] Christopher David: the
[58:22] Christopher David: the
[58:24] Christopher David: the
[58:26] Christopher David: the
[58:28] Christopher David: the
[58:30] Christopher David: the
[58:32] Christopher David: the
[58:34] Christopher David: the
[58:36] Christopher David: the
[58:40] Christopher David: the
[58:42] Christopher David: the
[58:44] Christopher David: the
[58:46] Christopher David: the
[58:48] Christopher David: the
[58:50] Christopher David: the
[58:52] Christopher David: the
[58:54] Christopher David: the
[58:56] Christopher David: the
[58:58] Christopher David: the
[59:00] Christopher David: the
[59:02] Christopher David: the
[59:08] Christopher David: the
[59:10] Christopher David: the
[59:12] Christopher David: the
[59:14] Christopher David: the
[59:16] Christopher David: the
[59:18] Christopher David: the
[59:20] Christopher David: the
[59:22] Christopher David: the
[59:24] Christopher David: the
[59:26] Christopher David: the
[59:28] Christopher David: the
[59:30] Christopher David: the
[59:34] Christopher David: the
[59:36] Christopher David: the
[59:38] Christopher David: the
[59:40] Christopher David: the
[59:42] Christopher David: the
[59:44] Christopher David: the
[59:46] Christopher David: the
[59:48] Christopher David: the
[59:50] Christopher David: the
[59:52] Christopher David: the
[59:54] Christopher David: the
[59:56] Christopher David: the
[59:58] Christopher David: the
[01:00:00] Christopher David: the
[01:00:02] Christopher David: the
[01:00:04] Christopher David: the
[01:00:06] Christopher David: the
[01:00:08] Christopher David: the
[01:00:10] Christopher David: the
[01:00:12] Christopher David: the
[01:00:14] Christopher David: the
[01:00:16] Christopher David: the
[01:00:18] Christopher David: the
[01:00:20] Christopher David: the
[01:00:22] Christopher David: the
[01:00:24] Christopher David: the
[59:59] Christopher David: called in.
[01:00:29] Christopher David: So we have remember we are expecting an error but are we getting the right error though.
[01:00:39] Christopher David: We are expecting an error.
[01:00:55] Christopher David: The step order is 1.
[01:00:59] Christopher David: What is the input at this stage?
[01:01:09] Christopher David: No.
[01:01:23] Christopher David: What is the input at this stage?
[01:01:41] Christopher David: There is no input.
[01:01:55] Christopher David: Oh, yeah.
[01:02:05] Christopher David: What input?
[01:02:15] Christopher David: Where does that go?
[01:02:21] Christopher David: Okay.
[01:02:29] Christopher David: Give us an input.
[01:02:41] Christopher David: Now what happens?
[01:02:51] Christopher David: Okay, first of all do we get to the second step?
[01:03:03] Christopher David: No.
[01:03:19] Christopher David: Do we get to hear?
[01:03:29] Christopher David: We have the input.
[01:03:39] Christopher David: We don't get there.
[01:03:49] Christopher David: Okay.
[01:03:59] Christopher David: When we get to the point when we're calling the plug-in.
[01:04:25] Christopher David: We successfully validate the plug-in.
[01:04:35] Christopher David: Is that an SV class in there?
[01:04:47] Christopher David: An input function.
[01:05:01] Christopher David: Looks like an array to me.
[01:05:15] Christopher David: Oh, you're saying that's an SV class.
[01:05:27] Christopher David: If input there we go.
[01:05:45] Christopher David: Does that work?
[01:05:49] Christopher David: Oh.
[01:05:55] Christopher David: All right.
[01:06:05] Christopher David: Yes.
[01:06:13] Christopher David: Yeah.
[01:06:35] Christopher David: If input input is not a string, convert it to a string.
[01:06:49] Christopher David: Okay.
[01:06:59] Christopher David: An input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input
[01:07:29] Christopher David: input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input
[01:07:59] Christopher David: input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input
[01:08:29] Christopher David: input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input
[01:08:59] Christopher David: input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input
[01:09:29] Christopher David: input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input
[01:09:59] Christopher David: input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input
[01:10:29] Christopher David: input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input
[01:10:59] Christopher David: input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input
[01:11:29] Christopher David: input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input
[01:11:59] Christopher David: input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input
[01:12:29] Christopher David: input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input
[01:12:59] Christopher David: input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input
[01:13:29] Christopher David: input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input
[01:13:59] Christopher David: input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input
[01:14:29] Christopher David: input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input
[01:14:59] Christopher David: input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input
[01:15:29] Christopher David: input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input
[01:15:59] Christopher David: input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input
[01:16:29] Christopher David: input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input
[01:16:59] Christopher David: input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input
[01:17:29] Christopher David: input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input
[01:17:59] Christopher David: input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input
[01:18:29] Christopher David: input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input
[01:18:59] Christopher David: input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input
[01:19:29] Christopher David: input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input input
[01:19:59] Christopher David: is
[01:20:06] Christopher David: the
[01:20:43] Christopher David: the
[01:21:09] Christopher David: the
[01:21:16] Christopher David: the
[01:21:23] Christopher David: the
[01:21:30] Christopher David: the
[01:21:37] Christopher David: the
[01:21:45] Christopher David: the
[01:21:52] Christopher David: the
[01:21:58] Christopher David: the
[01:22:05] Christopher David: the
[01:22:10] Christopher David: the
[01:22:17] Christopher David: the
[01:22:25] Christopher David: the
[01:22:30] Christopher David: the
[01:22:35] Christopher David: the
[01:22:42] Christopher David: the
[01:22:50] Christopher David: the
[01:22:55] Christopher David: the
[01:23:00] Christopher David: the
[01:23:07] Christopher David: the
[01:23:15] Christopher David: the
[01:23:20] Christopher David: the
[01:23:25] Christopher David: the
[01:23:32] Christopher David: the
[01:23:37] Christopher David: the
[01:23:37] Christopher David: the
[01:23:45] Christopher David: the
[01:23:50] Christopher David: the
[01:23:52] Christopher David: the
[01:23:59] Christopher David: the
[01:24:04] Christopher David: the
[01:24:07] Christopher David: the
[01:24:10] Christopher David: the
[01:24:17] Christopher David: the
[01:24:21] Christopher David: the
[01:24:27] Christopher David: the
[01:24:35] Christopher David: the
[01:24:41] Christopher David: the
[01:24:46] Christopher David: the
[01:24:53] Christopher David: the
[01:24:58] Christopher David: the
[01:25:01] Christopher David: the
[01:25:06] Christopher David: the
[01:25:11] Christopher David: the
[01:25:18] Christopher David: the
[01:25:26] Christopher David: the
[01:25:31] Christopher David: the
[01:25:36] Christopher David: the
[01:25:43] Christopher David: the
[01:25:51] Christopher David: the
[01:25:56] Christopher David: the
[01:26:01] Christopher David: the
[01:26:08] Christopher David: the
[01:26:14] Christopher David: the
[01:26:19] Christopher David: the
[01:26:26] Christopher David: the
[01:26:28] Christopher David: the
[01:26:30] Christopher David: the
[01:26:37] Christopher David: the
[01:26:42] Christopher David: the
[01:26:50] Christopher David: the
[01:26:55] Christopher David: the
[01:26:59] Christopher David: the
[01:27:06] Christopher David: the
[01:27:12] Christopher David: the
[01:27:17] Christopher David: the
[01:27:21] Christopher David: the
[01:27:26] Christopher David: the
[01:27:30] Christopher David: the
[01:27:34] Christopher David: the
[01:27:40] Christopher David: the
[01:27:43] Christopher David: the
[01:27:48] Christopher David: the
[01:27:53] Christopher David: the
[01:27:58] Christopher David: the
[01:28:01] Christopher David: the
[01:28:08] Christopher David: the
[01:28:16] Christopher David: the
[01:28:21] Christopher David: the
[01:28:26] Christopher David: the
[01:28:29] Christopher David: the
[01:28:36] Christopher David: the
[01:28:39] Christopher David: the
[01:28:44] Christopher David: the
[01:28:49] Christopher David: the
[01:28:54] Christopher David: the
[01:28:57] Christopher David: the
[01:29:04] Christopher David: the
[01:29:09] Christopher David: the
[01:29:12] Christopher David: the
[01:29:17] Christopher David: the
[01:29:22] Christopher David: the
[01:29:25] Christopher David: the
[01:29:32] Christopher David: the
[01:29:35] Christopher David: the
[01:29:40] Christopher David: the
[01:29:45] Christopher David: the
[01:29:50] Christopher David: the
[01:29:54] Christopher David: the
[01:29:58] Christopher David: the
[01:30:00] Christopher David: the
[01:30:03] Christopher David: the
[01:30:08] Christopher David: the
[01:30:11] Christopher David: the
[01:30:13] Christopher David: the
[01:30:18] Christopher David: the
[01:30:21] Christopher David: the
[01:30:28] Christopher David: the
[01:30:36] Christopher David: the
[01:30:41] Christopher David: the
[01:30:46] Christopher David: the
[01:30:49] Christopher David: the
[01:30:56] Christopher David: the
[01:30:59] Christopher David: the
[01:31:04] Christopher David: the
[01:31:07] Christopher David: the
[01:31:09] Christopher David: the
[01:31:14] Christopher David: the
[01:31:17] Christopher David: the
[01:31:22] Christopher David: the
[01:31:24] Christopher David: the
[01:31:27] Christopher David: the
[01:31:30] Christopher David: the
[01:31:32] Christopher David: the
[01:31:35] Christopher David: the
[01:31:37] Christopher David: the
[01:31:40] Christopher David: the
[01:31:42] Christopher David: the
[01:31:45] Christopher David: the
[01:31:52] Christopher David: the
[01:31:55] Christopher David: the
[01:31:58] Christopher David: the
[01:32:00] Christopher David: the
[01:32:03] Christopher David: the
[01:32:05] Christopher David: the
[01:32:07] Christopher David: the
[01:32:10] Christopher David: the
[01:32:12] Christopher David: the
[01:32:19] Christopher David: the
[01:32:25] Christopher David: the
[01:32:27] Christopher David: the
[01:32:30] Christopher David: the
[01:32:32] Christopher David: the
[01:32:37] Christopher David: the
[01:32:41] Christopher David: the
[01:32:45] Christopher David: the
[01:32:47] Christopher David: the
[01:32:50] Christopher David: the
[01:32:55] Christopher David: the
[01:32:58] Christopher David: the
[01:33:00] Christopher David: the
[01:33:05] Christopher David: the
[01:33:08] Christopher David: the
[01:33:13] Christopher David: the
[01:33:15] Christopher David: the
[01:33:16] Christopher David: the
[01:33:18] Christopher David: the
[01:33:20] Christopher David: the
[01:33:23] Christopher David: the
[01:33:26] Christopher David: the
[01:33:28] Christopher David: the
[01:33:30] Christopher David: the
[01:33:33] Christopher David: the
[01:33:36] Christopher David: the
[01:33:43] Christopher David: the
[01:33:46] Christopher David: the
[01:33:51] Christopher David: the
[01:33:56] Christopher David: the
[01:34:01] Christopher David: the
[01:34:04] Christopher David: the
[01:34:09] Christopher David: the
[01:34:11] Christopher David: the
[01:34:12] Christopher David: the
[01:34:14] Christopher David: the
[01:34:16] Christopher David: the
[01:34:19] Christopher David: the
[01:34:22] Christopher David: the
[01:34:24] Christopher David: the
[01:34:26] Christopher David: the
[01:34:29] Christopher David: the
[01:34:32] Christopher David: the
[01:34:37] Christopher David: the
[01:34:39] Christopher David: the
[01:34:42] Christopher David: the
[01:34:44] Christopher David: the
[01:34:47] Christopher David: the
[01:34:50] Christopher David: the
[01:34:52] Christopher David: the
[01:34:53] Christopher David: the
[01:34:55] Christopher David: the
[01:34:57] Christopher David: the
[01:35:00] Christopher David: the
[01:35:05] Christopher David: the
[01:35:07] Christopher David: the
[01:35:09] Christopher David: the
[01:35:12] Christopher David: the
[01:35:15] Christopher David: the
[01:35:18] Christopher David: the
[01:35:20] Christopher David: the
[01:35:25] Christopher David: the
[01:35:29] Christopher David: the
[01:35:35] Christopher David: the
[01:35:38] Christopher David: the
[01:35:42] Christopher David: the
[01:35:43] Christopher David: the
[01:35:46] Christopher David: the
[01:35:48] Christopher David: the
[01:35:50] Christopher David: the
[01:35:53] Christopher David: the
[01:35:55] Christopher David: the
[01:36:00] Christopher David: the
[01:36:02] Christopher David: the
[01:36:05] Christopher David: the
[01:36:07] Christopher David: the
[01:36:10] Christopher David: the
[01:36:13] Christopher David: the
[01:36:15] Christopher David: the
[01:36:20] Christopher David: the
[01:36:21] Christopher David: the
[01:36:23] Christopher David: the
[01:36:28] Christopher David: the
[01:36:30] Christopher David: the
[01:36:33] Christopher David: the
[01:36:35] Christopher David: the
[01:36:38] Christopher David: the
[01:36:41] Christopher David: the
[01:36:43] Christopher David: the
[01:36:46] Christopher David: the
[01:36:48] Christopher David: the
[01:36:52] Christopher David: the
[01:36:56] Christopher David: the
[01:36:58] Christopher David: the
[01:36:59] Christopher David: the
[01:37:00] Christopher David: the
[01:37:01] Christopher David: the
[01:37:03] Christopher David: the
[01:37:04] Christopher David: the
[01:37:06] Christopher David: the
[01:37:07] Christopher David: the
[01:37:09] Christopher David: the
[01:37:10] Christopher David: the
[01:37:11] Christopher David: the
[01:37:12] Christopher David: the
[01:37:13] Christopher David: the
[01:37:14] Christopher David: the
[01:37:16] Christopher David: the
[01:37:17] Christopher David: the
[01:37:18] Christopher David: the
[01:37:19] Christopher David: the
[01:37:21] Christopher David: the
[01:37:23] Christopher David: the
[01:37:25] Christopher David: the
[01:37:27] Christopher David: the
[01:37:28] Christopher David: the
[01:37:30] Christopher David: the
[01:37:32] Christopher David: the
[01:37:34] Christopher David: the
[01:37:35] Christopher David: the
[01:37:36] Christopher David: the
[01:37:38] Christopher David: the
[01:37:40] Christopher David: the
[01:37:41] Christopher David: the
[01:37:43] Christopher David: the
[01:37:45] Christopher David: the
[01:37:46] Christopher David: the
[01:37:48] Christopher David: the
[01:37:55] Christopher David: the
[01:38:03] Christopher David: the
[01:38:08] Christopher David: the
[01:38:13] Christopher David: the
[01:38:14] Christopher David: the
[01:38:15] Christopher David: the
[01:38:18] Christopher David: the
[01:38:22] Christopher David: the
[01:38:24] Christopher David: the
[01:38:26] Christopher David: the
[01:38:27] Christopher David: the
[01:38:29] Christopher David: the
[01:38:31] Christopher David: the
[01:38:32] Christopher David: the
[01:38:33] Christopher David: the
[01:38:35] Christopher David: the
[01:38:36] Christopher David: the
[01:38:37] Christopher David: the
[01:38:38] Christopher David: the
[01:38:40] Christopher David: the
[01:38:42] Christopher David: the
[01:38:44] Christopher David: the
[01:38:46] Christopher David: the
[01:38:50] Christopher David: the
[01:38:52] Christopher David: the
[01:38:54] Christopher David: the
[01:38:57] Christopher David: the
[01:39:00] Christopher David: the
[01:39:03] Christopher David: the
[01:39:05] Christopher David: the
[01:39:10] Christopher David: the
[01:39:13] Christopher David: the
[01:39:18] Christopher David: the
[01:39:20] Christopher David: the
[01:39:22] Christopher David: the
[01:39:23] Christopher David: the
[01:39:25] Christopher David: the
[01:39:28] Christopher David: the
[01:39:31] Christopher David: the
[01:39:33] Christopher David: the
[01:39:36] Christopher David: the
[01:39:38] Christopher David: the
[01:39:40] Christopher David: the
[01:39:43] Christopher David: the
[01:39:47] Christopher David: the
[01:39:49] Christopher David: the
[01:39:51] Christopher David: the
[01:39:52] Christopher David: the
[01:39:54] Christopher David: the
[01:39:57] Christopher David: the
[01:39:58] Christopher David: the
[01:40:00] Christopher David: the
[01:40:02] Christopher David: the
[01:40:03] Christopher David: the
[01:40:05] Christopher David: the
[01:40:07] Christopher David: the
[01:40:09] Christopher David: the
[01:39:59] Christopher David: the
[01:40:06] Christopher David: the
[01:40:51] Christopher David: the
[01:41:18] Christopher David: the
[01:41:25] Christopher David: almost there
[01:41:31] Christopher David: the
[01:41:38] Christopher David: the
[01:41:53] Christopher David: the
[01:42:00] Christopher David: the
[01:42:00] Christopher David: the
[01:42:14] Christopher David: the
[01:42:18] Christopher David: the
[01:42:25] Christopher David: the
[01:42:33] Christopher David: the
[01:42:40] Christopher David: the
[01:42:45] Christopher David: the
[01:42:49] Christopher David: the
[01:42:53] Christopher David: the
[01:42:58] Christopher David: the
[01:43:01] Christopher David: the
[01:43:08] Christopher David: the
[01:43:11] Christopher David: the
[01:43:16] Christopher David: the
[01:43:21] Christopher David: the
[01:43:26] Christopher David: the
[01:43:33] Christopher David: the
[01:43:38] Christopher David: the
[01:43:41] Christopher David: the
[01:43:44] Christopher David: the
[01:43:46] Christopher David: the
[01:43:51] Christopher David: the
[01:43:58] Christopher David: the
[01:44:01] Christopher David: the
[01:44:05] Christopher David: the
[01:44:09] Christopher David: the
[01:44:16] Christopher David: the
[01:44:23] Christopher David: the
[01:44:28] Christopher David: the
[01:44:31] Christopher David: the
[01:44:36] Christopher David: the
[01:44:39] Christopher David: the
[01:44:42] Christopher David: the
[01:44:44] Christopher David: the
[01:44:51] Christopher David: the
[01:44:54] Christopher David: the
[01:44:59] Christopher David: the
[01:45:02] Christopher David: the
[01:45:04] Christopher David: the
[01:45:09] Christopher David: the
[01:45:12] Christopher David: the
[01:45:19] Christopher David: the
[01:45:22] Christopher David: the
[01:45:27] Christopher David: the
[01:45:30] Christopher David: the
[01:45:32] Christopher David: the
[01:45:37] Christopher David: the
[01:45:44] Christopher David: the
[01:45:49] Christopher David: the
[01:45:52] Christopher David: the
[01:45:55] Christopher David: the
[01:45:57] Christopher David: the
[01:46:02] Christopher David: the
[01:46:09] Christopher David: the
[01:46:12] Christopher David: the
[01:46:16] Christopher David: the
[01:46:20] Christopher David: the
[01:46:22] Christopher David: the
[01:46:25] Christopher David: the
[01:46:27] Christopher David: the
[01:46:30] Christopher David: the
[01:46:37] Christopher David: the
[01:46:39] Christopher David: the
[01:46:42] Christopher David: the
[01:46:45] Christopher David: the
[01:46:48] Christopher David: the
[01:46:50] Christopher David: the
[01:46:52] Christopher David: the
[01:46:55] Christopher David: the
[01:46:59] Christopher David: the
[01:47:03] Christopher David: the
[01:47:05] Christopher David: the
[01:47:08] Christopher David: the
[01:47:12] Christopher David: the
[01:47:13] Christopher David: the
[01:47:16] Christopher David: the
[01:47:18] Christopher David: the
[01:47:23] Christopher David: the
[01:47:30] Christopher David: the
[01:47:33] Christopher David: the
[01:47:37] Christopher David: the
[01:47:39] Christopher David: the
[01:47:41] Christopher David: the
[01:47:43] Christopher David: the
[01:47:46] Christopher David: the
[01:47:48] Christopher David: the
[01:47:55] Christopher David: the
[01:47:57] Christopher David: the
[01:48:01] Christopher David: the
[01:48:03] Christopher David: the
[01:48:06] Christopher David: the
[01:48:08] Christopher David: the
[01:48:11] Christopher David: the
[01:48:13] Christopher David: the
[01:48:20] Christopher David: the
[01:48:23] Christopher David: the
[01:48:26] Christopher David: the
[01:48:28] Christopher David: the
[01:48:31] Christopher David: the
[01:48:33] Christopher David: the
[01:48:35] Christopher David: the
[01:48:38] Christopher David: the
[01:48:40] Christopher David: the
[01:48:47] Christopher David: the
[01:48:50] Christopher David: the
[01:48:54] Christopher David: the
[01:48:55] Christopher David: the
[01:48:58] Christopher David: the
[01:49:00] Christopher David: the
[01:49:02] Christopher David: the
[01:49:05] Christopher David: the
[01:49:10] Christopher David: the
[01:49:12] Christopher David: the
[01:49:14] Christopher David: the
[01:49:17] Christopher David: the
[01:49:20] Christopher David: the
[01:49:23] Christopher David: the
[01:49:25] Christopher David: the
[01:49:27] Christopher David: the
[01:49:30] Christopher David: the
[01:49:32] Christopher David: the