URL: https://dev1.gofmhost.com/fmi/data/v1/databases/theboss/layouts/web__fathomLog/records token:314bcc83b4c0c5ff9238c293b934bc15ff125d32ba49a33d5352 Post Fields: {"fieldData":{"json_Received":"{\"action_items\":[{\"assignee\":{\"email\":\"etechnologies34@gmail.com\",\"name\":\"Sean Kruger\",\"team\":null},\"completed\":false,\"description\":\"Monitor RPL sync; if rate-limit, capture headers\/payloads and email Emily (cc Jeff)\",\"recording_playback_url\":\"https:\/\/fathom.video\/calls\/718080067?timestamp=1233.9999\",\"recording_timestamp\":\"00:20:33\",\"user_generated\":false},{\"assignee\":{\"email\":\"etechnologies34@gmail.com\",\"name\":\"Sean Kruger\",\"team\":null},\"completed\":false,\"description\":\"Update RPL sync to use Stock Levels endpoint; filter by Stock Method != 0\",\"recording_playback_url\":\"https:\/\/fathom.video\/calls\/718080067?timestamp=1337.9999\",\"recording_timestamp\":\"00:22:17\",\"user_generated\":false},{\"assignee\":{\"email\":\"etechnologies34@gmail.com\",\"name\":\"Sean Kruger\",\"team\":null},\"completed\":false,\"description\":\"Add 1-sec throttle per API call in RPL sync\",\"recording_playback_url\":\"https:\/\/fathom.video\/calls\/718080067?timestamp=2694.9999\",\"recording_timestamp\":\"00:44:54\",\"user_generated\":false},{\"assignee\":{\"email\":null,\"name\":\"Jeff Bass\",\"team\":null},\"completed\":false,\"description\":\"Text Noah re: product field indicating stock\",\"recording_playback_url\":\"https:\/\/fathom.video\/calls\/718080067?timestamp=2948.9999\",\"recording_timestamp\":\"00:49:08\",\"user_generated\":false},{\"assignee\":{\"email\":null,\"name\":\"Jeff Bass\",\"team\":null},\"completed\":false,\"description\":\"Remove legacy items from RPL dataset\",\"recording_playback_url\":\"https:\/\/fathom.video\/calls\/718080067?timestamp=5145.9999\",\"recording_timestamp\":\"01:25:45\",\"user_generated\":false},{\"assignee\":{\"email\":\"etechnologies34@gmail.com\",\"name\":\"Sean Kruger\",\"team\":null},\"completed\":false,\"description\":\"Email Jeff when RPL sync completes\",\"recording_playback_url\":\"https:\/\/fathom.video\/calls\/718080067?timestamp=7837.9999\",\"recording_timestamp\":\"02:10:37\",\"user_generated\":false}],\"calendar_invitees\":[{\"email\":\"etechnologies34@gmail.com\",\"email_domain\":\"gmail.com\",\"is_external\":false,\"matched_speaker_display_name\":\"Sean Kruger\",\"name\":\"Sean Kruger\"}],\"calendar_invitees_domains_type\":\"one_or_more_external\",\"created_at\":\"2026-06-19T18:26:23Z\",\"crm_matches\":null,\"default_summary\":{\"markdown_formatted\":\"## Meeting Purpose\\n\\n[Troubleshoot and resolve a critical API sync failure.](https:\/\/fathom.video\/share\/Q93K6uJ9LuzVZLKap7WwSXUYyQ93f4Y_?tab=summary×tamp=738.0)\\n\\n## Key Takeaways\\n\\n - [**API Sync Failure:** The FileMaker sync with the Current Events API fails, leaving the `Projects` screen empty. This began after a June 15th API update.](https:\/\/fathom.video\/share\/Q93K6uJ9LuzVZLKap7WwSXUYyQ93f4Y_?tab=summary×tamp=738.0)\\n - [**Rate Limit Mismatch:** The API's rate limit documentation is inconsistent. The public doc states 60 calls\/min, while support revealed a 720 calls\/min limit.](https:\/\/fathom.video\/share\/Q93K6uJ9LuzVZLKap7WwSXUYyQ93f4Y_?tab=summary×tamp=2025.0)\\n - [**Broken Error Handling:** The API's 429 \\\"Rate Limit Exceeded\\\" response is broken. It lacks the required `X-Rate-Limit-Reset` header and returns a non-standard `300` value instead of a UTC timestamp.](https:\/\/fathom.video\/share\/Q93K6uJ9LuzVZLKap7WwSXUYyQ93f4Y_?tab=summary×tamp=2300.0)\\n - [**Immediate Fix:** A 1-second delay was added between all API calls to ensure the sync never exceeds the 60 calls\/min threshold, bypassing the unreliable error handling.](https:\/\/fathom.video\/share\/Q93K6uJ9LuzVZLKap7WwSXUYyQ93f4Y_?tab=summary×tamp=2705.0)\\n\\n## Topics\\n\\n### API Sync Failure\\n\\n - [The FileMaker sync with the Current Events API began failing after a June 15th update.](https:\/\/fathom.video\/share\/Q93K6uJ9LuzVZLKap7WwSXUYyQ93f4Y_?tab=summary×tamp=2547.0)\\n - [**Symptom:** The `Projects` screen in FileMaker is empty.](https:\/\/fathom.video\/share\/Q93K6uJ9LuzVZLKap7WwSXUYyQ93f4Y_?tab=summary×tamp=2525.0)\\n - [**Root Cause:** The sync fails during data retrieval, likely for the `Opportunities` or `Opportunity Items` tables, before it can populate the UI.](https:\/\/fathom.video\/share\/Q93K6uJ9LuzVZLKap7WwSXUYyQ93f4Y_?tab=summary×tamp=7058.0)\\n - [**Workaround:** Jeff restored a backup from June 11th, which contained data from a completed sync.](https:\/\/fathom.video\/share\/Q93K6uJ9LuzVZLKap7WwSXUYyQ93f4Y_?tab=summary×tamp=773.0)\\n\\n### API Rate Limit & Error Handling\\n\\n - [The API's rate limit documentation is inconsistent and its error handling is broken.](https:\/\/fathom.video\/share\/Q93K6uJ9LuzVZLKap7WwSXUYyQ93f4Y_?tab=summary×tamp=2025.0)\\n - [**Documented Limit:** 60 calls\/min.](https:\/\/fathom.video\/share\/Q93K6uJ9LuzVZLKap7WwSXUYyQ93f4Y_?tab=summary×tamp=3784.0)\\n - [**Actual Limit (per Support):** 720 calls\/min.](https:\/\/fathom.video\/share\/Q93K6uJ9LuzVZLKap7WwSXUYyQ93f4Y_?tab=summary×tamp=2025.0)\\n - [**Broken Error Response (HTTP 429):**](https:\/\/fathom.video\/share\/Q93K6uJ9LuzVZLKap7WwSXUYyQ93f4Y_?tab=summary×tamp=2300.0)\\n - [**Missing Header:** The required `X-Rate-Limit-Reset` header is absent.](https:\/\/fathom.video\/share\/Q93K6uJ9LuzVZLKap7WwSXUYyQ93f4Y_?tab=summary×tamp=1741.0)\\n - [**Invalid Value:** The header returns `300`, which is not a valid UTC timestamp for a reset time.](https:\/\/fathom.video\/share\/Q93K6uJ9LuzVZLKap7WwSXUYyQ93f4Y_?tab=summary×tamp=2300.0)\\n - [**Conclusion:** The API is enforcing an undocumented or previously unenforced rate limit, and its error handling mechanism is non-functional.](https:\/\/fathom.video\/share\/Q93K6uJ9LuzVZLKap7WwSXUYyQ93f4Y_?tab=summary×tamp=2569.0)\\n\\n### FileMaker Code Fixes\\n\\n - [**Throttling:** A 1-second delay was added between all API calls.](https:\/\/fathom.video\/share\/Q93K6uJ9LuzVZLKap7WwSXUYyQ93f4Y_?tab=summary×tamp=2705.0)\\n - [**Rationale:** This ensures the sync never exceeds the 60 calls\/min threshold, preventing rate limit errors and bypassing the API's broken error handling.](https:\/\/fathom.video\/share\/Q93K6uJ9LuzVZLKap7WwSXUYyQ93f4Y_?tab=summary×tamp=2705.0)\\n - [**Optimization:** The sync now uses the new `stock_levels` endpoint.](https:\/\/fathom.video\/share\/Q93K6uJ9LuzVZLKap7WwSXUYyQ93f4Y_?tab=summary×tamp=1371.0)\\n - [**Rationale:** This replaces looping through all \\\\~172k products to find stock, significantly reducing API calls.](https:\/\/fathom.video\/share\/Q93K6uJ9LuzVZLKap7WwSXUYyQ93f4Y_?tab=summary×tamp=1371.0)\\n - [**Logic:** The sync will only check stock for products where `stock_method` is not `0` (none).](https:\/\/fathom.video\/share\/Q93K6uJ9LuzVZLKap7WwSXUYyQ93f4Y_?tab=summary×tamp=3367.0)\\n\\n### FileMaker Versioning\\n\\n - [**Issue:** FileMaker lacks native version control, making it hard to identify the correct backup after a code change.](https:\/\/fathom.video\/share\/Q93K6uJ9LuzVZLKap7WwSXUYyQ93f4Y_?tab=summary×tamp=4890.0)\\n - [**Risk:** Restoring an old backup could overwrite critical code fixes.](https:\/\/fathom.video\/share\/Q93K6uJ9LuzVZLKap7WwSXUYyQ93f4Y_?tab=summary×tamp=4952.0)\\n - [**Decision:** No formal versioning system will be implemented. Sean will notify Jeff when the sync is complete, marking the current file as the new baseline.](https:\/\/fathom.video\/share\/Q93K6uJ9LuzVZLKap7WwSXUYyQ93f4Y_?tab=summary×tamp=4890.0)\\n\\n## Next Steps\\n\\n - [**Sean:**](https:\/\/fathom.video\/share\/Q93K6uJ9LuzVZLKap7WwSXUYyQ93f4Y_?tab=summary×tamp=7764.0)\\n - [Monitor the live sync to confirm the 1-second delay resolves the rate limit issue.](https:\/\/fathom.video\/share\/Q93K6uJ9LuzVZLKap7WwSXUYyQ93f4Y_?tab=summary×tamp=7764.0)\\n - [Notify Jeff upon successful completion to establish the new baseline file.](https:\/\/fathom.video\/share\/Q93K6uJ9LuzVZLKap7WwSXUYyQ93f4Y_?tab=summary×tamp=7850.0)\\n - [**Jeff:**](https:\/\/fathom.video\/share\/Q93K6uJ9LuzVZLKap7WwSXUYyQ93f4Y_?tab=summary×tamp=7019.0)\\n - [Process invoices once the sync is complete.](https:\/\/fathom.video\/share\/Q93K6uJ9LuzVZLKap7WwSXUYyQ93f4Y_?tab=summary×tamp=7026.0)\\n\",\"template_name\":\"Enhanced\"},\"highlights\":null,\"meeting_title\":\"\ud83d\udc4b Hello, Lets talk about your FileMaker solution! (Jeff Bass)\",\"meeting_type\":null,\"meeting_url\":\"https:\/\/us02web.zoom.us\/j\/89458745017?pwd=SEeTHgMbJb86bVszPlQWe36qhRVTTM.1\",\"recorded_by\":{\"email\":\"etechnologies34@gmail.com\",\"email_domain\":\"gmail.com\",\"name\":\"Sean Kruger\",\"team\":null},\"recording_end_time\":\"2026-06-19T18:26:15Z\",\"recording_id\":156716367,\"recording_start_time\":\"2026-06-19T16:13:52Z\",\"scheduled_end_time\":\"2026-06-19T17:06:01Z\",\"scheduled_start_time\":\"2026-06-19T16:06:01Z\",\"share_url\":\"https:\/\/fathom.video\/share\/Q93K6uJ9LuzVZLKap7WwSXUYyQ93f4Y_\",\"title\":\"\ud83d\udc4b Hello, Lets talk about your FileMaker solution! (Jeff Bass)\",\"transcript\":[{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Hello.\",\"timestamp\":\"00:00:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Hello.\",\"timestamp\":\"00:00:10\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Hey, you hear me?\",\"timestamp\":\"00:00:11\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Yep.\",\"timestamp\":\"00:00:13\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Okay.\",\"timestamp\":\"00:00:14\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Um, what I've done with jump is I click on my, my desktop and then do command shift four.\",\"timestamp\":\"00:00:15\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"And, uh, that way I get a, um, I can get the screenshot and then I can copy text out of that.\",\"timestamp\":\"00:00:24\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"It's like a lot of data.\",\"timestamp\":\"00:00:34\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Oh, it's like, uh, like a trace command.\",\"timestamp\":\"00:00:37\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Huh?\",\"timestamp\":\"00:00:41\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I can't even get it on, on screen.\",\"timestamp\":\"00:00:44\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I can't, you know, it's like, I mean, I guess I could take individual screenshots, but it's just very inefficient trying to do that.\",\"timestamp\":\"00:00:48\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It's hard to work on that little screen.\",\"timestamp\":\"00:00:56\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I was looking.\",\"timestamp\":\"00:00:59\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I for the email address, because Eric was talking to them about some other issue, but...\",\"timestamp\":\"00:00:59\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah, the header doesn't even say what it says, so I don't know, like...\",\"timestamp\":\"00:01:05\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Okay.\",\"timestamp\":\"00:01:12\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I mean, it would be nice just to put this all on email and to say, this is the header we get back, and it doesn't say what you say it says.\",\"timestamp\":\"00:01:14\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It doesn't say anything it says, like it says it's supposed to tell you something, but...\",\"timestamp\":\"00:01:26\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"If you were to use the notes and create a new note, can you copy and paste in the note and then, or in the text editor?\",\"timestamp\":\"00:01:31\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Let's hear it.\",\"timestamp\":\"00:01:54\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I mean, I could probably just log into my Google Drive account, I guess, if I have to do that.\",\"timestamp\":\"00:02:01\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I don't even have that feature if it doesn't work.\",\"timestamp\":\"00:03:24\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Copy?\",\"timestamp\":\"00:03:28\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"The copy?\",\"timestamp\":\"00:03:31\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Yeah.\",\"timestamp\":\"00:03:33\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I'm just talking to myself, by the way.\",\"timestamp\":\"00:03:37\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So it says that it's supposed to return code on.\",\"timestamp\":\"00:06:25\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I can check again in here.\",\"timestamp\":\"00:06:30\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Can you see what I'm seeing here now?\",\"timestamp\":\"00:06:33\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"OK.\",\"timestamp\":\"00:06:42\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"See, it says that.\",\"timestamp\":\"00:06:53\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But even when- Rate limit exceeded, yeah.\",\"timestamp\":\"00:07:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah, but I waited like five minutes and that doesn't go away.\",\"timestamp\":\"00:07:03\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So I don't know because it doesn't say that in their documentation.\",\"timestamp\":\"00:07:10\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I seem to remember 84,000 or something like that, that they said that we would be limited to.\",\"timestamp\":\"00:07:16\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I still don't see how we're hitting 84,000.\",\"timestamp\":\"00:07:30\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But regardless, this is a really crappy response.\",\"timestamp\":\"00:07:32\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Like that's not even JSON.\",\"timestamp\":\"00:07:50\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Like that, I don't know, this is like a lazy API.\",\"timestamp\":\"00:07:53\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"X, get tokens, response headers, we could directly to, come on, this thing is, I don't even know if I can copy and paste at all, edit, why do they use this jump drive thing, doesn't seem to work very.\",\"timestamp\":\"00:08:05\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah.\",\"timestamp\":\"00:09:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Jump desktop?\",\"timestamp\":\"00:09:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Whatever, yeah.\",\"timestamp\":\"00:09:02\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"This is where the industry went for remote editing.\",\"timestamp\":\"00:09:03\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"And, you know, we've been fighting it and using other things.\",\"timestamp\":\"00:09:11\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"And this is an easy way for them to set it up.\",\"timestamp\":\"00:09:14\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"And this is how they use it.\",\"timestamp\":\"00:09:18\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"When editors come to our platform, they love it.\",\"timestamp\":\"00:09:19\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"But, you know, it's not about what the end user likes.\",\"timestamp\":\"00:09:23\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"It's about what the producer's friend, who the producer's friend is that gets the job.\",\"timestamp\":\"00:09:27\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Oh, gotcha.\",\"timestamp\":\"00:09:34\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Yeah, know.\",\"timestamp\":\"00:09:37\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I don't know why.\",\"timestamp\":\"00:09:38\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I mean, so that was an easy thing to set up for me to, you know, work on.\",\"timestamp\":\"00:09:39\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah.\",\"timestamp\":\"00:09:47\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Page 1973.\",\"timestamp\":\"00:09:49\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"What if I do page 19?\",\"timestamp\":\"00:09:53\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Ugh.\",\"timestamp\":\"00:09:58\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It's just hard when you don't know, like, what to expect in the API, and then it gives you that.\",\"timestamp\":\"00:10:17\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Like, it doesn't say that this is what it returns, so, like, I don't know, like, what to look for, so I'm just, like, guessing.\",\"timestamp\":\"00:10:24\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So until I actually see it, I don't know, and it's really hard to work that way.\",\"timestamp\":\"00:10:31\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"So did you see in my text, I have, I, this person, we have her email, and she's written to me, she's written to Eric.\",\"timestamp\":\"00:10:37\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"So that's her email, emilyatcurrent-events.intercom.mail.com.\",\"timestamp\":\"00:10:48\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"So we can send her.\",\"timestamp\":\"00:10:58\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"And email, she may, you know, depending on time, I don't know where she is, but she may.\",\"timestamp\":\"00:11:01\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I just don't know how we got to 84,000, so, and it doesn't tell me when I can log back in, so, like it says it does.\",\"timestamp\":\"00:11:07\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Maybe it's because it's been running for a few days.\",\"timestamp\":\"00:11:18\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Well, yeah, why, why, can you look at JCAMS, because JCAMS are working, but that wouldn't tell you that, that wouldn't tell you.\",\"timestamp\":\"00:11:22\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"have to wait until I get the error to know what it's, does it only happen the first time?\",\"timestamp\":\"00:11:31\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I mean, the rate limit thing tells me is one second, is one sentence, and it's not doing what it's doing when I see it.\",\"timestamp\":\"00:11:35\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So, you know, it's like, oh, I guess I can wait till it resets, and we need to turn it off so that it can't run, and then I need to see what it says, or somebody needs to, like, specifically diagnose what it's supposed to say.\",\"timestamp\":\"00:11:42\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Like, you know, because I don't know what I'm looking for.\",\"timestamp\":\"00:12:00\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"But if we write to Emily, if you write an email to her, tell her Remote Picture Labs LLC, because there's no...\",\"timestamp\":\"00:12:04\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I think what may have happened is it got hung up at some point.\",\"timestamp\":\"00:12:18\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And since it's been constantly running, you're locked out for some given time.\",\"timestamp\":\"00:12:22\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"No, because I saw it running since the changeover.\",\"timestamp\":\"00:12:27\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"In words, I went to it and I saw that it didn't, when I contacted you, I saw that it didn't finish.\",\"timestamp\":\"00:12:33\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Well, it worked for a little bit this morning.\",\"timestamp\":\"00:12:44\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"What?\",\"timestamp\":\"00:12:46\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"It worked for a little bit this morning when I was running in.\",\"timestamp\":\"00:12:47\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Okay.\",\"timestamp\":\"00:12:51\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"But then it stopped.\",\"timestamp\":\"00:12:51\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Well, mean, I had to go to a backup that had data in it on the 11th.\",\"timestamp\":\"00:12:53\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"There was...\",\"timestamp\":\"00:12:59\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"There were seven backups in the backup queue for, you know, not on It had nothing to do with the data.\",\"timestamp\":\"00:13:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It had nothing to do with the data.\",\"timestamp\":\"00:13:07\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Okay, well, I mean, it was empty.\",\"timestamp\":\"00:13:09\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"There were, you know, when I tried to do a new sync, I went to it and it's empty.\",\"timestamp\":\"00:13:11\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"You know, there's nothing in it that I could see from a user.\",\"timestamp\":\"00:13:20\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"empty?\",\"timestamp\":\"00:13:24\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"When I hit project, it was empty.\",\"timestamp\":\"00:13:25\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I go projects and the screens were just white.\",\"timestamp\":\"00:13:29\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"And so I went and found a, the last one on the seventh backup on the 11th, it had data and it had completed a, it had, it was the one that completed a sync.\",\"timestamp\":\"00:13:31\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"And so I, I delete, you\",\"timestamp\":\"00:13:57\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I removed the other ones.\",\"timestamp\":\"00:14:00\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I stopped everything, did the sequence, removed it, and then went into the program, like you said, and imported that backup and initiated the sync, but it hung up.\",\"timestamp\":\"00:14:02\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"It was, you know, the last creating whatever it was that I gave you, the thing, it was just hung up.\",\"timestamp\":\"00:14:16\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"So I just left it there.\",\"timestamp\":\"00:14:22\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I didn't touch it.\",\"timestamp\":\"00:14:24\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"And then it went into another backup because, because no one, you know, delete, no, stopped all that nonsense.\",\"timestamp\":\"00:14:25\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"And what happens is when it goes into that sequence, it loses all the data in the projects.\",\"timestamp\":\"00:14:32\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"It might be, it might be in there, but it's not showing it.\",\"timestamp\":\"00:14:40\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"And so I think it corrupts something and time machine, we can go into time machine and find a clean, clean one.\",\"timestamp\":\"00:14:44\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"And start it again.\",\"timestamp\":\"00:15:00\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"And then you'll, maybe you'll get some clean codes.\",\"timestamp\":\"00:15:01\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"No, I don't think that's the problem.\",\"timestamp\":\"00:15:06\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Or you can, As far as I can tell, in here, are they not?\",\"timestamp\":\"00:15:09\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Huh?\",\"timestamp\":\"00:15:14\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Has the data not been updated?\",\"timestamp\":\"00:15:15\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I look like it updated.\",\"timestamp\":\"00:15:17\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"No, I mean, I think it, it, it does some like clean out or whatever it did in the, like when you hit projects, there's nothing to click on.\",\"timestamp\":\"00:15:19\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I mean, I don't even\",\"timestamp\":\"00:15:59\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"know what to ask.\",\"timestamp\":\"00:16:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Is it Remote Picture Labs?\",\"timestamp\":\"00:16:00\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Is that the account that I'm asking about?\",\"timestamp\":\"00:16:02\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Yeah.\",\"timestamp\":\"00:16:03\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I mean, have a, I have a, I can't find a client number, you know, you can't find a client number, but I can find, I have an invoice, you know, this is, I've got to get all these error codes off this machine to my Gmail account.\",\"timestamp\":\"00:16:04\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"That invoice number would be able to find our, but it's, uh, it's working again now.\",\"timestamp\":\"00:17:18\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"See, it starts working way more than 60 seconds though.\",\"timestamp\":\"00:17:42\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Cause if I wait 60 seconds, that doesn't work.\",\"timestamp\":\"00:17:47\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So it is hard to follow when there's no routine.\",\"timestamp\":\"00:17:51\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Like now it's working.\",\"timestamp\":\"00:17:54\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Oh, it's super annoying.\",\"timestamp\":\"00:18:02\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"If I just say, is there something I can say?\",\"timestamp\":\"00:18:04\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"It just doesn't do it.\",\"timestamp\":\"00:18:08\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I mean, there's just not enough.\",\"timestamp\":\"00:18:13\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"There's not enough information.\",\"timestamp\":\"00:18:15\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Like, I don't know what I'm looking.\",\"timestamp\":\"00:18:17\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I have to actually see it happen.\",\"timestamp\":\"00:18:19\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And it's so hard to reproduce.\",\"timestamp\":\"00:18:20\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Like, they can't expect you to like actually run into the problem like this.\",\"timestamp\":\"00:18:22\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You have to know what it is.\",\"timestamp\":\"00:18:26\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You can't program blind.\",\"timestamp\":\"00:18:27\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Like, if they implement something, and they say, okay, we're going to time you out after 60 seconds.\",\"timestamp\":\"00:18:28\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That's fine.\",\"timestamp\":\"00:18:35\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But then at the end of 60 seconds, if that's their rule, that's fine.\",\"timestamp\":\"00:18:36\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But they're not, that's, that's one sentence for what I'm looking for.\",\"timestamp\":\"00:18:43\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"For me to just submit a bug so they contact me, even.\",\"timestamp\":\"00:18:47\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Issues with API updates with recent.\",\"timestamp\":\"00:18:52\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It's what I texted you, the right limit.\",\"timestamp\":\"00:18:57\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Okay, let's see here.\",\"timestamp\":\"00:19:01\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It doesn't do that.\",\"timestamp\":\"00:19:04\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Whatever that is, it doesn't work.\",\"timestamp\":\"00:19:07\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"doesn't do that.\",\"timestamp\":\"00:19:08\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"So API doesn't do what it says is part of it.\",\"timestamp\":\"00:19:25\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Let's see.\",\"timestamp\":\"00:19:33\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Header, I'll try to see what header looks like.\",\"timestamp\":\"00:19:38\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I mean, this is another issue.\",\"timestamp\":\"00:19:41\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Like, it's hard for me to, like, do this remotely.\",\"timestamp\":\"00:19:42\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Like, it's hard to, like, copy.\",\"timestamp\":\"00:19:46\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"There's a lot of information that comes back that you need to send to her.\",\"timestamp\":\"00:19:48\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And this jump drive thing is super hard to work with in this.\",\"timestamp\":\"00:19:51\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Well, how can you, you can log in your normal way, too.\",\"timestamp\":\"00:19:56\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"They just, I mean, they didn't take that away.\",\"timestamp\":\"00:20:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I can't.\",\"timestamp\":\"00:20:03\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"It doesn't work.\",\"timestamp\":\"00:20:05\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I've tried.\",\"timestamp\":\"00:20:08\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It doesn't work.\",\"timestamp\":\"00:20:09\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It seems like every time if you call me after six months or nine months or whatever, I lose access.\",\"timestamp\":\"00:20:14\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"That doesn't make sense.\",\"timestamp\":\"00:20:22\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I don't know.\",\"timestamp\":\"00:20:23\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Put this together in a sentence.\",\"timestamp\":\"00:20:25\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Well, I'll send you, I'll send it to her.\",\"timestamp\":\"00:20:44\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I'm just trying to get this, you know, I can't reproduce it now.\",\"timestamp\":\"00:20:47\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So I've got to rerun this and let it run until it fails again.\",\"timestamp\":\"00:20:53\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So I can say, this is the header.\",\"timestamp\":\"00:20:56\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It doesn't return what you say.\",\"timestamp\":\"00:20:58\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It's going to return.\",\"timestamp\":\"00:21:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"This is the response, and then I have to, like, just.\",\"timestamp\":\"00:21:05\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I think I should just change this to stock levels, too.\",\"timestamp\":\"00:22:28\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"There's too many products in here.\",\"timestamp\":\"00:22:31\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That's probably the problem.\",\"timestamp\":\"00:22:32\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"This looks new.\",\"timestamp\":\"00:22:34\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"We still need to solve this issue with the Raylan group.\",\"timestamp\":\"00:22:35\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"There's a new endpoint in here called stock levels, which wasn't in here before.\",\"timestamp\":\"00:22:51\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So we used to have to loop through every product and then...\",\"timestamp\":\"00:22:57\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Check the stock level, and there's 172,000 products, and not every product has a stock level.\",\"timestamp\":\"00:23:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Allowed stock type, could limit it by that, too, maybe, right?\",\"timestamp\":\"00:23:23\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Because not everything is a stock type.\",\"timestamp\":\"00:23:29\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"don't I'm limiting that, right?\",\"timestamp\":\"00:23:31\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Not everything has stock, I'm assuming?\",\"timestamp\":\"00:23:43\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"No.\",\"timestamp\":\"00:23:46\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"How do you indicate what has stock incurred, do you know?\",\"timestamp\":\"00:23:51\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Is it rental?\",\"timestamp\":\"00:23:58\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Yeah, well, yeah.\",\"timestamp\":\"00:24:03\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Rental bulk items.\",\"timestamp\":\"00:24:05\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Well, rental has stock.\",\"timestamp\":\"00:24:07\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"No, rental is the one that only has stock because the ones that have barcodes, maybe I'm talking.\",\"timestamp\":\"00:24:09\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Let's see.\",\"timestamp\":\"00:24:21\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Can you please share the URL of the affected page?\",\"timestamp\":\"00:24:25\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I can, but I'm kind of waiting for it to happen.\",\"timestamp\":\"00:24:37\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"But it's not in current, it's not in the current thing.\",\"timestamp\":\"00:24:48\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"He can't see, they wouldn't be able to see FileMaker.\",\"timestamp\":\"00:24:52\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"No, that's not what they're saying.\",\"timestamp\":\"00:24:56\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"They're asking what...\",\"timestamp\":\"00:24:58\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"They're asking for the URL, right?\",\"timestamp\":\"00:25:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"They're asking for their URL.\",\"timestamp\":\"00:25:03\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Their URL?\",\"timestamp\":\"00:25:07\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I would assume so.\",\"timestamp\":\"00:25:09\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I don't know what good it would be for them to ask for something else.\",\"timestamp\":\"00:25:10\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Well, I mean, I asked them an issue about API.\",\"timestamp\":\"00:25:15\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"So API is being used by a third-party program, right?\",\"timestamp\":\"00:25:21\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"They're asking for this.\",\"timestamp\":\"00:25:25\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"What?\",\"timestamp\":\"00:25:29\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"They're asking for that.\",\"timestamp\":\"00:25:32\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That right there?\",\"timestamp\":\"00:25:33\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Can I copy that?\",\"timestamp\":\"00:25:35\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I can't get it to work.\",\"timestamp\":\"00:25:42\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I got it to work.\",\"timestamp\":\"00:25:44\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You just use this send to host?\",\"timestamp\":\"00:25:47\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"No, I did command C.\",\"timestamp\":\"00:25:49\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And it saves it to your computer?\",\"timestamp\":\"00:25:54\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Huh?\",\"timestamp\":\"00:25:56\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And then you can copy that to your computer?\",\"timestamp\":\"00:25:57\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Yeah.\",\"timestamp\":\"00:26:00\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"System setup.\",\"timestamp\":\"00:26:05\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"System setup.\",\"timestamp\":\"00:26:09\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Yeah, my notebook.\",\"timestamp\":\"00:26:13\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Get clipboard content from host and clipboard content to host.\",\"timestamp\":\"00:26:19\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Jump to the information, enable.\",\"timestamp\":\"00:26:24\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It doesn't work for me.\",\"timestamp\":\"00:26:29\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Done.\",\"timestamp\":\"00:26:43\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"My last question to help our team provide the best service.\",\"timestamp\":\"00:26:44\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"you tell us how urgent?\",\"timestamp\":\"00:26:54\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"There's no way this runs faster than 60 calls per second.\",\"timestamp\":\"00:27:13\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Is there anything specifically you want me to ask this person?\",\"timestamp\":\"00:28:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Specifically?\",\"timestamp\":\"00:28:08\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Specifically, like, you know.\",\"timestamp\":\"00:28:09\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"You can ask.\",\"timestamp\":\"00:28:12\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I mean, we need to copy all this, whatever this is, when I get the error, but I don't know.\",\"timestamp\":\"00:28:13\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"You're talking about where?\",\"timestamp\":\"00:28:19\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I need to know why this rate limit exceeded doesn't do what it says in their documentation.\",\"timestamp\":\"00:28:21\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That's all I need to know.\",\"timestamp\":\"00:28:28\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Because I'm not seeing where you're pointing.\",\"timestamp\":\"00:28:29\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"In their documentation that I shot over to you earlier, it says this right here.\",\"timestamp\":\"00:28:31\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"OK, hold on.\",\"timestamp\":\"00:28:43\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"So if I copy this?\",\"timestamp\":\"00:28:47\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"No, that's mine.\",\"timestamp\":\"00:28:51\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You don't need that.\",\"timestamp\":\"00:28:52\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"OK, tell me what I'm going to copy.\",\"timestamp\":\"00:28:53\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"That is.\",\"timestamp\":\"00:28:56\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Hold on.\",\"timestamp\":\"00:28:57\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"So I'm copying this.\",\"timestamp\":\"00:28:58\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah.\",\"timestamp\":\"00:29:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And that it doesn't, there's, I don't see that X rate limit reset.\",\"timestamp\":\"00:29:01\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"We do not see the rate limit reset.\",\"timestamp\":\"00:29:07\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That's what it says in the copy thing that you did.\",\"timestamp\":\"00:29:20\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That's just that header element, X dash rate limit dash reset.\",\"timestamp\":\"00:29:23\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It's in that statement right there.\",\"timestamp\":\"00:29:29\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Okay.\",\"timestamp\":\"00:29:34\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Well, I'm And it seems random.\",\"timestamp\":\"00:29:34\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"It seems random.\",\"timestamp\":\"00:29:36\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It's not every 60 seconds.\",\"timestamp\":\"00:29:38\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It's for sure.\",\"timestamp\":\"00:29:39\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That's not, that rule is not correct anyways.\",\"timestamp\":\"00:29:40\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And the 60 second rule is also not valid.\",\"timestamp\":\"00:29:44\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Cause I tested that.\",\"timestamp\":\"00:29:47\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"waited five minutes and it still doesn't work.\",\"timestamp\":\"00:29:48\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So they're full of .\",\"timestamp\":\"00:29:55\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"60 seconds.\",\"timestamp\":\"00:29:58\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"We, it's like, you know, they come in, they take over, they make, they screwed up a whole day of people, couldn't log in, all our screens were screwed up, you know, like they promoted this change, and then they go, oh, we need to accelerate the rest of our changes.\",\"timestamp\":\"00:30:02\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"And then they go screwing around with the API, probably because it's costing them money.\",\"timestamp\":\"00:30:53\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Or clogging up, you know, there's too many people, it's evolved, and too many people are asking for data, and they go and they do some program change, but they don't have a team that can, you know, be there to help correct all these issues.\",\"timestamp\":\"00:31:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Well, there's a reason it's still in beta, because they never gave any of the attention.\",\"timestamp\":\"00:31:22\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"But why would they, then why with it if they're having...\",\"timestamp\":\"00:31:26\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Well, that's why they leave it in beta.\",\"timestamp\":\"00:31:30\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So they can tell you, we told you it was in beta.\",\"timestamp\":\"00:31:32\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That's what it means.\",\"timestamp\":\"00:31:36\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Beta means it's going to...\",\"timestamp\":\"00:31:37\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"How many requests are you attempting within the minute?\",\"timestamp\":\"00:31:38\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"That's what they're asking.\",\"timestamp\":\"00:31:45\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I'm not counting them, but I can.\",\"timestamp\":\"00:31:47\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Do I need to start counting them?\",\"timestamp\":\"00:31:52\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I don't log that.\",\"timestamp\":\"00:31:55\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Huh?\",\"timestamp\":\"00:31:56\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I don't log that.\",\"timestamp\":\"00:31:57\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I don't know.\",\"timestamp\":\"00:31:58\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I could put that in there and test it and add it as a, you want me to count it?\",\"timestamp\":\"00:32:00\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I say we don't have that?\",\"timestamp\":\"00:32:07\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I mean, is it something you can get in a minute?\",\"timestamp\":\"00:32:10\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"In a minute?\",\"timestamp\":\"00:32:15\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It'll probably take me five or ten minutes to put in a log for that, but I can do it.\",\"timestamp\":\"00:32:16\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I can count the requests.\",\"timestamp\":\"00:32:23\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I mean, it's amazing that I can do this and they can't.\",\"timestamp\":\"00:32:26\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"We can add a log in our, it's so stupid.\",\"timestamp\":\"00:32:33\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But what, you know, what is the, what is the limit?\",\"timestamp\":\"00:32:53\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It's 60 and\",\"timestamp\":\"00:32:58\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So if I am calling more than 60, why does it sometimes tell me I'm rate limited and other times doesn't, and it still doesn't follow the API?\",\"timestamp\":\"00:33:01\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That's what I don't understand.\",\"timestamp\":\"00:33:11\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Like, if I make it never call more than 60 times is that, I mean, if I spend the time doing that, here's the other thing.\",\"timestamp\":\"00:33:13\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"If I spend the time just saying, okay, at 60 seconds, you need to just pause and wait till 63 seconds and start over again.\",\"timestamp\":\"00:33:21\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"If I do that, am I going to hit the rate limit?\",\"timestamp\":\"00:33:28\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I don't know that that's true because nothing else in the documentation works either.\",\"timestamp\":\"00:33:32\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You know what I mean?\",\"timestamp\":\"00:33:37\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So I mean, I can do that and make that the rule, but then if it doesn't work, I don't know, you know.\",\"timestamp\":\"00:33:38\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Here's what they just said.\",\"timestamp\":\"00:33:45\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Hold on, I'm going to put it in the chat.\",\"timestamp\":\"00:33:47\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"There's no way I make that many calls, app.\",\"timestamp\":\"00:34:09\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"What does that mean?\",\"timestamp\":\"00:34:12\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"To maintain a high opt-infer, we have a limit of 720 server requests per minute.\",\"timestamp\":\"00:34:13\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Why doesn't their documentation say all this?\",\"timestamp\":\"00:34:32\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Why do they hide it, you know?\",\"timestamp\":\"00:34:36\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I don't know where this is.\",\"timestamp\":\"00:34:38\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"This is October 13, 2025, system under table of contents, system limitations.\",\"timestamp\":\"00:34:39\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Where is it?\",\"timestamp\":\"00:34:48\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It's in system.\",\"timestamp\":\"00:34:49\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It's not on that page that you sent me recently.\",\"timestamp\":\"00:34:53\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"It only has one sentence it.\",\"timestamp\":\"00:34:58\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Copy the whole thing from the top.\",\"timestamp\":\"00:35:00\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Did it get it?\",\"timestamp\":\"00:35:03\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Let's see, did it get the extra header?\",\"timestamp\":\"00:35:04\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"System limitations, this article limitation, our service October 13, table of contents.\",\"timestamp\":\"00:35:06\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I guess it's in the...\",\"timestamp\":\"00:35:12\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"What does zero have to do with us?\",\"timestamp\":\"00:35:13\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Huh?\",\"timestamp\":\"00:35:16\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Zero what?\",\"timestamp\":\"00:35:19\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It says take payments when integrated with zero.\",\"timestamp\":\"00:35:20\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"What does that have to do?\",\"timestamp\":\"00:35:23\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Oh, that's related articles.\",\"timestamp\":\"00:35:24\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"This is in their table of contents.\",\"timestamp\":\"00:35:27\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"So...\",\"timestamp\":\"00:35:31\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"This doesn't have anything to do with us.\",\"timestamp\":\"00:35:33\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"So this is table of contents, APP and API.\",\"timestamp\":\"00:35:35\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Where is this?\",\"timestamp\":\"00:35:40\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Can you ask her where this thing is that...\",\"timestamp\":\"00:35:40\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I think it's in, it's in site, so...\",\"timestamp\":\"00:35:42\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It's not from the thing that I'm looking at that you sent with the updates.\",\"timestamp\":\"00:35:46\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I don't think so.\",\"timestamp\":\"00:35:49\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I think...\",\"timestamp\":\"00:35:52\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I don't know where I'm looking.\",\"timestamp\":\"00:35:53\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"My whole thing is down, I think.\",\"timestamp\":\"00:35:54\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Can I...\",\"timestamp\":\"00:35:57\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Can I share, let's see here.\",\"timestamp\":\"00:36:03\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Can you send me the URL, whatever you're looking at?\",\"timestamp\":\"00:36:05\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Yeah.\",\"timestamp\":\"00:36:07\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I don't know if you can get in because it's, I can let you, you know, browse or take control.\",\"timestamp\":\"00:36:11\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I see what it's inside your.\",\"timestamp\":\"00:36:17\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I think it's inside.\",\"timestamp\":\"00:36:19\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Yeah.\",\"timestamp\":\"00:36:21\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Well, maybe it's somewhere external.\",\"timestamp\":\"00:36:21\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Sorry.\",\"timestamp\":\"00:36:25\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So what are we, where did you find that?\",\"timestamp\":\"00:36:26\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That's in your.\",\"timestamp\":\"00:36:28\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Well, they just gave, they just gave, didn't know it existed.\",\"timestamp\":\"00:36:29\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"They gave this to me.\",\"timestamp\":\"00:36:31\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"So if I.\",\"timestamp\":\"00:36:34\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So that top thing is not us.\",\"timestamp\":\"00:36:35\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That's the bottom thing.\",\"timestamp\":\"00:36:40\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It's the API thing.\",\"timestamp\":\"00:36:41\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"If I close this a second.\",\"timestamp\":\"00:36:44\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So we must be hitting the 84,000 thing.\",\"timestamp\":\"00:36:47\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Cause I, there's no way we're, I don't think I can make FileMaker is too slow.\",\"timestamp\":\"00:36:50\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I mean, it's just, it's stupid that it's too slow, but it can't.\",\"timestamp\":\"00:36:55\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Make 60 seconds 60 in a second oh but the problem is is that their their thing says when we can reconnect it says it'll tell us when we can reconnect and we can't it doesn't do that which so I don't know okay that's fine I made more than 60 I'll limit it to 60 calls per second if that works and then once we had 86,000 I don't know 60 calls per minute yeah and I'll limit it to 86,000 today a day which I don't know how we're hitting that I really don't know how we're hitting that many but I mean are you running it more than once a day are you running it like four times a day maybe that would be why no I usually it's just at night it's just the one thing at night I hardly ever do a sync now the the web maybe the web links are doing it the web hooks\",\"timestamp\":\"00:37:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah, the webhooks make calls, but I mean, they only make calls when you make changes.\",\"timestamp\":\"00:38:02\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Well, I mean, people are in that thing doing stuff, but I don't see all those changes.\",\"timestamp\":\"00:38:07\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I mean, there are changes that happen, but not related to the billing.\",\"timestamp\":\"00:38:13\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah, I just exceeded the limit.\",\"timestamp\":\"00:38:20\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So then the header says nothing.\",\"timestamp\":\"00:38:23\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Oh, it says 300x.\",\"timestamp\":\"00:38:29\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"What does that mean?\",\"timestamp\":\"00:38:33\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"300 seconds?\",\"timestamp\":\"00:38:40\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It doesn't even say what it is.\",\"timestamp\":\"00:38:41\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It must tell me only after the first time, I guess.\",\"timestamp\":\"00:38:50\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"All right.\",\"timestamp\":\"00:39:19\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So I waited more than 60 seconds.\",\"timestamp\":\"00:39:20\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"me see what happens if I try it again.\",\"timestamp\":\"00:39:22\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Well, I guess I'll put a counter in here and just say that once it hits 60, it's got to wait.\",\"timestamp\":\"00:39:24\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I mean, why this wouldn't be right in that API document?\",\"timestamp\":\"00:39:48\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I have no idea.\",\"timestamp\":\"00:39:55\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Well, it's been way over 60 seconds, so I don't know.\",\"timestamp\":\"00:40:01\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"So it didn't let you do it?\",\"timestamp\":\"00:40:05\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So it doesn't tell me, well, I guess once you hit 60 seconds, there's some other rule, but it doesn't explain that.\",\"timestamp\":\"00:40:06\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So we just can't let it.\",\"timestamp\":\"00:40:12\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So if I ask her.\",\"timestamp\":\"00:40:14\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"There was some point, so we ran through this, how many times?\",\"timestamp\":\"00:40:16\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And then, so this is run, how many pages?\",\"timestamp\":\"00:40:20\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"1,300 pages.\",\"timestamp\":\"00:40:26\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"We only hit 60 seconds once in 1,300 times?\",\"timestamp\":\"00:40:28\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I don't, that's just not.\",\"timestamp\":\"00:40:31\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"If it is calling more than 60, then it needs to be consistent.\",\"timestamp\":\"00:40:33\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That's the thing.\",\"timestamp\":\"00:40:37\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"don't.\",\"timestamp\":\"00:40:38\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So the 60 second limit is not consistent.\",\"timestamp\":\"00:40:39\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"The 60 second wait, is that what we're saying?\",\"timestamp\":\"00:40:42\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That's ridiculous anyways, to limit that to 60 calls per second on an API that has like such little feature set.\",\"timestamp\":\"00:40:47\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I mean, they should, they need to expand their feature set so that we can actually like say, hey.\",\"timestamp\":\"00:40:55\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"What in the stock level has actually changed, so I don't have to loop through the whole database.\",\"timestamp\":\"00:41:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So I can make a change here, I can say not, if you're sure that it's only rental items, then we can go just to the rental items.\",\"timestamp\":\"00:41:05\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I can ask, you know, who would know that?\",\"timestamp\":\"00:41:18\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"No, I feel picked up.\",\"timestamp\":\"00:41:23\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Stock type, stock category, I mean, I don't know, I just, I don't know enough, there's no documentation, so I don't know what I'm looking for.\",\"timestamp\":\"00:41:28\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Where's the products at?\",\"timestamp\":\"00:41:41\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Please, please, I'm asking you to take care.\",\"timestamp\":\"00:41:50\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But you're saying it's failing...\",\"timestamp\":\"00:41:56\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"before that?\",\"timestamp\":\"00:42:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"No, it seems to fail toward the end.\",\"timestamp\":\"00:42:01\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But you're saying projects is empty, right?\",\"timestamp\":\"00:42:05\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"What?\",\"timestamp\":\"00:42:08\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You're saying it's empty, though.\",\"timestamp\":\"00:42:08\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I didn't look at this, but.\",\"timestamp\":\"00:42:12\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Yeah, see, it's empty.\",\"timestamp\":\"00:42:14\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"There's zero projects in there.\",\"timestamp\":\"00:42:18\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Which, why it's not making it to that, I don't know.\",\"timestamp\":\"00:42:22\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Unless they never, then they changed something when they, on the 15th.\",\"timestamp\":\"00:42:27\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Because the first thing I thought is, oh, maybe it's the opportunities, but I checked, and the opportunities work fine.\",\"timestamp\":\"00:42:32\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Well, in that link I sent you, shows it according to what, the only two things, they show the two or three things they changed, the sections.\",\"timestamp\":\"00:42:37\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Yeah, they changed something.\",\"timestamp\":\"00:42:48\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"They started enforcing whatever that rule is, that they're not enforcing properly.\",\"timestamp\":\"00:42:49\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"So there's a rule that's being.\",\"timestamp\":\"00:42:57\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I'm not off, else?\",\"timestamp\":\"00:42:59\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Satwiches\",\"timestamp\":\"00:42:59\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Being improperly enforced.\",\"timestamp\":\"00:43:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Or it never was enforced before.\",\"timestamp\":\"00:43:03\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I don't know.\",\"timestamp\":\"00:43:06\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I can put a one-second pause between everything, but it's going to take forever for your sync to happen if I do that.\",\"timestamp\":\"00:43:09\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Or, I mean, that would be the easier way to do it.\",\"timestamp\":\"00:43:18\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But then, I mean, if I have to, we can also put in...\",\"timestamp\":\"00:43:20\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"See, the other thing is, remember they made us change this?\",\"timestamp\":\"00:43:26\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"The rate?\",\"timestamp\":\"00:43:30\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"The per page.\",\"timestamp\":\"00:43:32\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"They changed that randomly.\",\"timestamp\":\"00:43:34\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"15th.\",\"timestamp\":\"00:43:36\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"The 15th, you mean?\",\"timestamp\":\"00:43:37\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Or before?\",\"timestamp\":\"00:43:38\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"No, before that.\",\"timestamp\":\"00:43:39\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And I had to make more calls because they decided that you could only get like 100 records in your old system.\",\"timestamp\":\"00:43:40\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I can't remember what it was.\",\"timestamp\":\"00:43:47\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Maybe it was called 20 or so.\",\"timestamp\":\"00:43:48\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Maybe it was 100 and they changed it to 20 or something like that.\",\"timestamp\":\"00:43:49\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"And was that ever documented anywhere?\",\"timestamp\":\"00:43:52\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Because the new people took over.\",\"timestamp\":\"00:43:54\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Maybe they don't know about something in the older...\",\"timestamp\":\"00:43:56\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"The older revision that was done that wasn't documented because they just told it to us either in an email, whatever it was that got passed on to you was, I don't think was in any document, right?\",\"timestamp\":\"00:44:00\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"It was in a chat.\",\"timestamp\":\"00:44:16\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I don't know.\",\"timestamp\":\"00:44:20\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I think it does say something about it in there, but I didn't read it.\",\"timestamp\":\"00:44:21\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I'm trying to concentrate on this right now.\",\"timestamp\":\"00:44:26\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"There's just no way we're hitting 60 seconds.\",\"timestamp\":\"00:44:28\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"The filmmaker is so slow.\",\"timestamp\":\"00:44:38\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"There's just no way.\",\"timestamp\":\"00:44:40\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"There's no way it's doing 60 of these in a minute.\",\"timestamp\":\"00:44:45\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I mean, I'll just add a one second pause between each one of these, and then we know that it's not doing more than 60.\",\"timestamp\":\"00:45:05\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That would be the easy way to How much is that going to slow down the whole thing?\",\"timestamp\":\"00:45:12\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It doesn't, I mean, it doesn't matter if it can't, if you can't call it any faster than that, that is what it is.\",\"timestamp\":\"00:45:16\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"This is a limitation of their API.\",\"timestamp\":\"00:45:25\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Or I can have it pause for an extra second every five seconds and I can't imagine that.\",\"timestamp\":\"00:45:36\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I can't imagine there's, if we're ever hitting 60, it's rare.\",\"timestamp\":\"00:45:43\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And if they're that freaking worried about it, mean, 60 is so, it's so little, like what kind of system, I mean.\",\"timestamp\":\"00:45:48\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"mean, there are systems out there that could make millions of API calls and would need to do that in some cases in a bigger system.\",\"timestamp\":\"00:46:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Your system's like peanuts compared to like, I don't know.\",\"timestamp\":\"00:46:08\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It just makes absolutely no sense to me what they're doing.\",\"timestamp\":\"00:46:14\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"So the 60 second or 60 minutes, what was it?\",\"timestamp\":\"00:46:17\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"60.\",\"timestamp\":\"00:46:24\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"The music project.\",\"timestamp\":\"00:46:24\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Remember how this part of this works with the original developer.\",\"timestamp\":\"00:46:32\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"This one.\",\"timestamp\":\"00:46:40\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I'm sure that's what happened.\",\"timestamp\":\"00:47:05\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"They just, either they weren't enforcing something that they claimed that they told everybody about, or something's broken.\",\"timestamp\":\"00:47:07\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And just nobody uses this thing.\",\"timestamp\":\"00:47:18\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"That's the only other thing I can think of.\",\"timestamp\":\"00:47:21\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Or nobody uses it like we do.\",\"timestamp\":\"00:47:23\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Nobody uses like the stock lines or something like that.\",\"timestamp\":\"00:47:29\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Seems crazy.\",\"timestamp\":\"00:47:37\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"What is this thing doing?\",\"timestamp\":\"00:47:41\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Set project records.\",\"timestamp\":\"00:47:47\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"we already did that.\",\"timestamp\":\"00:47:49\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"So the question you had was stock levels because I'm going to see something here.\",\"timestamp\":\"00:49:02\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I see something in the projects.\",\"timestamp\":\"00:49:15\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It's like not getting them for some reason.\",\"timestamp\":\"00:49:16\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"So give me the question again about stock levels so I can put it in a text to Noah.\",\"timestamp\":\"00:49:19\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"The question you asked me.\",\"timestamp\":\"00:49:43\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"What?\",\"timestamp\":\"00:49:45\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Is there something in there that indicates that it has stock?\",\"timestamp\":\"00:49:45\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That's all.\",\"timestamp\":\"00:49:48\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So I want to know.\",\"timestamp\":\"00:49:49\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"It's not the projects.\",\"timestamp\":\"00:49:51\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It's opportunity item weaklines.\",\"timestamp\":\"00:50:00\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"So in current, I just need the question.\",\"timestamp\":\"00:50:04\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I just don't know.\",\"timestamp\":\"00:50:12\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Like, what indicates that a product has stock?\",\"timestamp\":\"00:50:13\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"There's a field in there, I assume.\",\"timestamp\":\"00:50:16\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I just need to know what that is.\",\"timestamp\":\"00:50:19\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"This is real cool.\",\"timestamp\":\"00:51:03\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"This is so ugly, too.\",\"timestamp\":\"00:51:18\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"There it is.\",\"timestamp\":\"00:51:20\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I know what to do.\",\"timestamp\":\"00:51:34\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Here.\",\"timestamp\":\"00:51:36\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"This.\",\"timestamp\":\"00:51:46\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Always make sure this is a second between the last time.\",\"timestamp\":\"00:51:48\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"You know what your usage within that minute.\",\"timestamp\":\"00:51:54\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Did you see that?\",\"timestamp\":\"00:51:57\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"can understand about what I was asking, but do you know what your usage is within that minute?\",\"timestamp\":\"00:52:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It's fine.\",\"timestamp\":\"00:52:18\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I have an idea.\",\"timestamp\":\"00:52:18\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I'm going to put in a test in here to make sure that when it's more than a mil, when it's more than, if it comes back to the call, another call within a second, which I can't imagine that it's possible that it can do that.\",\"timestamp\":\"00:52:21\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I'll just have it wait another second.\",\"timestamp\":\"00:52:37\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I don't see how that's possible.\",\"timestamp\":\"00:52:41\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So FileMaker has to create or look through a hundred records and then come back and do it again.\",\"timestamp\":\"00:52:44\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I don't see how that's possible.\",\"timestamp\":\"00:52:51\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Like I just, I don't believe it.\",\"timestamp\":\"00:52:54\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Oh, that it's doing it twice?\",\"timestamp\":\"00:52:56\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"No, it can...\",\"timestamp\":\"00:52:58\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"They can loop through a hundred records in a second and then come make another call.\",\"timestamp\":\"00:53:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Like, I don't believe that that's possible.\",\"timestamp\":\"00:53:06\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"FileMaker just can't do that.\",\"timestamp\":\"00:53:09\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"There are ways to do it in other systems, just not in FileMaker.\",\"timestamp\":\"00:53:10\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Like I could do it in JavaScript for sure, but I can't.\",\"timestamp\":\"00:53:13\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"FileMaker is not that fast.\",\"timestamp\":\"00:53:16\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It's too slow.\",\"timestamp\":\"00:53:18\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"The calc engine is too slow.\",\"timestamp\":\"00:53:18\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It's just a limitation of FileMaker, which is why when I looked at that before, I was like, oh, that's not it.\",\"timestamp\":\"00:53:28\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"This is what he said when I asked him that question about stock.\",\"timestamp\":\"00:53:34\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"He sent me here.\",\"timestamp\":\"00:53:38\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Are you sending me something?\",\"timestamp\":\"00:53:45\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I'm sharing a screen.\",\"timestamp\":\"00:53:47\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Oh.\",\"timestamp\":\"00:53:49\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"A stock check?\",\"timestamp\":\"00:54:02\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Who sent that?\",\"timestamp\":\"00:54:10\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Who sent that?\",\"timestamp\":\"00:54:11\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I asked him about, you know, about stock.\",\"timestamp\":\"00:54:13\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That's the one else.\",\"timestamp\":\"00:54:21\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Well, let's see.\",\"timestamp\":\"00:54:22\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I think I need to maybe change the stock level.\",\"timestamp\":\"00:54:23\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I said, what indicates that a product has stock and it was sent to, this is an API.\",\"timestamp\":\"00:54:31\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"He's not understanding.\",\"timestamp\":\"00:54:42\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Huh?\",\"timestamp\":\"00:54:44\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"No.\",\"timestamp\":\"00:54:44\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"He doesn't understand.\",\"timestamp\":\"00:54:45\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That's not the answer.\",\"timestamp\":\"00:54:46\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Stock check?\",\"timestamp\":\"00:54:48\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"On the product itself, there's a field.\",\"timestamp\":\"00:54:51\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Where did you get to that?\",\"timestamp\":\"00:54:57\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Where did you get that that I've not?\",\"timestamp\":\"00:54:58\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Seen that.\",\"timestamp\":\"00:55:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"This is in Postman.\",\"timestamp\":\"00:55:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Is there a link to that?\",\"timestamp\":\"00:55:04\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Mine is way different than that.\",\"timestamp\":\"00:55:16\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"The one I have is a different one.\",\"timestamp\":\"00:55:18\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I have like a whole list of things that they've sent me over the years, but it's like a document.\",\"timestamp\":\"00:55:23\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I can't get to that.\",\"timestamp\":\"00:55:28\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"You have it now?\",\"timestamp\":\"00:55:31\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Schema.\",\"timestamp\":\"00:55:58\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Stock method, the thing I'm asking that I don't understand is like, what field on here indicates that a product has stock?\",\"timestamp\":\"00:56:07\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Stock method, zero, one, or two.\",\"timestamp\":\"00:56:16\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"If stock method equals zero, then I guess we don't need to check it.\",\"timestamp\":\"00:56:21\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That's only one of the issues though, because something else is happening beyond that.\",\"timestamp\":\"00:56:32\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I was just trying to limit the number of products we're checking.\",\"timestamp\":\"00:56:42\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Well, there seemed to be a response if you want to take over and ask him any questions here.\",\"timestamp\":\"00:56:45\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Well, he didn't even tell you what you asked him, so I don't\",\"timestamp\":\"00:56:56\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"That thing is helpful.\",\"timestamp\":\"00:57:02\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"wish I had had that before.\",\"timestamp\":\"00:57:04\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Well, you do have Postman, but why isn't it, I mean, you're saying it's old, it's, you have a link to an older subset.\",\"timestamp\":\"00:57:08\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah, the stuff I have is just like a document from before.\",\"timestamp\":\"00:57:16\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That's what they gave me before was a document.\",\"timestamp\":\"00:57:19\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It's not, not that.\",\"timestamp\":\"00:57:21\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"So he's saying that when I asked in current, what indicates that a product has stock?\",\"timestamp\":\"00:57:35\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"So he says, stock level.\",\"timestamp\":\"00:57:44\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah, I know.\",\"timestamp\":\"00:57:50\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I know that.\",\"timestamp\":\"00:57:51\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That's not what I was asking, but I think based on what I'm reading in this, it says that it's...\",\"timestamp\":\"00:57:52\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I want to know on the product what it is, but I know that it's in stock level.\",\"timestamp\":\"00:58:02\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That's not.\",\"timestamp\":\"00:58:07\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I'm asking, if I was looking at the product, how would I know that it has stock?\",\"timestamp\":\"00:58:08\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"What type of product has stock?\",\"timestamp\":\"00:58:12\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Okay.\",\"timestamp\":\"00:58:17\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But I already see that now in here, so I'm good.\",\"timestamp\":\"00:58:18\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You have it?\",\"timestamp\":\"00:58:21\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Okay.\",\"timestamp\":\"00:58:22\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"You have your answer.\",\"timestamp\":\"00:58:23\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I mean, I think so.\",\"timestamp\":\"00:58:25\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I can only assume if this is correct, what I'm reading, and I'm assuming whoever that guy is, he's doing the same thing.\",\"timestamp\":\"00:58:27\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It says stock method.\",\"timestamp\":\"00:58:35\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I'm assuming it says zero equals none, so I'll just use that.\",\"timestamp\":\"00:58:39\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I'm going to make it wait 1,200 seconds.\",\"timestamp\":\"00:59:38\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I don't think it can do it that fast anyways.\",\"timestamp\":\"00:59:41\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Just one second.\",\"timestamp\":\"00:59:45\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It's the only option we have.\",\"timestamp\":\"00:59:47\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"guess that'll fix that one.\",\"timestamp\":\"01:00:06\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"This way, can say that we absolutely 100% do not for over a second.\",\"timestamp\":\"01:00:27\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"ChatGPT says bulk stock has a quantity-based stock level, serialized stock has individually\",\"timestamp\":\"01:00:48\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"So if you're asking what products have stock, rental products, sale products, and products that are both rental and sale.\",\"timestamp\":\"01:01:00\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"So when it asks you, when you're creating a product, it asks you if it's a rental product, a sale product, or both.\",\"timestamp\":\"01:01:13\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I remember that.\",\"timestamp\":\"01:01:22\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"But for us, all, really, all we're tracking is rental products.\",\"timestamp\":\"01:01:26\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"And they can carry bulk stock or serialized stock, so if it has a barcode, it's serialized, and if it's just bulk, then you say it's like a USB cable or something, six feet long, and I have 10 on hand.\",\"timestamp\":\"01:01:33\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Then I bought another 20 on this date, and then it counts, you know, all the ones you buy all the way, you know, I paid $5 for this one, $10 for this one, whatever.\",\"timestamp\":\"01:02:00\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"And then when I rent them out, it rents it out from that category and takes from the bulk and tells you you don't have enough on hand.\",\"timestamp\":\"01:02:10\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"When I put the ask for the API rate limit calls from JATGPI, goes, the API rate is limited to approximately 60 requests per 60-second period.\",\"timestamp\":\"01:03:04\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"If you exceed that threshold, the API returns HTTP 429.\",\"timestamp\":\"01:03:49\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It doesn't, but that's funny.\",\"timestamp\":\"01:03:57\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That's what I got, no, I got requested data, not valid or requested data.\",\"timestamp\":\"01:04:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I got a 10 error, which maybe there's a link to that.\",\"timestamp\":\"01:04:05\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"No, I already did that with Claude and it's, it's just, it's reading old information from somewhere.\",\"timestamp\":\"01:04:14\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Anyways, I wouldn't go off of that.\",\"timestamp\":\"01:04:21\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Have you seen, have you seen the word, the thing X dash rate limit?\",\"timestamp\":\"01:04:22\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Yeah, I saw that in the code.\",\"timestamp\":\"01:04:30\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I saw that in the code, but it doesn't work.\",\"timestamp\":\"01:04:33\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Like even when I wait that time period, the three, it says 300, which I'm assuming is how long was to wait five minutes.\",\"timestamp\":\"01:04:35\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I waited 10 and it still wasn't doing it.\",\"timestamp\":\"01:04:44\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It was a longer period than that, but maybe I'm, maybe I'm wrong.\",\"timestamp\":\"01:04:47\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"don't know.\",\"timestamp\":\"01:04:51\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Keep traffic below one request per second.\",\"timestamp\":\"01:04:51\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah.\",\"timestamp\":\"01:04:55\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And that's what I'm doing now.\",\"timestamp\":\"01:04:55\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"There's something in here about using bulk retrieval per page equals 100.\",\"timestamp\":\"01:05:05\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"That is bulk.\",\"timestamp\":\"01:05:10\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"We are doing bulk retrieval.\",\"timestamp\":\"01:05:11\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Per page, per underscore page equals 100.\",\"timestamp\":\"01:05:12\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah, that's just, that's just a pagination.\",\"timestamp\":\"01:05:16\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"We added that in a long time ago.\",\"timestamp\":\"01:05:20\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"They, the original developer didn't have that.\",\"timestamp\":\"01:05:23\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And then they changed their code.\",\"timestamp\":\"01:05:26\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"That's what I was telling you earlier.\",\"timestamp\":\"01:05:28\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"And so it stopped working.\",\"timestamp\":\"01:05:30\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So now if you try to call this within a second, but you can see a second's fast.\",\"timestamp\":\"01:05:31\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So I don't know how that's possible, but whatever, maybe we're hitting 84,000.\",\"timestamp\":\"01:05:40\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I don't know.\",\"timestamp\":\"01:05:47\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And this doesn't get the header.\",\"timestamp\":\"01:05:48\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I don't think anywhere.\",\"timestamp\":\"01:06:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So let's see, does it grab a header?\",\"timestamp\":\"01:06:01\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Storms header, there it is.\",\"timestamp\":\"01:06:10\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"You know, we close all the, let's see if I can show you something here.\",\"timestamp\":\"01:06:20\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Maybe this might help us.\",\"timestamp\":\"01:06:27\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"See, these right here are the only open projects we have right now.\",\"timestamp\":\"01:06:39\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah, it's not the projects though, that's the problem.\",\"timestamp\":\"01:06:46\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"No, but I mean, this is all I have to, this is the only relevant data I need to be syncing.\",\"timestamp\":\"01:06:51\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Right now.\",\"timestamp\":\"01:06:57\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I mean, it's almost like I need.\",\"timestamp\":\"01:06:58\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"We need, you know, that we do like a weekly or a, you know, this is the daily sync, but yeah, but the problem is you can't, you can't just assume it's those we've already kind of thought through this.\",\"timestamp\":\"01:07:00\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"You can't assume that it's the open one.\",\"timestamp\":\"01:07:17\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Yeah.\",\"timestamp\":\"01:07:21\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Cause we don't know when you close them is the problem.\",\"timestamp\":\"01:07:21\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I mean, ideally the API would take care of that, but it doesn't.\",\"timestamp\":\"01:07:30\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Or the, apparently it doesn't, if you have to sync at all, then we're not getting the webhooks.\",\"timestamp\":\"01:07:36\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So if I, if the webhooks were supposed to solve that, that issue of what you're saying, but if they don't, then there's something wrong with the webhooks.\",\"timestamp\":\"01:07:45\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I don't know.\",\"timestamp\":\"01:07:55\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Like any change.\",\"timestamp\":\"01:07:58\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"should update the system from the webhooks.\",\"timestamp\":\"01:08:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But if you're saying that it doesn't, then their API.\",\"timestamp\":\"01:08:02\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Right.\",\"timestamp\":\"01:08:05\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"mean, when I'm in it and then go back out and come back in, doesn't, there are only a few things that update.\",\"timestamp\":\"01:08:06\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Like if something's added, like a whole piece of stock or something in the guy's order, it doesn't really show that until it syncs.\",\"timestamp\":\"01:08:15\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"But if I change the rate or the number of units or days or something, know, certain things in the order will make it show up, but not completely.\",\"timestamp\":\"01:08:31\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Like if I added the guy's end date changed from Friday to Wednesday.\",\"timestamp\":\"01:08:51\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Bye.\",\"timestamp\":\"01:08:59\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Bye.\",\"timestamp\":\"01:08:59\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Bye.\",\"timestamp\":\"01:08:59\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"It won't calculate the prorate until the sync happens, so maybe the programming in FileMaker isn't there enough to process a lot of the stuff that happened in that webhook, I don't know.\",\"timestamp\":\"01:09:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"We'll take this out, I guess.\",\"timestamp\":\"01:10:36\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"We'll back in a minute.\",\"timestamp\":\"01:10:50\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"X, rate, reset.\",\"timestamp\":\"01:10:51\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"X dash, wait a minute.\",\"timestamp\":\"01:11:12\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Thank you.\",\"timestamp\":\"01:13:47\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Thank you.\",\"timestamp\":\"01:13:48\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\".\",\"timestamp\":\"01:13:51\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Amen.\",\"timestamp\":\"01:14:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Oh, you don't even have any, but you only have 64 products that aren't stock.\",\"timestamp\":\"01:15:40\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Do we need to check the stock on the non-active ones?\",\"timestamp\":\"01:15:50\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Non-active, I mean, stock itself?\",\"timestamp\":\"01:16:01\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah, I think we do.\",\"timestamp\":\"01:16:05\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I'm going to check them, right, even if they're not active.\",\"timestamp\":\"01:16:12\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I'm just trying to find a way to limit this list.\",\"timestamp\":\"01:16:21\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah, mean, they're retired.\",\"timestamp\":\"01:16:23\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"It doesn't matter.\",\"timestamp\":\"01:16:29\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It doesn't matter.\",\"timestamp\":\"01:16:38\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"If you make them inactive, though, and we haven't checked since the last time you made it inactive, is that a problem?\",\"timestamp\":\"01:16:39\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Well, it is for stock, you know, when we do the property tax report.\",\"timestamp\":\"01:16:45\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah, there's still 172,000.\",\"timestamp\":\"01:16:51\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And products to go through and only we should just change this to stock levels, I guess, that's the only way to limit that one.\",\"timestamp\":\"01:17:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"We choose products, I think there is a there's a filter for products, right?\",\"timestamp\":\"01:17:25\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Can we do 100 here?\",\"timestamp\":\"01:17:44\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"How do we put this to 20?\",\"timestamp\":\"01:17:52\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That would help a little bit, creating products, let's see, where is it?\",\"timestamp\":\"01:18:06\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Stoke levels.\",\"timestamp\":\"01:19:03\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I'm deep as .\",\"timestamp\":\"01:19:18\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Stoke levels.\",\"timestamp\":\"01:19:25\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Too much.\",\"timestamp\":\"01:19:27\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"When you make changes to the programming, do you change the version number of the file?\",\"timestamp\":\"01:21:30\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"No, FileMaker doesn't have a way to do versioning, not like you can with...\",\"timestamp\":\"01:21:41\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"No, but I mean when, so like right now you change this, if we were to save it...\",\"timestamp\":\"01:21:51\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"We somehow remove it and change the number on it so that all the backups reflect what version they are.\",\"timestamp\":\"01:22:00\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Because if I know that, you know, this is V13 now after today and it's fixed or something, that corruption happens down the line and I go to grab it, I don't want to grab something that doesn't have the right programming in.\",\"timestamp\":\"01:22:11\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"So how do we know if we don't have some kind of way of...\",\"timestamp\":\"01:22:24\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"This is always going to be the current moving forward.\",\"timestamp\":\"01:22:27\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"It gets corrupt and you remove it and you take the backup.\",\"timestamp\":\"01:22:32\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"What if you take a backup that's...\",\"timestamp\":\"01:22:36\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"If you take a backup after I made this change, you lose this change, so don't do that.\",\"timestamp\":\"01:22:38\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"You can't do that at this point.\",\"timestamp\":\"01:22:46\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"No, I get it, but I'm saying that if we do this is now two months goes by and our seven, something got corrupt and our seven that are listed there are...\",\"timestamp\":\"01:22:47\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Are problematic because of some corruption that got done and I was away, so I did it for seven days, eight days, 10 days, and now we have to go back in time machine.\",\"timestamp\":\"01:23:00\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"How do we know that we're not going too far to get a thing from a date that a change was made if we don't have some notes on that?\",\"timestamp\":\"01:23:14\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You just have to remember that this morning.\",\"timestamp\":\"01:23:25\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Okay.\",\"timestamp\":\"01:23:28\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"You know, right now, Jcam has more current projects, remote picture labs, and it has more stock.\",\"timestamp\":\"01:24:46\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"And everything in remote picture labs.\",\"timestamp\":\"01:25:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"This is all this legacy stuff.\",\"timestamp\":\"01:25:06\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And we don't have a good way to test in their API, because they don't have any filters.\",\"timestamp\":\"01:25:08\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"They don't allow filtering, or it doesn't work.\",\"timestamp\":\"01:25:17\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"But it seems like JCAMs actually could be a bigger, I don't know, could be bigger than RPL data.\",\"timestamp\":\"01:25:21\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Yeah.\",\"timestamp\":\"01:25:32\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But it wasn't airing You've got to fix this so it doesn't occur in that one, too.\",\"timestamp\":\"01:25:34\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So it doesn't really matter.\",\"timestamp\":\"01:25:39\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"But it wasn't airing out.\",\"timestamp\":\"01:25:43\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I guarantee.\",\"timestamp\":\"01:25:47\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"They don't have 172,000 products.\",\"timestamp\":\"01:25:48\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Or as many legacy things as well, I would think.\",\"timestamp\":\"01:25:52\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Well, RPL.\",\"timestamp\":\"01:25:56\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I'll take the legacy things out.\",\"timestamp\":\"01:25:56\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"If you remember, if you don't do the full sync, I don't think it.\",\"timestamp\":\"01:25:57\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"doesn't do that.\",\"timestamp\":\"01:26:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So at night it does a full sync.\",\"timestamp\":\"01:26:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So for some reason we didn't do that because it was causing problems.\",\"timestamp\":\"01:26:03\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And I mean, we can do like a full rehash of it and see if there's any way based on the changes in the system.\",\"timestamp\":\"01:26:07\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Like I know this wasn't there before.\",\"timestamp\":\"01:26:14\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"This get stock levels thing, you know, it's a newer endpoint.\",\"timestamp\":\"01:26:17\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"All right.\",\"timestamp\":\"01:26:24\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So this will reduce the number of calls overall.\",\"timestamp\":\"01:26:27\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But I mean, I don't know.\",\"timestamp\":\"01:26:30\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I mean, we can go through the API again, but I don't if it\",\"timestamp\":\"01:26:31\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"How's that possible?\",\"timestamp\":\"01:27:39\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Where's that other thing at?\",\"timestamp\":\"01:31:37\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Freaking URL Cole.\",\"timestamp\":\"01:31:45\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I gotta go to the bathroom, I'll be right back.\",\"timestamp\":\"01:32:04\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Okay.\",\"timestamp\":\"01:32:44\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Cool.\",\"timestamp\":\"01:33:00\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Hmm.\",\"timestamp\":\"01:33:24\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Function HTTP 22, around the fixed level of that.\",\"timestamp\":\"01:34:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Let's see.\",\"timestamp\":\"01:35:12\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That did happen very quick.\",\"timestamp\":\"01:35:36\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Let's see if this fixed at least that, I guess.\",\"timestamp\":\"01:36:18\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So this makes 71 calls, right?\",\"timestamp\":\"01:37:16\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"To get the data every...\",\"timestamp\":\"01:37:21\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah, but that's not very many when you have 84,000 a day.\",\"timestamp\":\"01:37:24\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So this right here is checking that you haven't made a call unless in a second.\",\"timestamp\":\"01:37:33\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And we're doing the same thing on the product.\",\"timestamp\":\"01:37:42\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"The product is a bigger list, but it's still...\",\"timestamp\":\"01:37:45\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Product's a big list, but...\",\"timestamp\":\"01:37:54\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Even still, products is 172,000, but even still that's only 7200, right?\",\"timestamp\":\"01:38:04\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"7200 calls.\",\"timestamp\":\"01:38:15\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"still nowhere close to 84,000, right?\",\"timestamp\":\"01:38:17\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"But if it does it multiple times for each, does it?\",\"timestamp\":\"01:38:21\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah, I think it's somehow we were hitting 60 seconds.\",\"timestamp\":\"01:38:28\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I don't know how that's possible, but again, I think this change I made, I'll actually speed this up.\",\"timestamp\":\"01:38:31\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Although, wait a minute, it isn't changing every one of those.\",\"timestamp\":\"01:38:41\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"JSON, JSON.\",\"timestamp\":\"01:38:55\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So you can see like a fair number of these products that I'm assuming don't use change.\",\"timestamp\":\"01:39:38\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You see that?\",\"timestamp\":\"01:39:47\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So when it hits this line right here, that means something changed since the last time we checked.\",\"timestamp\":\"01:39:48\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So a fair number of these are\",\"timestamp\":\"01:39:58\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So you can see like a fair number of these products that I'm assuming don't use change.\",\"timestamp\":\"01:40:38\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You see that?\",\"timestamp\":\"01:40:47\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So when it hits this line right here, that means something changed since the last time we checked.\",\"timestamp\":\"01:40:48\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"So a fair number of these are\",\"timestamp\":\"01:40:58\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"That's in some way changed.\",\"timestamp\":\"01:41:00\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Like I would expect like the older ones, you know, you wouldn't see a lot of them getting changed, but they are.\",\"timestamp\":\"01:41:05\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"You mean older products?\",\"timestamp\":\"01:41:12\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah.\",\"timestamp\":\"01:41:15\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Well, like this one was created in 2020.\",\"timestamp\":\"01:41:16\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Well, if they're used in a project, then they, you know, get certain flags and information.\",\"timestamp\":\"01:41:20\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So in the product.\",\"timestamp\":\"01:41:27\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Well, that's what I'm saying.\",\"timestamp\":\"01:41:29\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I mean, I don't know which one to check.\",\"timestamp\":\"01:41:30\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You know, a lot of these are getting updated right now.\",\"timestamp\":\"01:41:32\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So.\",\"timestamp\":\"01:41:40\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"You're saying it's running, you mean, right now?\",\"timestamp\":\"01:41:41\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I'm yeah, I'm checking every value.\",\"timestamp\":\"01:41:45\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Make sure something, this is weird.\",\"timestamp\":\"01:41:47\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Make sure that works right now.\",\"timestamp\":\"01:41:50\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah.\",\"timestamp\":\"01:41:53\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Do you see.\",\"timestamp\":\"01:41:54\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"be a particular barcode number or some name that I could look at.\",\"timestamp\":\"01:42:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Is that what it says?\",\"timestamp\":\"01:42:18\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"What?\",\"timestamp\":\"01:42:20\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"This barcode is empty.\",\"timestamp\":\"01:42:21\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"It says ID 330, 433.\",\"timestamp\":\"01:42:28\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"ID 433?\",\"timestamp\":\"01:42:33\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"This one's getting updated right now.\",\"timestamp\":\"01:42:36\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"ID 226.\",\"timestamp\":\"01:42:39\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"226?\",\"timestamp\":\"01:42:41\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"It says it's active, so I'll it.\",\"timestamp\":\"01:42:44\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I'll find a look for.\",\"timestamp\":\"01:42:47\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I think if you just open any of them and change the ID and the URL to 226, it'll come out.\",\"timestamp\":\"01:43:00\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"That's the name of a person.\",\"timestamp\":\"01:43:23\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"When I go ID226, people and organization comes up with a guy.\",\"timestamp\":\"01:43:27\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Just bring up any product and then go to the URL and change the ID and the URL to 226.\",\"timestamp\":\"01:43:35\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Okay, hold on.\",\"timestamp\":\"01:43:41\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Click in the URL at the top.\",\"timestamp\":\"01:43:52\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I have not changed.\",\"timestamp\":\"01:43:54\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Oh, no, not that.\",\"timestamp\":\"01:43:56\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Oh, here.\",\"timestamp\":\"01:43:57\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Change that to 226.\",\"timestamp\":\"01:43:58\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Get the one out of there, laser printer, laser printer, that's the, but here are all the asset numbers, and we have to know the asset number.\",\"timestamp\":\"01:44:10\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Something got updated recently, because it's, I know what it was, but something did, I mean, that's all I'm saying.\",\"timestamp\":\"01:44:44\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I mean, if I knew, if I knew, if I knew which one of these I could look to see.\",\"timestamp\":\"01:44:53\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Yeah, that's fine.\",\"timestamp\":\"01:45:03\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I mean, I'm just telling you that it's hard to tell what, I mean, if it would be nice if we just knew what was edited since the last time we checked, well, we don't know that.\",\"timestamp\":\"01:45:05\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"But I'm also telling you, like, as I scroll through those, a lot of them were edited in one way or another, for whatever reason.\",\"timestamp\":\"01:45:13\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"So it looks like I would say more of them were being edited than weren't from what I could see.\",\"timestamp\":\"01:45:18\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"So, I mean, I've optimized it as much as I can at this point.\",\"timestamp\":\"01:45:29\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"And I've put in the delay in the second.\",\"timestamp\":\"01:45:36\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Let me just make sure that I've got this part right too.\",\"timestamp\":\"01:45:40\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I can tell you that we're not billing for any laser printer.\",\"timestamp\":\"01:45:52\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"There's no like, oh, you know, penny on it value.\",\"timestamp\":\"01:45:55\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So.\",\"timestamp\":\"01:45:58\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"It shouldn't even be relevant to us.\",\"timestamp\":\"01:46:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Change all these to a hundred.\",\"timestamp\":\"01:46:08\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"mean, that's the other thing, you know, is in an order, if in an order, any stock item, you know, if it doesn't have a value greater than one, you know, one penny or greater, it doesn't even matter to us.\",\"timestamp\":\"01:46:11\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I don't have any control over that part.\",\"timestamp\":\"01:46:47\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Really?\",\"timestamp\":\"01:46:55\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I can't.\",\"timestamp\":\"01:46:56\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"There's no filters.\",\"timestamp\":\"01:46:56\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"You can't say, oh.\",\"timestamp\":\"01:46:57\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"As far as, as far as asking, asking for, I mean, that was, if that would be useful if they, it was available, but they don't offer any filters like in QuickBooks, you can filter on anything.\",\"timestamp\":\"01:47:00\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"You can say, give me only modified or give me stuff.\",\"timestamp\":\"01:47:12\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"That's equals a hundred dollars in total product.\",\"timestamp\":\"01:47:15\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"You can do all kinds of those things, but in this we cannot, there's no, no features for any of that.\",\"timestamp\":\"01:47:20\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So the, the actions are for, that's the webhook .\",\"timestamp\":\"01:47:25\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"You get all products, get stock levels, changes to stock levels.\",\"timestamp\":\"01:48:02\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Actually, the filters you need, it probably would be any product, any item, because these are all items.\",\"timestamp\":\"01:48:08\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Get lists.\",\"timestamp\":\"01:48:23\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So any item.\",\"timestamp\":\"01:48:27\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Wait a minute.\",\"timestamp\":\"01:48:33\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I mean, it doesn't matter, because they don't work.\",\"timestamp\":\"01:48:35\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Anything that you say at this point is, no, I don't know.\",\"timestamp\":\"01:48:38\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I mean, the only thing I see is products.\",\"timestamp\":\"01:48:44\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Is there a difference between products and items?\",\"timestamp\":\"01:48:54\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Well, item is.\",\"timestamp\":\"01:48:58\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"A item, so when you see when I go here, if you're looking, when I go to item, it asks me if it's a product or service or a text item.\",\"timestamp\":\"01:49:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Oh, you're talking about opportunity items.\",\"timestamp\":\"01:49:14\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So it's an opportunity item.\",\"timestamp\":\"01:49:20\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah, I mean, that's a big list too, but that's another thing.\",\"timestamp\":\"01:49:27\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So what I need to do at this point is just run it and then watch, and then I'll just check in on it periodically to see if it hangs.\",\"timestamp\":\"01:49:46\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Locally.\",\"timestamp\":\"01:49:55\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Based on the changes I made, because I've had to do this before.\",\"timestamp\":\"01:50:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But it's definitely not making more than a call a second at this point.\",\"timestamp\":\"01:50:13\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So let's make sure I have all these turned on.\",\"timestamp\":\"01:50:17\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"This is OK, page 100, this is where.\",\"timestamp\":\"01:50:31\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Well, that's weird that I would stop there.\",\"timestamp\":\"01:51:09\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Why is it empty?\",\"timestamp\":\"01:51:12\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"This seems to be, no, I do want it to stop there.\",\"timestamp\":\"01:51:37\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah.\",\"timestamp\":\"01:51:44\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"says that current supports filter mode parameter.\",\"timestamp\":\"01:51:47\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You can index and Yeah, that's just\",\"timestamp\":\"01:51:51\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"For filtering certain fields, we don't want that.\",\"timestamp\":\"01:52:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"We want that to be all, because we need all the data.\",\"timestamp\":\"01:52:05\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I don't know what to ask for.\",\"timestamp\":\"01:52:09\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"If I can filter it to ask for just specific things, that would be good.\",\"timestamp\":\"01:52:13\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But yeah, filter mode is you can say which field you want back.\",\"timestamp\":\"01:52:18\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Like I could go through and say only give me these fields, but that's not our problem.\",\"timestamp\":\"01:52:29\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I mean, that would make it a little faster maybe, but at this point.\",\"timestamp\":\"01:52:33\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Right, it would make it OK for billing, but not for other tasks that we want.\",\"timestamp\":\"01:52:37\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It's not helping us, that part.\",\"timestamp\":\"01:52:45\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I mean, if you were using it like in a live scenario where you were constantly trying to get the data live, the filter is helpful because you only get what you need.\",\"timestamp\":\"01:52:48\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But I mean, it's speed at this.\",\"timestamp\":\"01:52:57\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"This point is not, it's already slow.\",\"timestamp\":\"01:53:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So we would make, we would get minute improvements on the bigger tables.\",\"timestamp\":\"01:53:04\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So I just need to let this run at this point and to see where, if it hangs again, because these are the two spots that it looks like it was hanging and I've got them.\",\"timestamp\":\"01:53:12\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And it probably won't fill up anything in the project list until it's done, right?\",\"timestamp\":\"01:53:30\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Are you, are you running a debugging thing?\",\"timestamp\":\"01:53:37\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah.\",\"timestamp\":\"01:53:42\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So it hangs in either of those two spots.\",\"timestamp\":\"01:53:43\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I need to, I need to see that.\",\"timestamp\":\"01:53:47\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I think that's all that was happening.\",\"timestamp\":\"01:54:04\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"They changed something on the 15th.\",\"timestamp\":\"01:54:06\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That they didn't document.\",\"timestamp\":\"01:54:09\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah, they didn't tell you about.\",\"timestamp\":\"01:54:12\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Or they started enforcing something that they think that they told you about.\",\"timestamp\":\"01:54:14\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That was the other thing.\",\"timestamp\":\"01:54:20\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Maybe they made a change a while ago.\",\"timestamp\":\"01:54:21\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I remember the pagination.\",\"timestamp\":\"01:54:26\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I remember that coming up.\",\"timestamp\":\"01:54:28\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But again, I still don't know how we would possibly set more than 60 a second.\",\"timestamp\":\"01:54:32\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I don't know how that's possible.\",\"timestamp\":\"01:54:38\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But, and I don't think their rules are correct.\",\"timestamp\":\"01:54:39\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So, and it says 300, which that X code thing or whatever the X list reset, that should be a, that should be a UTC times an app.\",\"timestamp\":\"01:54:45\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"According to\",\"timestamp\":\"01:54:59\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"The documentation, so those curl calls are like a universal thing, so I looked up that code, and it's a common code that you return.\",\"timestamp\":\"01:55:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"429, you mean?\",\"timestamp\":\"01:55:10\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"No, the X whatever reset header code.\",\"timestamp\":\"01:55:12\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Oh.\",\"timestamp\":\"01:55:15\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And it says that that header code should be a UTC time in the future when you can try again, but 300 is not a UTC time.\",\"timestamp\":\"01:55:16\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"300 will be, because UTC time starts at 1970, so it's 1-1-1970, and then you add on the time to that.\",\"timestamp\":\"01:55:24\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So 300 would be 300 seconds, or 300 milliseconds past 1-1970, which would be 1-1-1970, so that's not right.\",\"timestamp\":\"01:55:34\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Something's wrong with their system, like they haven't fully tested it, and I think they changed something and they don't know yet.\",\"timestamp\":\"01:55:44\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I'm going to guess that they need to make some more changes to that.\",\"timestamp\":\"01:55:52\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Pretty sure that's\",\"timestamp\":\"01:55:59\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"That's what happened, something to do with they made a change in the processing or they are enforcing that change that they weren't enforcing and then it doesn't work all the way to the end, but we're more, I mean, if they ask again, we're definitely not calling more than 60 a second now, but I don't, it's not hanging, like I have it set to stop now when it does do it and it doesn't do it, so I don't know, again, my whole thought process was like, yeah, if it's, if we would ever hit 60 seconds, then we, you know, but it's not doing it.\",\"timestamp\":\"01:56:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I mean, I'm watching it right now.\",\"timestamp\":\"01:56:38\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You can see it's not stopping.\",\"timestamp\":\"01:56:39\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It's never hitting 60 seconds, but maybe it's only on one table that I'm not aware of yet.\",\"timestamp\":\"01:56:40\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"We'll see if we get to that table.\",\"timestamp\":\"01:56:53\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"So I'll just keep an eye on it periodically as I work through some other things.\",\"timestamp\":\"01:56:55\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You don't need it.\",\"timestamp\":\"01:56:59\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You touch the server, you?\",\"timestamp\":\"01:57:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Nope.\",\"timestamp\":\"01:57:03\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Not until it's sunk.\",\"timestamp\":\"01:57:05\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Once it's sunk, I can process my invoices this week.\",\"timestamp\":\"01:57:06\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah, once it's passed, I forget which one, opportunity lines, cleanup, or whatever.\",\"timestamp\":\"01:57:13\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Once it's got all the data and then it processes it in FileMaker, that's when it doesn't call anything more out to current?\",\"timestamp\":\"01:57:21\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Is that what you're saying?\",\"timestamp\":\"01:57:36\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Well, one of these tables takes a really long time.\",\"timestamp\":\"01:57:38\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I can't remember which one that is.\",\"timestamp\":\"01:57:42\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"think it's opportunity items.\",\"timestamp\":\"01:57:44\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Obviously, opportunities is slow.\",\"timestamp\":\"01:57:48\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And that's where all the billing information lives.\",\"timestamp\":\"01:57:50\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yes.\",\"timestamp\":\"01:57:58\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But we also create those multi-week lines.\",\"timestamp\":\"01:58:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That thing takes a while, too.\",\"timestamp\":\"01:58:03\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But if it's not getting those, then it's never getting to that step, obviously.\",\"timestamp\":\"01:58:06\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So I'm going to think that it's probably the opportunity items that was the part that fails.\",\"timestamp\":\"01:58:11\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So once this finishes and gets to that.\",\"timestamp\":\"01:58:15\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So is all the data still in there?\",\"timestamp\":\"01:58:18\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It just hasn't finished writing the screens or something?\",\"timestamp\":\"01:58:20\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Is that why we're seeing blank?\",\"timestamp\":\"01:58:29\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Well, I don't know.\",\"timestamp\":\"01:58:31\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah, I mean, I'm guessing that it deletes all the lines as it always has.\",\"timestamp\":\"01:58:34\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And it's just not getting it data.\",\"timestamp\":\"01:58:40\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But I don't remember without looking at that.\",\"timestamp\":\"01:58:43\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I mean, the only thing I can think is that it does hit that 30-second thing at some point.\",\"timestamp\":\"01:58:48\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But 60-second thing.\",\"timestamp\":\"01:58:53\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"How many opportunities are there in here?\",\"timestamp\":\"01:59:04\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"2,100, sure takes a long time for that.\",\"timestamp\":\"01:59:24\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Oh yeah, because I added this too.\",\"timestamp\":\"01:59:35\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"See, that was the other thing.\",\"timestamp\":\"01:59:41\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Then they added this thing in there.\",\"timestamp\":\"01:59:42\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It makes you call it an extra number of times.\",\"timestamp\":\"01:59:44\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"This is new?\",\"timestamp\":\"01:59:51\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah, this is the thing they said to add in there.\",\"timestamp\":\"01:59:53\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"They said, we don't give you the full details anymore.\",\"timestamp\":\"01:59:56\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So you have to make an extra call every.\",\"timestamp\":\"01:59:58\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That was a, that was the point.\",\"timestamp\":\"02:00:02\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"forgot about this part.\",\"timestamp\":\"02:00:04\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I better make sure this isn't part of the problem, too.\",\"timestamp\":\"02:00:05\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Is that something that, is there something different in, in the code?\",\"timestamp\":\"02:00:28\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"that was, if that was it.\",\"timestamp\":\"02:00:34\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"wonder if that's what's violating the rules.\",\"timestamp\":\"02:00:35\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I couldn't do that.\",\"timestamp\":\"02:00:37\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"But it didn't start before the 15th.\",\"timestamp\":\"02:00:40\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"That's why I'm like, I don't understand if it's been in there for weeks.\",\"timestamp\":\"02:00:42\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Right, but they didn't do the change until the 15th.\",\"timestamp\":\"02:00:47\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"No, it was working before.\",\"timestamp\":\"02:00:50\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I put this code in and it was running before.\",\"timestamp\":\"02:00:53\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"So there's no, it was in there.\",\"timestamp\":\"02:00:55\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"just said you had to, you had to make that change.\",\"timestamp\":\"02:00:56\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"were going to shut it down.\",\"timestamp\":\"02:00:58\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"By the 15th was the difference.\",\"timestamp\":\"02:01:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It's not the same thing.\",\"timestamp\":\"02:01:04\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Well, they didn't do something until the 15th.\",\"timestamp\":\"02:01:12\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"They didn't, you know.\",\"timestamp\":\"02:01:14\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Well, yeah.\",\"timestamp\":\"02:01:16\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That's something they didn't tell us about.\",\"timestamp\":\"02:01:17\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It's a problem.\",\"timestamp\":\"02:01:19\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But it didn't break the JCAM one.\",\"timestamp\":\"02:01:21\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Because they don't hit the limit, for some reason.\",\"timestamp\":\"02:01:25\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Because it doesn't hit the limit.\",\"timestamp\":\"02:01:29\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Because it's a different data set.\",\"timestamp\":\"02:01:31\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"So it's got the exact same program.\",\"timestamp\":\"02:01:38\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Which one did you do first?\",\"timestamp\":\"02:01:40\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It doesn't matter.\",\"timestamp\":\"02:01:46\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You don't copy and paste it?\",\"timestamp\":\"02:01:46\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You do the whole change to each one of them?\",\"timestamp\":\"02:01:50\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It's a migration.\",\"timestamp\":\"02:01:55\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It's a data.\",\"timestamp\":\"02:01:59\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You just migrate the data from one to the other.\",\"timestamp\":\"02:02:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Could be that.\",\"timestamp\":\"02:02:02\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I'll be right back.\",\"timestamp\":\"02:02:29\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Same thing again.\",\"timestamp\":\"02:02:54\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"And opportunities.\",\"timestamp\":\"02:03:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah, I don't see it pausing, so I don't know.\",\"timestamp\":\"02:04:43\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I'll just have to wait and see.\",\"timestamp\":\"02:04:46\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I don't see it hitting the rate limit, so I don't know how they decide.\",\"timestamp\":\"02:04:50\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But anyways, there's a check in there to...\",\"timestamp\":\"02:04:57\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"to see if it happens, so maybe in an optimal situation, it hits it, I don't know, maybe this is going through it, this is debugging it like it's doing it in the actual program, but you're watching it to see what's going on.\",\"timestamp\":\"02:05:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So however long it takes, like if it's a two hour sync process, that's how long it's going to run for.\",\"timestamp\":\"02:05:15\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Well, it'll stop if it hits those things.\",\"timestamp\":\"02:05:23\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"But if it doesn't, if it doesn't and goes all the way through, that means that you've, you know, corrected whatever issue there is and you should be able to apply this.\",\"timestamp\":\"02:05:25\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Well, the other thing that it could be is that the server physically runs faster than this, which is what I'm thinking it could have happened.\",\"timestamp\":\"02:05:36\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Like it runs faster at the server, but it does, we're on the server, but we're not physically at this, you know.\",\"timestamp\":\"02:05:45\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Right, right, right, right, get it, I get it.\",\"timestamp\":\"02:05:54\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So it could be that, and that way we work.\",\"timestamp\":\"02:05:56\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"We're hitting the little rate limits.\",\"timestamp\":\"02:06:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But now we've got a tool that right here that's not letting it do that.\",\"timestamp\":\"02:06:01\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It's definitely saying if it's going to make a call within less than a second to wait a full second.\",\"timestamp\":\"02:06:09\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So it never will make more than one call in a second.\",\"timestamp\":\"02:06:19\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"One call per second.\",\"timestamp\":\"02:06:24\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah.\",\"timestamp\":\"02:06:27\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Never will make more than one call per second.\",\"timestamp\":\"02:06:28\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"So this will throttle if the server is able to go faster, it's going to throttle it.\",\"timestamp\":\"02:06:31\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Yes.\",\"timestamp\":\"02:06:42\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"OK.\",\"timestamp\":\"02:06:43\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"And just moving one, if every single one ran less than a second, it'd still be 60, which I don't think that's possible.\",\"timestamp\":\"02:06:47\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But yeah.\",\"timestamp\":\"02:06:57\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"And hopefully they're doing milliseconds, because by the time it actually makes the final next call, it's more than 60.\",\"timestamp\":\"02:07:01\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"But who knows what the they're doing based on how this project's gone.\",\"timestamp\":\"02:07:09\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I mean, I don't see it even getting close to a second.\",\"timestamp\":\"02:07:20\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I mean, it looks like it's taking like two seconds and four seconds most of the time to me.\",\"timestamp\":\"02:07:23\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I have to show you something.\",\"timestamp\":\"02:07:30\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"See this screen right here?\",\"timestamp\":\"02:07:33\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Yeah.\",\"timestamp\":\"02:07:35\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Medicare created this screen, right?\",\"timestamp\":\"02:07:37\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"So all the people that are on Medicare, like myself or whatever, people that don't even know how to use a computer, this is what they get when they go to log in.\",\"timestamp\":\"02:07:41\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But really, this right here is the only way to get in.\",\"timestamp\":\"02:07:50\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I'll use ID.me for my Social Security account.\",\"timestamp\":\"02:07:56\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah, but not...\",\"timestamp\":\"02:07:59\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah, for Medicare.\",\"timestamp\":\"02:08:00\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"So this shouldn't, these shouldn't even show up.\",\"timestamp\":\"02:08:03\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"And then people start clicking on these and get into this loop.\",\"timestamp\":\"02:08:09\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Because we did it because we thought, I hadn't logged in for a long time.\",\"timestamp\":\"02:08:14\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"And I thought this was it.\",\"timestamp\":\"02:08:19\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And it was really this.\",\"timestamp\":\"02:08:22\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"So all this, they're just trying to really destroy people's lives.\",\"timestamp\":\"02:08:25\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Really.\",\"timestamp\":\"02:08:32\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I mean, it's insane.\",\"timestamp\":\"02:08:33\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Think about all the people that can't, that can't handle a computer even, you know, a lot of people are on their phones trying to do this .\",\"timestamp\":\"02:08:35\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Because they don't, they have a smartphone, but they don't have a computer.\",\"timestamp\":\"02:08:45\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah.\",\"timestamp\":\"02:08:49\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Anyway.\",\"timestamp\":\"02:08:50\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah, they don't want to make it easy.\",\"timestamp\":\"02:08:53\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Supposed to make it easier for us, right, for everybody?\",\"timestamp\":\"02:09:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"yeah, right.\",\"timestamp\":\"02:09:02\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"We don't have access to.\",\"timestamp\":\"02:09:21\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"All well, I'll just keep an eye on it.\",\"timestamp\":\"02:09:24\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"If I run any issues, I'll let you know.\",\"timestamp\":\"02:09:34\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"looks good so far.\",\"timestamp\":\"02:09:36\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"mean, at least this rate looks like it's doing it.\",\"timestamp\":\"02:09:37\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I'm assuming that this added 2,100 calls.\",\"timestamp\":\"02:09:43\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Still not that many.\",\"timestamp\":\"02:09:57\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"We're just doing the math.\",\"timestamp\":\"02:09:59\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"In my head, it's $1,700, $200 is $2,300 for the projects.\",\"timestamp\":\"02:10:00\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"That's $30.\",\"timestamp\":\"02:10:06\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I mean, it's members or nothing.\",\"timestamp\":\"02:10:07\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I don't know.\",\"timestamp\":\"02:10:10\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I mean, there's no way we're hitting $84,000.\",\"timestamp\":\"02:10:12\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"So that's not the problem.\",\"timestamp\":\"02:10:17\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It has to be the 60-second thing.\",\"timestamp\":\"02:10:20\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"All right, I'll let you know.\",\"timestamp\":\"02:10:39\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Okay.\",\"timestamp\":\"02:10:40\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"All right, you'll text me or email me or something.\",\"timestamp\":\"02:10:41\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah.\",\"timestamp\":\"02:10:44\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Okay.\",\"timestamp\":\"02:10:47\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Have a good weekend.\",\"timestamp\":\"02:10:48\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I'll let you know when it's done, as soon as it's done as well.\",\"timestamp\":\"02:10:50\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And you'll start a backup, a real backup.\",\"timestamp\":\"02:10:54\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"What do you mean?\",\"timestamp\":\"02:11:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You'll start to sync?\",\"timestamp\":\"02:11:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It is syncing.\",\"timestamp\":\"02:11:02\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Oh, it's syncing actually doing it there, too?\",\"timestamp\":\"02:11:04\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yes.\",\"timestamp\":\"02:11:07\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"On the program?\",\"timestamp\":\"02:11:07\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Okay.\",\"timestamp\":\"02:11:08\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So if it gets through, it'll be sunk?\",\"timestamp\":\"02:11:09\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It'll show that it's sunk?\",\"timestamp\":\"02:11:10\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yes.\",\"timestamp\":\"02:11:12\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"All right.\",\"timestamp\":\"02:11:13\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And this part's really slow, if you remember.\",\"timestamp\":\"02:11:18\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It used to be this slow.\",\"timestamp\":\"02:11:22\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So, all right.\",\"timestamp\":\"02:11:26\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I'll let you know it's done.\",\"timestamp\":\"02:11:27\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Okay, bye.\",\"timestamp\":\"02:11:28\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Bye.\",\"timestamp\":\"02:11:29\"}],\"transcript_language\":\"en\",\"url\":\"https:\/\/fathom.video\/calls\/718080067\"}"},"script":"Fathom | Incoming Log"} Result: {"response":{"scriptError":"0","recordId":"94","modId":"0"},"messages":[{"code":"0","message":"OK"}]} ------------------------- URL: https://dev1.gofmhost.com/fmi/data/v1/databases/theboss/sessions/314bcc83b4c0c5ff9238c293b934bc15ff125d32ba49a33d5352 token:314bcc83b4c0c5ff9238c293b934bc15ff125d32ba49a33d5352 Post Fields: {"fieldData":{"json_Received":"{\"action_items\":[{\"assignee\":{\"email\":\"etechnologies34@gmail.com\",\"name\":\"Sean Kruger\",\"team\":null},\"completed\":false,\"description\":\"Monitor RPL sync; if rate-limit, capture headers\/payloads and email Emily (cc Jeff)\",\"recording_playback_url\":\"https:\/\/fathom.video\/calls\/718080067?timestamp=1233.9999\",\"recording_timestamp\":\"00:20:33\",\"user_generated\":false},{\"assignee\":{\"email\":\"etechnologies34@gmail.com\",\"name\":\"Sean Kruger\",\"team\":null},\"completed\":false,\"description\":\"Update RPL sync to use Stock Levels endpoint; filter by Stock Method != 0\",\"recording_playback_url\":\"https:\/\/fathom.video\/calls\/718080067?timestamp=1337.9999\",\"recording_timestamp\":\"00:22:17\",\"user_generated\":false},{\"assignee\":{\"email\":\"etechnologies34@gmail.com\",\"name\":\"Sean Kruger\",\"team\":null},\"completed\":false,\"description\":\"Add 1-sec throttle per API call in RPL sync\",\"recording_playback_url\":\"https:\/\/fathom.video\/calls\/718080067?timestamp=2694.9999\",\"recording_timestamp\":\"00:44:54\",\"user_generated\":false},{\"assignee\":{\"email\":null,\"name\":\"Jeff Bass\",\"team\":null},\"completed\":false,\"description\":\"Text Noah re: product field indicating stock\",\"recording_playback_url\":\"https:\/\/fathom.video\/calls\/718080067?timestamp=2948.9999\",\"recording_timestamp\":\"00:49:08\",\"user_generated\":false},{\"assignee\":{\"email\":null,\"name\":\"Jeff Bass\",\"team\":null},\"completed\":false,\"description\":\"Remove legacy items from RPL dataset\",\"recording_playback_url\":\"https:\/\/fathom.video\/calls\/718080067?timestamp=5145.9999\",\"recording_timestamp\":\"01:25:45\",\"user_generated\":false},{\"assignee\":{\"email\":\"etechnologies34@gmail.com\",\"name\":\"Sean Kruger\",\"team\":null},\"completed\":false,\"description\":\"Email Jeff when RPL sync completes\",\"recording_playback_url\":\"https:\/\/fathom.video\/calls\/718080067?timestamp=7837.9999\",\"recording_timestamp\":\"02:10:37\",\"user_generated\":false}],\"calendar_invitees\":[{\"email\":\"etechnologies34@gmail.com\",\"email_domain\":\"gmail.com\",\"is_external\":false,\"matched_speaker_display_name\":\"Sean Kruger\",\"name\":\"Sean Kruger\"}],\"calendar_invitees_domains_type\":\"one_or_more_external\",\"created_at\":\"2026-06-19T18:26:23Z\",\"crm_matches\":null,\"default_summary\":{\"markdown_formatted\":\"## Meeting Purpose\\n\\n[Troubleshoot and resolve a critical API sync failure.](https:\/\/fathom.video\/share\/Q93K6uJ9LuzVZLKap7WwSXUYyQ93f4Y_?tab=summary×tamp=738.0)\\n\\n## Key Takeaways\\n\\n - [**API Sync Failure:** The FileMaker sync with the Current Events API fails, leaving the `Projects` screen empty. This began after a June 15th API update.](https:\/\/fathom.video\/share\/Q93K6uJ9LuzVZLKap7WwSXUYyQ93f4Y_?tab=summary×tamp=738.0)\\n - [**Rate Limit Mismatch:** The API's rate limit documentation is inconsistent. The public doc states 60 calls\/min, while support revealed a 720 calls\/min limit.](https:\/\/fathom.video\/share\/Q93K6uJ9LuzVZLKap7WwSXUYyQ93f4Y_?tab=summary×tamp=2025.0)\\n - [**Broken Error Handling:** The API's 429 \\\"Rate Limit Exceeded\\\" response is broken. It lacks the required `X-Rate-Limit-Reset` header and returns a non-standard `300` value instead of a UTC timestamp.](https:\/\/fathom.video\/share\/Q93K6uJ9LuzVZLKap7WwSXUYyQ93f4Y_?tab=summary×tamp=2300.0)\\n - [**Immediate Fix:** A 1-second delay was added between all API calls to ensure the sync never exceeds the 60 calls\/min threshold, bypassing the unreliable error handling.](https:\/\/fathom.video\/share\/Q93K6uJ9LuzVZLKap7WwSXUYyQ93f4Y_?tab=summary×tamp=2705.0)\\n\\n## Topics\\n\\n### API Sync Failure\\n\\n - [The FileMaker sync with the Current Events API began failing after a June 15th update.](https:\/\/fathom.video\/share\/Q93K6uJ9LuzVZLKap7WwSXUYyQ93f4Y_?tab=summary×tamp=2547.0)\\n - [**Symptom:** The `Projects` screen in FileMaker is empty.](https:\/\/fathom.video\/share\/Q93K6uJ9LuzVZLKap7WwSXUYyQ93f4Y_?tab=summary×tamp=2525.0)\\n - [**Root Cause:** The sync fails during data retrieval, likely for the `Opportunities` or `Opportunity Items` tables, before it can populate the UI.](https:\/\/fathom.video\/share\/Q93K6uJ9LuzVZLKap7WwSXUYyQ93f4Y_?tab=summary×tamp=7058.0)\\n - [**Workaround:** Jeff restored a backup from June 11th, which contained data from a completed sync.](https:\/\/fathom.video\/share\/Q93K6uJ9LuzVZLKap7WwSXUYyQ93f4Y_?tab=summary×tamp=773.0)\\n\\n### API Rate Limit & Error Handling\\n\\n - [The API's rate limit documentation is inconsistent and its error handling is broken.](https:\/\/fathom.video\/share\/Q93K6uJ9LuzVZLKap7WwSXUYyQ93f4Y_?tab=summary×tamp=2025.0)\\n - [**Documented Limit:** 60 calls\/min.](https:\/\/fathom.video\/share\/Q93K6uJ9LuzVZLKap7WwSXUYyQ93f4Y_?tab=summary×tamp=3784.0)\\n - [**Actual Limit (per Support):** 720 calls\/min.](https:\/\/fathom.video\/share\/Q93K6uJ9LuzVZLKap7WwSXUYyQ93f4Y_?tab=summary×tamp=2025.0)\\n - [**Broken Error Response (HTTP 429):**](https:\/\/fathom.video\/share\/Q93K6uJ9LuzVZLKap7WwSXUYyQ93f4Y_?tab=summary×tamp=2300.0)\\n - [**Missing Header:** The required `X-Rate-Limit-Reset` header is absent.](https:\/\/fathom.video\/share\/Q93K6uJ9LuzVZLKap7WwSXUYyQ93f4Y_?tab=summary×tamp=1741.0)\\n - [**Invalid Value:** The header returns `300`, which is not a valid UTC timestamp for a reset time.](https:\/\/fathom.video\/share\/Q93K6uJ9LuzVZLKap7WwSXUYyQ93f4Y_?tab=summary×tamp=2300.0)\\n - [**Conclusion:** The API is enforcing an undocumented or previously unenforced rate limit, and its error handling mechanism is non-functional.](https:\/\/fathom.video\/share\/Q93K6uJ9LuzVZLKap7WwSXUYyQ93f4Y_?tab=summary×tamp=2569.0)\\n\\n### FileMaker Code Fixes\\n\\n - [**Throttling:** A 1-second delay was added between all API calls.](https:\/\/fathom.video\/share\/Q93K6uJ9LuzVZLKap7WwSXUYyQ93f4Y_?tab=summary×tamp=2705.0)\\n - [**Rationale:** This ensures the sync never exceeds the 60 calls\/min threshold, preventing rate limit errors and bypassing the API's broken error handling.](https:\/\/fathom.video\/share\/Q93K6uJ9LuzVZLKap7WwSXUYyQ93f4Y_?tab=summary×tamp=2705.0)\\n - [**Optimization:** The sync now uses the new `stock_levels` endpoint.](https:\/\/fathom.video\/share\/Q93K6uJ9LuzVZLKap7WwSXUYyQ93f4Y_?tab=summary×tamp=1371.0)\\n - [**Rationale:** This replaces looping through all \\\\~172k products to find stock, significantly reducing API calls.](https:\/\/fathom.video\/share\/Q93K6uJ9LuzVZLKap7WwSXUYyQ93f4Y_?tab=summary×tamp=1371.0)\\n - [**Logic:** The sync will only check stock for products where `stock_method` is not `0` (none).](https:\/\/fathom.video\/share\/Q93K6uJ9LuzVZLKap7WwSXUYyQ93f4Y_?tab=summary×tamp=3367.0)\\n\\n### FileMaker Versioning\\n\\n - [**Issue:** FileMaker lacks native version control, making it hard to identify the correct backup after a code change.](https:\/\/fathom.video\/share\/Q93K6uJ9LuzVZLKap7WwSXUYyQ93f4Y_?tab=summary×tamp=4890.0)\\n - [**Risk:** Restoring an old backup could overwrite critical code fixes.](https:\/\/fathom.video\/share\/Q93K6uJ9LuzVZLKap7WwSXUYyQ93f4Y_?tab=summary×tamp=4952.0)\\n - [**Decision:** No formal versioning system will be implemented. Sean will notify Jeff when the sync is complete, marking the current file as the new baseline.](https:\/\/fathom.video\/share\/Q93K6uJ9LuzVZLKap7WwSXUYyQ93f4Y_?tab=summary×tamp=4890.0)\\n\\n## Next Steps\\n\\n - [**Sean:**](https:\/\/fathom.video\/share\/Q93K6uJ9LuzVZLKap7WwSXUYyQ93f4Y_?tab=summary×tamp=7764.0)\\n - [Monitor the live sync to confirm the 1-second delay resolves the rate limit issue.](https:\/\/fathom.video\/share\/Q93K6uJ9LuzVZLKap7WwSXUYyQ93f4Y_?tab=summary×tamp=7764.0)\\n - [Notify Jeff upon successful completion to establish the new baseline file.](https:\/\/fathom.video\/share\/Q93K6uJ9LuzVZLKap7WwSXUYyQ93f4Y_?tab=summary×tamp=7850.0)\\n - [**Jeff:**](https:\/\/fathom.video\/share\/Q93K6uJ9LuzVZLKap7WwSXUYyQ93f4Y_?tab=summary×tamp=7019.0)\\n - [Process invoices once the sync is complete.](https:\/\/fathom.video\/share\/Q93K6uJ9LuzVZLKap7WwSXUYyQ93f4Y_?tab=summary×tamp=7026.0)\\n\",\"template_name\":\"Enhanced\"},\"highlights\":null,\"meeting_title\":\"\ud83d\udc4b Hello, Lets talk about your FileMaker solution! (Jeff Bass)\",\"meeting_type\":null,\"meeting_url\":\"https:\/\/us02web.zoom.us\/j\/89458745017?pwd=SEeTHgMbJb86bVszPlQWe36qhRVTTM.1\",\"recorded_by\":{\"email\":\"etechnologies34@gmail.com\",\"email_domain\":\"gmail.com\",\"name\":\"Sean Kruger\",\"team\":null},\"recording_end_time\":\"2026-06-19T18:26:15Z\",\"recording_id\":156716367,\"recording_start_time\":\"2026-06-19T16:13:52Z\",\"scheduled_end_time\":\"2026-06-19T17:06:01Z\",\"scheduled_start_time\":\"2026-06-19T16:06:01Z\",\"share_url\":\"https:\/\/fathom.video\/share\/Q93K6uJ9LuzVZLKap7WwSXUYyQ93f4Y_\",\"title\":\"\ud83d\udc4b Hello, Lets talk about your FileMaker solution! (Jeff Bass)\",\"transcript\":[{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Hello.\",\"timestamp\":\"00:00:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Hello.\",\"timestamp\":\"00:00:10\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Hey, you hear me?\",\"timestamp\":\"00:00:11\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Yep.\",\"timestamp\":\"00:00:13\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Okay.\",\"timestamp\":\"00:00:14\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Um, what I've done with jump is I click on my, my desktop and then do command shift four.\",\"timestamp\":\"00:00:15\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"And, uh, that way I get a, um, I can get the screenshot and then I can copy text out of that.\",\"timestamp\":\"00:00:24\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"It's like a lot of data.\",\"timestamp\":\"00:00:34\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Oh, it's like, uh, like a trace command.\",\"timestamp\":\"00:00:37\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Huh?\",\"timestamp\":\"00:00:41\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I can't even get it on, on screen.\",\"timestamp\":\"00:00:44\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I can't, you know, it's like, I mean, I guess I could take individual screenshots, but it's just very inefficient trying to do that.\",\"timestamp\":\"00:00:48\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It's hard to work on that little screen.\",\"timestamp\":\"00:00:56\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I was looking.\",\"timestamp\":\"00:00:59\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I for the email address, because Eric was talking to them about some other issue, but...\",\"timestamp\":\"00:00:59\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah, the header doesn't even say what it says, so I don't know, like...\",\"timestamp\":\"00:01:05\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Okay.\",\"timestamp\":\"00:01:12\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I mean, it would be nice just to put this all on email and to say, this is the header we get back, and it doesn't say what you say it says.\",\"timestamp\":\"00:01:14\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It doesn't say anything it says, like it says it's supposed to tell you something, but...\",\"timestamp\":\"00:01:26\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"If you were to use the notes and create a new note, can you copy and paste in the note and then, or in the text editor?\",\"timestamp\":\"00:01:31\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Let's hear it.\",\"timestamp\":\"00:01:54\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I mean, I could probably just log into my Google Drive account, I guess, if I have to do that.\",\"timestamp\":\"00:02:01\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I don't even have that feature if it doesn't work.\",\"timestamp\":\"00:03:24\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Copy?\",\"timestamp\":\"00:03:28\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"The copy?\",\"timestamp\":\"00:03:31\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Yeah.\",\"timestamp\":\"00:03:33\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I'm just talking to myself, by the way.\",\"timestamp\":\"00:03:37\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So it says that it's supposed to return code on.\",\"timestamp\":\"00:06:25\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I can check again in here.\",\"timestamp\":\"00:06:30\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Can you see what I'm seeing here now?\",\"timestamp\":\"00:06:33\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"OK.\",\"timestamp\":\"00:06:42\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"See, it says that.\",\"timestamp\":\"00:06:53\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But even when- Rate limit exceeded, yeah.\",\"timestamp\":\"00:07:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah, but I waited like five minutes and that doesn't go away.\",\"timestamp\":\"00:07:03\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So I don't know because it doesn't say that in their documentation.\",\"timestamp\":\"00:07:10\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I seem to remember 84,000 or something like that, that they said that we would be limited to.\",\"timestamp\":\"00:07:16\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I still don't see how we're hitting 84,000.\",\"timestamp\":\"00:07:30\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But regardless, this is a really crappy response.\",\"timestamp\":\"00:07:32\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Like that's not even JSON.\",\"timestamp\":\"00:07:50\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Like that, I don't know, this is like a lazy API.\",\"timestamp\":\"00:07:53\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"X, get tokens, response headers, we could directly to, come on, this thing is, I don't even know if I can copy and paste at all, edit, why do they use this jump drive thing, doesn't seem to work very.\",\"timestamp\":\"00:08:05\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah.\",\"timestamp\":\"00:09:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Jump desktop?\",\"timestamp\":\"00:09:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Whatever, yeah.\",\"timestamp\":\"00:09:02\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"This is where the industry went for remote editing.\",\"timestamp\":\"00:09:03\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"And, you know, we've been fighting it and using other things.\",\"timestamp\":\"00:09:11\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"And this is an easy way for them to set it up.\",\"timestamp\":\"00:09:14\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"And this is how they use it.\",\"timestamp\":\"00:09:18\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"When editors come to our platform, they love it.\",\"timestamp\":\"00:09:19\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"But, you know, it's not about what the end user likes.\",\"timestamp\":\"00:09:23\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"It's about what the producer's friend, who the producer's friend is that gets the job.\",\"timestamp\":\"00:09:27\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Oh, gotcha.\",\"timestamp\":\"00:09:34\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Yeah, know.\",\"timestamp\":\"00:09:37\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I don't know why.\",\"timestamp\":\"00:09:38\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I mean, so that was an easy thing to set up for me to, you know, work on.\",\"timestamp\":\"00:09:39\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah.\",\"timestamp\":\"00:09:47\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Page 1973.\",\"timestamp\":\"00:09:49\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"What if I do page 19?\",\"timestamp\":\"00:09:53\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Ugh.\",\"timestamp\":\"00:09:58\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It's just hard when you don't know, like, what to expect in the API, and then it gives you that.\",\"timestamp\":\"00:10:17\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Like, it doesn't say that this is what it returns, so, like, I don't know, like, what to look for, so I'm just, like, guessing.\",\"timestamp\":\"00:10:24\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So until I actually see it, I don't know, and it's really hard to work that way.\",\"timestamp\":\"00:10:31\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"So did you see in my text, I have, I, this person, we have her email, and she's written to me, she's written to Eric.\",\"timestamp\":\"00:10:37\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"So that's her email, emilyatcurrent-events.intercom.mail.com.\",\"timestamp\":\"00:10:48\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"So we can send her.\",\"timestamp\":\"00:10:58\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"And email, she may, you know, depending on time, I don't know where she is, but she may.\",\"timestamp\":\"00:11:01\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I just don't know how we got to 84,000, so, and it doesn't tell me when I can log back in, so, like it says it does.\",\"timestamp\":\"00:11:07\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Maybe it's because it's been running for a few days.\",\"timestamp\":\"00:11:18\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Well, yeah, why, why, can you look at JCAMS, because JCAMS are working, but that wouldn't tell you that, that wouldn't tell you.\",\"timestamp\":\"00:11:22\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"have to wait until I get the error to know what it's, does it only happen the first time?\",\"timestamp\":\"00:11:31\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I mean, the rate limit thing tells me is one second, is one sentence, and it's not doing what it's doing when I see it.\",\"timestamp\":\"00:11:35\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So, you know, it's like, oh, I guess I can wait till it resets, and we need to turn it off so that it can't run, and then I need to see what it says, or somebody needs to, like, specifically diagnose what it's supposed to say.\",\"timestamp\":\"00:11:42\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Like, you know, because I don't know what I'm looking for.\",\"timestamp\":\"00:12:00\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"But if we write to Emily, if you write an email to her, tell her Remote Picture Labs LLC, because there's no...\",\"timestamp\":\"00:12:04\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I think what may have happened is it got hung up at some point.\",\"timestamp\":\"00:12:18\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And since it's been constantly running, you're locked out for some given time.\",\"timestamp\":\"00:12:22\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"No, because I saw it running since the changeover.\",\"timestamp\":\"00:12:27\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"In words, I went to it and I saw that it didn't, when I contacted you, I saw that it didn't finish.\",\"timestamp\":\"00:12:33\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Well, it worked for a little bit this morning.\",\"timestamp\":\"00:12:44\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"What?\",\"timestamp\":\"00:12:46\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"It worked for a little bit this morning when I was running in.\",\"timestamp\":\"00:12:47\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Okay.\",\"timestamp\":\"00:12:51\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"But then it stopped.\",\"timestamp\":\"00:12:51\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Well, mean, I had to go to a backup that had data in it on the 11th.\",\"timestamp\":\"00:12:53\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"There was...\",\"timestamp\":\"00:12:59\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"There were seven backups in the backup queue for, you know, not on It had nothing to do with the data.\",\"timestamp\":\"00:13:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It had nothing to do with the data.\",\"timestamp\":\"00:13:07\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Okay, well, I mean, it was empty.\",\"timestamp\":\"00:13:09\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"There were, you know, when I tried to do a new sync, I went to it and it's empty.\",\"timestamp\":\"00:13:11\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"You know, there's nothing in it that I could see from a user.\",\"timestamp\":\"00:13:20\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"empty?\",\"timestamp\":\"00:13:24\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"When I hit project, it was empty.\",\"timestamp\":\"00:13:25\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I go projects and the screens were just white.\",\"timestamp\":\"00:13:29\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"And so I went and found a, the last one on the seventh backup on the 11th, it had data and it had completed a, it had, it was the one that completed a sync.\",\"timestamp\":\"00:13:31\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"And so I, I delete, you\",\"timestamp\":\"00:13:57\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I removed the other ones.\",\"timestamp\":\"00:14:00\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I stopped everything, did the sequence, removed it, and then went into the program, like you said, and imported that backup and initiated the sync, but it hung up.\",\"timestamp\":\"00:14:02\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"It was, you know, the last creating whatever it was that I gave you, the thing, it was just hung up.\",\"timestamp\":\"00:14:16\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"So I just left it there.\",\"timestamp\":\"00:14:22\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I didn't touch it.\",\"timestamp\":\"00:14:24\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"And then it went into another backup because, because no one, you know, delete, no, stopped all that nonsense.\",\"timestamp\":\"00:14:25\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"And what happens is when it goes into that sequence, it loses all the data in the projects.\",\"timestamp\":\"00:14:32\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"It might be, it might be in there, but it's not showing it.\",\"timestamp\":\"00:14:40\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"And so I think it corrupts something and time machine, we can go into time machine and find a clean, clean one.\",\"timestamp\":\"00:14:44\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"And start it again.\",\"timestamp\":\"00:15:00\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"And then you'll, maybe you'll get some clean codes.\",\"timestamp\":\"00:15:01\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"No, I don't think that's the problem.\",\"timestamp\":\"00:15:06\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Or you can, As far as I can tell, in here, are they not?\",\"timestamp\":\"00:15:09\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Huh?\",\"timestamp\":\"00:15:14\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Has the data not been updated?\",\"timestamp\":\"00:15:15\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I look like it updated.\",\"timestamp\":\"00:15:17\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"No, I mean, I think it, it, it does some like clean out or whatever it did in the, like when you hit projects, there's nothing to click on.\",\"timestamp\":\"00:15:19\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I mean, I don't even\",\"timestamp\":\"00:15:59\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"know what to ask.\",\"timestamp\":\"00:16:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Is it Remote Picture Labs?\",\"timestamp\":\"00:16:00\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Is that the account that I'm asking about?\",\"timestamp\":\"00:16:02\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Yeah.\",\"timestamp\":\"00:16:03\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I mean, have a, I have a, I can't find a client number, you know, you can't find a client number, but I can find, I have an invoice, you know, this is, I've got to get all these error codes off this machine to my Gmail account.\",\"timestamp\":\"00:16:04\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"That invoice number would be able to find our, but it's, uh, it's working again now.\",\"timestamp\":\"00:17:18\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"See, it starts working way more than 60 seconds though.\",\"timestamp\":\"00:17:42\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Cause if I wait 60 seconds, that doesn't work.\",\"timestamp\":\"00:17:47\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So it is hard to follow when there's no routine.\",\"timestamp\":\"00:17:51\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Like now it's working.\",\"timestamp\":\"00:17:54\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Oh, it's super annoying.\",\"timestamp\":\"00:18:02\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"If I just say, is there something I can say?\",\"timestamp\":\"00:18:04\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"It just doesn't do it.\",\"timestamp\":\"00:18:08\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I mean, there's just not enough.\",\"timestamp\":\"00:18:13\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"There's not enough information.\",\"timestamp\":\"00:18:15\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Like, I don't know what I'm looking.\",\"timestamp\":\"00:18:17\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I have to actually see it happen.\",\"timestamp\":\"00:18:19\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And it's so hard to reproduce.\",\"timestamp\":\"00:18:20\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Like, they can't expect you to like actually run into the problem like this.\",\"timestamp\":\"00:18:22\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You have to know what it is.\",\"timestamp\":\"00:18:26\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You can't program blind.\",\"timestamp\":\"00:18:27\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Like, if they implement something, and they say, okay, we're going to time you out after 60 seconds.\",\"timestamp\":\"00:18:28\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That's fine.\",\"timestamp\":\"00:18:35\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But then at the end of 60 seconds, if that's their rule, that's fine.\",\"timestamp\":\"00:18:36\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But they're not, that's, that's one sentence for what I'm looking for.\",\"timestamp\":\"00:18:43\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"For me to just submit a bug so they contact me, even.\",\"timestamp\":\"00:18:47\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Issues with API updates with recent.\",\"timestamp\":\"00:18:52\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It's what I texted you, the right limit.\",\"timestamp\":\"00:18:57\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Okay, let's see here.\",\"timestamp\":\"00:19:01\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It doesn't do that.\",\"timestamp\":\"00:19:04\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Whatever that is, it doesn't work.\",\"timestamp\":\"00:19:07\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"doesn't do that.\",\"timestamp\":\"00:19:08\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"So API doesn't do what it says is part of it.\",\"timestamp\":\"00:19:25\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Let's see.\",\"timestamp\":\"00:19:33\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Header, I'll try to see what header looks like.\",\"timestamp\":\"00:19:38\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I mean, this is another issue.\",\"timestamp\":\"00:19:41\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Like, it's hard for me to, like, do this remotely.\",\"timestamp\":\"00:19:42\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Like, it's hard to, like, copy.\",\"timestamp\":\"00:19:46\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"There's a lot of information that comes back that you need to send to her.\",\"timestamp\":\"00:19:48\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And this jump drive thing is super hard to work with in this.\",\"timestamp\":\"00:19:51\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Well, how can you, you can log in your normal way, too.\",\"timestamp\":\"00:19:56\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"They just, I mean, they didn't take that away.\",\"timestamp\":\"00:20:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I can't.\",\"timestamp\":\"00:20:03\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"It doesn't work.\",\"timestamp\":\"00:20:05\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I've tried.\",\"timestamp\":\"00:20:08\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It doesn't work.\",\"timestamp\":\"00:20:09\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It seems like every time if you call me after six months or nine months or whatever, I lose access.\",\"timestamp\":\"00:20:14\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"That doesn't make sense.\",\"timestamp\":\"00:20:22\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I don't know.\",\"timestamp\":\"00:20:23\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Put this together in a sentence.\",\"timestamp\":\"00:20:25\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Well, I'll send you, I'll send it to her.\",\"timestamp\":\"00:20:44\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I'm just trying to get this, you know, I can't reproduce it now.\",\"timestamp\":\"00:20:47\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So I've got to rerun this and let it run until it fails again.\",\"timestamp\":\"00:20:53\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So I can say, this is the header.\",\"timestamp\":\"00:20:56\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It doesn't return what you say.\",\"timestamp\":\"00:20:58\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It's going to return.\",\"timestamp\":\"00:21:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"This is the response, and then I have to, like, just.\",\"timestamp\":\"00:21:05\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I think I should just change this to stock levels, too.\",\"timestamp\":\"00:22:28\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"There's too many products in here.\",\"timestamp\":\"00:22:31\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That's probably the problem.\",\"timestamp\":\"00:22:32\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"This looks new.\",\"timestamp\":\"00:22:34\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"We still need to solve this issue with the Raylan group.\",\"timestamp\":\"00:22:35\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"There's a new endpoint in here called stock levels, which wasn't in here before.\",\"timestamp\":\"00:22:51\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So we used to have to loop through every product and then...\",\"timestamp\":\"00:22:57\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Check the stock level, and there's 172,000 products, and not every product has a stock level.\",\"timestamp\":\"00:23:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Allowed stock type, could limit it by that, too, maybe, right?\",\"timestamp\":\"00:23:23\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Because not everything is a stock type.\",\"timestamp\":\"00:23:29\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"don't I'm limiting that, right?\",\"timestamp\":\"00:23:31\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Not everything has stock, I'm assuming?\",\"timestamp\":\"00:23:43\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"No.\",\"timestamp\":\"00:23:46\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"How do you indicate what has stock incurred, do you know?\",\"timestamp\":\"00:23:51\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Is it rental?\",\"timestamp\":\"00:23:58\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Yeah, well, yeah.\",\"timestamp\":\"00:24:03\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Rental bulk items.\",\"timestamp\":\"00:24:05\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Well, rental has stock.\",\"timestamp\":\"00:24:07\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"No, rental is the one that only has stock because the ones that have barcodes, maybe I'm talking.\",\"timestamp\":\"00:24:09\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Let's see.\",\"timestamp\":\"00:24:21\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Can you please share the URL of the affected page?\",\"timestamp\":\"00:24:25\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I can, but I'm kind of waiting for it to happen.\",\"timestamp\":\"00:24:37\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"But it's not in current, it's not in the current thing.\",\"timestamp\":\"00:24:48\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"He can't see, they wouldn't be able to see FileMaker.\",\"timestamp\":\"00:24:52\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"No, that's not what they're saying.\",\"timestamp\":\"00:24:56\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"They're asking what...\",\"timestamp\":\"00:24:58\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"They're asking for the URL, right?\",\"timestamp\":\"00:25:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"They're asking for their URL.\",\"timestamp\":\"00:25:03\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Their URL?\",\"timestamp\":\"00:25:07\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I would assume so.\",\"timestamp\":\"00:25:09\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I don't know what good it would be for them to ask for something else.\",\"timestamp\":\"00:25:10\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Well, I mean, I asked them an issue about API.\",\"timestamp\":\"00:25:15\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"So API is being used by a third-party program, right?\",\"timestamp\":\"00:25:21\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"They're asking for this.\",\"timestamp\":\"00:25:25\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"What?\",\"timestamp\":\"00:25:29\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"They're asking for that.\",\"timestamp\":\"00:25:32\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That right there?\",\"timestamp\":\"00:25:33\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Can I copy that?\",\"timestamp\":\"00:25:35\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I can't get it to work.\",\"timestamp\":\"00:25:42\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I got it to work.\",\"timestamp\":\"00:25:44\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You just use this send to host?\",\"timestamp\":\"00:25:47\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"No, I did command C.\",\"timestamp\":\"00:25:49\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And it saves it to your computer?\",\"timestamp\":\"00:25:54\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Huh?\",\"timestamp\":\"00:25:56\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And then you can copy that to your computer?\",\"timestamp\":\"00:25:57\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Yeah.\",\"timestamp\":\"00:26:00\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"System setup.\",\"timestamp\":\"00:26:05\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"System setup.\",\"timestamp\":\"00:26:09\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Yeah, my notebook.\",\"timestamp\":\"00:26:13\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Get clipboard content from host and clipboard content to host.\",\"timestamp\":\"00:26:19\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Jump to the information, enable.\",\"timestamp\":\"00:26:24\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It doesn't work for me.\",\"timestamp\":\"00:26:29\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Done.\",\"timestamp\":\"00:26:43\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"My last question to help our team provide the best service.\",\"timestamp\":\"00:26:44\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"you tell us how urgent?\",\"timestamp\":\"00:26:54\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"There's no way this runs faster than 60 calls per second.\",\"timestamp\":\"00:27:13\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Is there anything specifically you want me to ask this person?\",\"timestamp\":\"00:28:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Specifically?\",\"timestamp\":\"00:28:08\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Specifically, like, you know.\",\"timestamp\":\"00:28:09\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"You can ask.\",\"timestamp\":\"00:28:12\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I mean, we need to copy all this, whatever this is, when I get the error, but I don't know.\",\"timestamp\":\"00:28:13\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"You're talking about where?\",\"timestamp\":\"00:28:19\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I need to know why this rate limit exceeded doesn't do what it says in their documentation.\",\"timestamp\":\"00:28:21\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That's all I need to know.\",\"timestamp\":\"00:28:28\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Because I'm not seeing where you're pointing.\",\"timestamp\":\"00:28:29\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"In their documentation that I shot over to you earlier, it says this right here.\",\"timestamp\":\"00:28:31\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"OK, hold on.\",\"timestamp\":\"00:28:43\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"So if I copy this?\",\"timestamp\":\"00:28:47\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"No, that's mine.\",\"timestamp\":\"00:28:51\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You don't need that.\",\"timestamp\":\"00:28:52\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"OK, tell me what I'm going to copy.\",\"timestamp\":\"00:28:53\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"That is.\",\"timestamp\":\"00:28:56\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Hold on.\",\"timestamp\":\"00:28:57\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"So I'm copying this.\",\"timestamp\":\"00:28:58\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah.\",\"timestamp\":\"00:29:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And that it doesn't, there's, I don't see that X rate limit reset.\",\"timestamp\":\"00:29:01\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"We do not see the rate limit reset.\",\"timestamp\":\"00:29:07\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That's what it says in the copy thing that you did.\",\"timestamp\":\"00:29:20\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That's just that header element, X dash rate limit dash reset.\",\"timestamp\":\"00:29:23\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It's in that statement right there.\",\"timestamp\":\"00:29:29\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Okay.\",\"timestamp\":\"00:29:34\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Well, I'm And it seems random.\",\"timestamp\":\"00:29:34\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"It seems random.\",\"timestamp\":\"00:29:36\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It's not every 60 seconds.\",\"timestamp\":\"00:29:38\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It's for sure.\",\"timestamp\":\"00:29:39\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That's not, that rule is not correct anyways.\",\"timestamp\":\"00:29:40\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And the 60 second rule is also not valid.\",\"timestamp\":\"00:29:44\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Cause I tested that.\",\"timestamp\":\"00:29:47\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"waited five minutes and it still doesn't work.\",\"timestamp\":\"00:29:48\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So they're full of .\",\"timestamp\":\"00:29:55\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"60 seconds.\",\"timestamp\":\"00:29:58\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"We, it's like, you know, they come in, they take over, they make, they screwed up a whole day of people, couldn't log in, all our screens were screwed up, you know, like they promoted this change, and then they go, oh, we need to accelerate the rest of our changes.\",\"timestamp\":\"00:30:02\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"And then they go screwing around with the API, probably because it's costing them money.\",\"timestamp\":\"00:30:53\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Or clogging up, you know, there's too many people, it's evolved, and too many people are asking for data, and they go and they do some program change, but they don't have a team that can, you know, be there to help correct all these issues.\",\"timestamp\":\"00:31:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Well, there's a reason it's still in beta, because they never gave any of the attention.\",\"timestamp\":\"00:31:22\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"But why would they, then why with it if they're having...\",\"timestamp\":\"00:31:26\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Well, that's why they leave it in beta.\",\"timestamp\":\"00:31:30\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So they can tell you, we told you it was in beta.\",\"timestamp\":\"00:31:32\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That's what it means.\",\"timestamp\":\"00:31:36\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Beta means it's going to...\",\"timestamp\":\"00:31:37\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"How many requests are you attempting within the minute?\",\"timestamp\":\"00:31:38\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"That's what they're asking.\",\"timestamp\":\"00:31:45\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I'm not counting them, but I can.\",\"timestamp\":\"00:31:47\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Do I need to start counting them?\",\"timestamp\":\"00:31:52\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I don't log that.\",\"timestamp\":\"00:31:55\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Huh?\",\"timestamp\":\"00:31:56\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I don't log that.\",\"timestamp\":\"00:31:57\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I don't know.\",\"timestamp\":\"00:31:58\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I could put that in there and test it and add it as a, you want me to count it?\",\"timestamp\":\"00:32:00\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I say we don't have that?\",\"timestamp\":\"00:32:07\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I mean, is it something you can get in a minute?\",\"timestamp\":\"00:32:10\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"In a minute?\",\"timestamp\":\"00:32:15\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It'll probably take me five or ten minutes to put in a log for that, but I can do it.\",\"timestamp\":\"00:32:16\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I can count the requests.\",\"timestamp\":\"00:32:23\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I mean, it's amazing that I can do this and they can't.\",\"timestamp\":\"00:32:26\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"We can add a log in our, it's so stupid.\",\"timestamp\":\"00:32:33\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But what, you know, what is the, what is the limit?\",\"timestamp\":\"00:32:53\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It's 60 and\",\"timestamp\":\"00:32:58\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So if I am calling more than 60, why does it sometimes tell me I'm rate limited and other times doesn't, and it still doesn't follow the API?\",\"timestamp\":\"00:33:01\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That's what I don't understand.\",\"timestamp\":\"00:33:11\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Like, if I make it never call more than 60 times is that, I mean, if I spend the time doing that, here's the other thing.\",\"timestamp\":\"00:33:13\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"If I spend the time just saying, okay, at 60 seconds, you need to just pause and wait till 63 seconds and start over again.\",\"timestamp\":\"00:33:21\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"If I do that, am I going to hit the rate limit?\",\"timestamp\":\"00:33:28\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I don't know that that's true because nothing else in the documentation works either.\",\"timestamp\":\"00:33:32\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You know what I mean?\",\"timestamp\":\"00:33:37\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So I mean, I can do that and make that the rule, but then if it doesn't work, I don't know, you know.\",\"timestamp\":\"00:33:38\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Here's what they just said.\",\"timestamp\":\"00:33:45\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Hold on, I'm going to put it in the chat.\",\"timestamp\":\"00:33:47\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"There's no way I make that many calls, app.\",\"timestamp\":\"00:34:09\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"What does that mean?\",\"timestamp\":\"00:34:12\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"To maintain a high opt-infer, we have a limit of 720 server requests per minute.\",\"timestamp\":\"00:34:13\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Why doesn't their documentation say all this?\",\"timestamp\":\"00:34:32\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Why do they hide it, you know?\",\"timestamp\":\"00:34:36\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I don't know where this is.\",\"timestamp\":\"00:34:38\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"This is October 13, 2025, system under table of contents, system limitations.\",\"timestamp\":\"00:34:39\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Where is it?\",\"timestamp\":\"00:34:48\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It's in system.\",\"timestamp\":\"00:34:49\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It's not on that page that you sent me recently.\",\"timestamp\":\"00:34:53\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"It only has one sentence it.\",\"timestamp\":\"00:34:58\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Copy the whole thing from the top.\",\"timestamp\":\"00:35:00\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Did it get it?\",\"timestamp\":\"00:35:03\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Let's see, did it get the extra header?\",\"timestamp\":\"00:35:04\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"System limitations, this article limitation, our service October 13, table of contents.\",\"timestamp\":\"00:35:06\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I guess it's in the...\",\"timestamp\":\"00:35:12\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"What does zero have to do with us?\",\"timestamp\":\"00:35:13\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Huh?\",\"timestamp\":\"00:35:16\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Zero what?\",\"timestamp\":\"00:35:19\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It says take payments when integrated with zero.\",\"timestamp\":\"00:35:20\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"What does that have to do?\",\"timestamp\":\"00:35:23\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Oh, that's related articles.\",\"timestamp\":\"00:35:24\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"This is in their table of contents.\",\"timestamp\":\"00:35:27\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"So...\",\"timestamp\":\"00:35:31\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"This doesn't have anything to do with us.\",\"timestamp\":\"00:35:33\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"So this is table of contents, APP and API.\",\"timestamp\":\"00:35:35\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Where is this?\",\"timestamp\":\"00:35:40\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Can you ask her where this thing is that...\",\"timestamp\":\"00:35:40\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I think it's in, it's in site, so...\",\"timestamp\":\"00:35:42\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It's not from the thing that I'm looking at that you sent with the updates.\",\"timestamp\":\"00:35:46\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I don't think so.\",\"timestamp\":\"00:35:49\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I think...\",\"timestamp\":\"00:35:52\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I don't know where I'm looking.\",\"timestamp\":\"00:35:53\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"My whole thing is down, I think.\",\"timestamp\":\"00:35:54\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Can I...\",\"timestamp\":\"00:35:57\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Can I share, let's see here.\",\"timestamp\":\"00:36:03\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Can you send me the URL, whatever you're looking at?\",\"timestamp\":\"00:36:05\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Yeah.\",\"timestamp\":\"00:36:07\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I don't know if you can get in because it's, I can let you, you know, browse or take control.\",\"timestamp\":\"00:36:11\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I see what it's inside your.\",\"timestamp\":\"00:36:17\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I think it's inside.\",\"timestamp\":\"00:36:19\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Yeah.\",\"timestamp\":\"00:36:21\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Well, maybe it's somewhere external.\",\"timestamp\":\"00:36:21\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Sorry.\",\"timestamp\":\"00:36:25\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So what are we, where did you find that?\",\"timestamp\":\"00:36:26\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That's in your.\",\"timestamp\":\"00:36:28\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Well, they just gave, they just gave, didn't know it existed.\",\"timestamp\":\"00:36:29\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"They gave this to me.\",\"timestamp\":\"00:36:31\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"So if I.\",\"timestamp\":\"00:36:34\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So that top thing is not us.\",\"timestamp\":\"00:36:35\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That's the bottom thing.\",\"timestamp\":\"00:36:40\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It's the API thing.\",\"timestamp\":\"00:36:41\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"If I close this a second.\",\"timestamp\":\"00:36:44\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So we must be hitting the 84,000 thing.\",\"timestamp\":\"00:36:47\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Cause I, there's no way we're, I don't think I can make FileMaker is too slow.\",\"timestamp\":\"00:36:50\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I mean, it's just, it's stupid that it's too slow, but it can't.\",\"timestamp\":\"00:36:55\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Make 60 seconds 60 in a second oh but the problem is is that their their thing says when we can reconnect it says it'll tell us when we can reconnect and we can't it doesn't do that which so I don't know okay that's fine I made more than 60 I'll limit it to 60 calls per second if that works and then once we had 86,000 I don't know 60 calls per minute yeah and I'll limit it to 86,000 today a day which I don't know how we're hitting that I really don't know how we're hitting that many but I mean are you running it more than once a day are you running it like four times a day maybe that would be why no I usually it's just at night it's just the one thing at night I hardly ever do a sync now the the web maybe the web links are doing it the web hooks\",\"timestamp\":\"00:37:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah, the webhooks make calls, but I mean, they only make calls when you make changes.\",\"timestamp\":\"00:38:02\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Well, I mean, people are in that thing doing stuff, but I don't see all those changes.\",\"timestamp\":\"00:38:07\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I mean, there are changes that happen, but not related to the billing.\",\"timestamp\":\"00:38:13\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah, I just exceeded the limit.\",\"timestamp\":\"00:38:20\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So then the header says nothing.\",\"timestamp\":\"00:38:23\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Oh, it says 300x.\",\"timestamp\":\"00:38:29\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"What does that mean?\",\"timestamp\":\"00:38:33\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"300 seconds?\",\"timestamp\":\"00:38:40\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It doesn't even say what it is.\",\"timestamp\":\"00:38:41\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It must tell me only after the first time, I guess.\",\"timestamp\":\"00:38:50\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"All right.\",\"timestamp\":\"00:39:19\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So I waited more than 60 seconds.\",\"timestamp\":\"00:39:20\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"me see what happens if I try it again.\",\"timestamp\":\"00:39:22\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Well, I guess I'll put a counter in here and just say that once it hits 60, it's got to wait.\",\"timestamp\":\"00:39:24\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I mean, why this wouldn't be right in that API document?\",\"timestamp\":\"00:39:48\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I have no idea.\",\"timestamp\":\"00:39:55\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Well, it's been way over 60 seconds, so I don't know.\",\"timestamp\":\"00:40:01\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"So it didn't let you do it?\",\"timestamp\":\"00:40:05\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So it doesn't tell me, well, I guess once you hit 60 seconds, there's some other rule, but it doesn't explain that.\",\"timestamp\":\"00:40:06\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So we just can't let it.\",\"timestamp\":\"00:40:12\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So if I ask her.\",\"timestamp\":\"00:40:14\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"There was some point, so we ran through this, how many times?\",\"timestamp\":\"00:40:16\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And then, so this is run, how many pages?\",\"timestamp\":\"00:40:20\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"1,300 pages.\",\"timestamp\":\"00:40:26\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"We only hit 60 seconds once in 1,300 times?\",\"timestamp\":\"00:40:28\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I don't, that's just not.\",\"timestamp\":\"00:40:31\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"If it is calling more than 60, then it needs to be consistent.\",\"timestamp\":\"00:40:33\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That's the thing.\",\"timestamp\":\"00:40:37\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"don't.\",\"timestamp\":\"00:40:38\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So the 60 second limit is not consistent.\",\"timestamp\":\"00:40:39\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"The 60 second wait, is that what we're saying?\",\"timestamp\":\"00:40:42\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That's ridiculous anyways, to limit that to 60 calls per second on an API that has like such little feature set.\",\"timestamp\":\"00:40:47\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I mean, they should, they need to expand their feature set so that we can actually like say, hey.\",\"timestamp\":\"00:40:55\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"What in the stock level has actually changed, so I don't have to loop through the whole database.\",\"timestamp\":\"00:41:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So I can make a change here, I can say not, if you're sure that it's only rental items, then we can go just to the rental items.\",\"timestamp\":\"00:41:05\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I can ask, you know, who would know that?\",\"timestamp\":\"00:41:18\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"No, I feel picked up.\",\"timestamp\":\"00:41:23\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Stock type, stock category, I mean, I don't know, I just, I don't know enough, there's no documentation, so I don't know what I'm looking for.\",\"timestamp\":\"00:41:28\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Where's the products at?\",\"timestamp\":\"00:41:41\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Please, please, I'm asking you to take care.\",\"timestamp\":\"00:41:50\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But you're saying it's failing...\",\"timestamp\":\"00:41:56\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"before that?\",\"timestamp\":\"00:42:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"No, it seems to fail toward the end.\",\"timestamp\":\"00:42:01\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But you're saying projects is empty, right?\",\"timestamp\":\"00:42:05\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"What?\",\"timestamp\":\"00:42:08\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You're saying it's empty, though.\",\"timestamp\":\"00:42:08\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I didn't look at this, but.\",\"timestamp\":\"00:42:12\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Yeah, see, it's empty.\",\"timestamp\":\"00:42:14\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"There's zero projects in there.\",\"timestamp\":\"00:42:18\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Which, why it's not making it to that, I don't know.\",\"timestamp\":\"00:42:22\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Unless they never, then they changed something when they, on the 15th.\",\"timestamp\":\"00:42:27\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Because the first thing I thought is, oh, maybe it's the opportunities, but I checked, and the opportunities work fine.\",\"timestamp\":\"00:42:32\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Well, in that link I sent you, shows it according to what, the only two things, they show the two or three things they changed, the sections.\",\"timestamp\":\"00:42:37\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Yeah, they changed something.\",\"timestamp\":\"00:42:48\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"They started enforcing whatever that rule is, that they're not enforcing properly.\",\"timestamp\":\"00:42:49\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"So there's a rule that's being.\",\"timestamp\":\"00:42:57\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I'm not off, else?\",\"timestamp\":\"00:42:59\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Satwiches\",\"timestamp\":\"00:42:59\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Being improperly enforced.\",\"timestamp\":\"00:43:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Or it never was enforced before.\",\"timestamp\":\"00:43:03\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I don't know.\",\"timestamp\":\"00:43:06\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I can put a one-second pause between everything, but it's going to take forever for your sync to happen if I do that.\",\"timestamp\":\"00:43:09\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Or, I mean, that would be the easier way to do it.\",\"timestamp\":\"00:43:18\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But then, I mean, if I have to, we can also put in...\",\"timestamp\":\"00:43:20\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"See, the other thing is, remember they made us change this?\",\"timestamp\":\"00:43:26\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"The rate?\",\"timestamp\":\"00:43:30\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"The per page.\",\"timestamp\":\"00:43:32\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"They changed that randomly.\",\"timestamp\":\"00:43:34\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"15th.\",\"timestamp\":\"00:43:36\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"The 15th, you mean?\",\"timestamp\":\"00:43:37\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Or before?\",\"timestamp\":\"00:43:38\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"No, before that.\",\"timestamp\":\"00:43:39\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And I had to make more calls because they decided that you could only get like 100 records in your old system.\",\"timestamp\":\"00:43:40\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I can't remember what it was.\",\"timestamp\":\"00:43:47\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Maybe it was called 20 or so.\",\"timestamp\":\"00:43:48\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Maybe it was 100 and they changed it to 20 or something like that.\",\"timestamp\":\"00:43:49\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"And was that ever documented anywhere?\",\"timestamp\":\"00:43:52\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Because the new people took over.\",\"timestamp\":\"00:43:54\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Maybe they don't know about something in the older...\",\"timestamp\":\"00:43:56\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"The older revision that was done that wasn't documented because they just told it to us either in an email, whatever it was that got passed on to you was, I don't think was in any document, right?\",\"timestamp\":\"00:44:00\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"It was in a chat.\",\"timestamp\":\"00:44:16\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I don't know.\",\"timestamp\":\"00:44:20\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I think it does say something about it in there, but I didn't read it.\",\"timestamp\":\"00:44:21\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I'm trying to concentrate on this right now.\",\"timestamp\":\"00:44:26\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"There's just no way we're hitting 60 seconds.\",\"timestamp\":\"00:44:28\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"The filmmaker is so slow.\",\"timestamp\":\"00:44:38\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"There's just no way.\",\"timestamp\":\"00:44:40\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"There's no way it's doing 60 of these in a minute.\",\"timestamp\":\"00:44:45\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I mean, I'll just add a one second pause between each one of these, and then we know that it's not doing more than 60.\",\"timestamp\":\"00:45:05\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That would be the easy way to How much is that going to slow down the whole thing?\",\"timestamp\":\"00:45:12\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It doesn't, I mean, it doesn't matter if it can't, if you can't call it any faster than that, that is what it is.\",\"timestamp\":\"00:45:16\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"This is a limitation of their API.\",\"timestamp\":\"00:45:25\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Or I can have it pause for an extra second every five seconds and I can't imagine that.\",\"timestamp\":\"00:45:36\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I can't imagine there's, if we're ever hitting 60, it's rare.\",\"timestamp\":\"00:45:43\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And if they're that freaking worried about it, mean, 60 is so, it's so little, like what kind of system, I mean.\",\"timestamp\":\"00:45:48\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"mean, there are systems out there that could make millions of API calls and would need to do that in some cases in a bigger system.\",\"timestamp\":\"00:46:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Your system's like peanuts compared to like, I don't know.\",\"timestamp\":\"00:46:08\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It just makes absolutely no sense to me what they're doing.\",\"timestamp\":\"00:46:14\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"So the 60 second or 60 minutes, what was it?\",\"timestamp\":\"00:46:17\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"60.\",\"timestamp\":\"00:46:24\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"The music project.\",\"timestamp\":\"00:46:24\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Remember how this part of this works with the original developer.\",\"timestamp\":\"00:46:32\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"This one.\",\"timestamp\":\"00:46:40\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I'm sure that's what happened.\",\"timestamp\":\"00:47:05\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"They just, either they weren't enforcing something that they claimed that they told everybody about, or something's broken.\",\"timestamp\":\"00:47:07\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And just nobody uses this thing.\",\"timestamp\":\"00:47:18\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"That's the only other thing I can think of.\",\"timestamp\":\"00:47:21\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Or nobody uses it like we do.\",\"timestamp\":\"00:47:23\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Nobody uses like the stock lines or something like that.\",\"timestamp\":\"00:47:29\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Seems crazy.\",\"timestamp\":\"00:47:37\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"What is this thing doing?\",\"timestamp\":\"00:47:41\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Set project records.\",\"timestamp\":\"00:47:47\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"we already did that.\",\"timestamp\":\"00:47:49\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"So the question you had was stock levels because I'm going to see something here.\",\"timestamp\":\"00:49:02\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I see something in the projects.\",\"timestamp\":\"00:49:15\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It's like not getting them for some reason.\",\"timestamp\":\"00:49:16\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"So give me the question again about stock levels so I can put it in a text to Noah.\",\"timestamp\":\"00:49:19\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"The question you asked me.\",\"timestamp\":\"00:49:43\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"What?\",\"timestamp\":\"00:49:45\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Is there something in there that indicates that it has stock?\",\"timestamp\":\"00:49:45\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That's all.\",\"timestamp\":\"00:49:48\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So I want to know.\",\"timestamp\":\"00:49:49\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"It's not the projects.\",\"timestamp\":\"00:49:51\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It's opportunity item weaklines.\",\"timestamp\":\"00:50:00\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"So in current, I just need the question.\",\"timestamp\":\"00:50:04\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I just don't know.\",\"timestamp\":\"00:50:12\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Like, what indicates that a product has stock?\",\"timestamp\":\"00:50:13\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"There's a field in there, I assume.\",\"timestamp\":\"00:50:16\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I just need to know what that is.\",\"timestamp\":\"00:50:19\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"This is real cool.\",\"timestamp\":\"00:51:03\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"This is so ugly, too.\",\"timestamp\":\"00:51:18\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"There it is.\",\"timestamp\":\"00:51:20\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I know what to do.\",\"timestamp\":\"00:51:34\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Here.\",\"timestamp\":\"00:51:36\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"This.\",\"timestamp\":\"00:51:46\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Always make sure this is a second between the last time.\",\"timestamp\":\"00:51:48\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"You know what your usage within that minute.\",\"timestamp\":\"00:51:54\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Did you see that?\",\"timestamp\":\"00:51:57\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"can understand about what I was asking, but do you know what your usage is within that minute?\",\"timestamp\":\"00:52:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It's fine.\",\"timestamp\":\"00:52:18\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I have an idea.\",\"timestamp\":\"00:52:18\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I'm going to put in a test in here to make sure that when it's more than a mil, when it's more than, if it comes back to the call, another call within a second, which I can't imagine that it's possible that it can do that.\",\"timestamp\":\"00:52:21\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I'll just have it wait another second.\",\"timestamp\":\"00:52:37\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I don't see how that's possible.\",\"timestamp\":\"00:52:41\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So FileMaker has to create or look through a hundred records and then come back and do it again.\",\"timestamp\":\"00:52:44\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I don't see how that's possible.\",\"timestamp\":\"00:52:51\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Like I just, I don't believe it.\",\"timestamp\":\"00:52:54\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Oh, that it's doing it twice?\",\"timestamp\":\"00:52:56\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"No, it can...\",\"timestamp\":\"00:52:58\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"They can loop through a hundred records in a second and then come make another call.\",\"timestamp\":\"00:53:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Like, I don't believe that that's possible.\",\"timestamp\":\"00:53:06\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"FileMaker just can't do that.\",\"timestamp\":\"00:53:09\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"There are ways to do it in other systems, just not in FileMaker.\",\"timestamp\":\"00:53:10\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Like I could do it in JavaScript for sure, but I can't.\",\"timestamp\":\"00:53:13\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"FileMaker is not that fast.\",\"timestamp\":\"00:53:16\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It's too slow.\",\"timestamp\":\"00:53:18\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"The calc engine is too slow.\",\"timestamp\":\"00:53:18\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It's just a limitation of FileMaker, which is why when I looked at that before, I was like, oh, that's not it.\",\"timestamp\":\"00:53:28\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"This is what he said when I asked him that question about stock.\",\"timestamp\":\"00:53:34\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"He sent me here.\",\"timestamp\":\"00:53:38\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Are you sending me something?\",\"timestamp\":\"00:53:45\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I'm sharing a screen.\",\"timestamp\":\"00:53:47\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Oh.\",\"timestamp\":\"00:53:49\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"A stock check?\",\"timestamp\":\"00:54:02\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Who sent that?\",\"timestamp\":\"00:54:10\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Who sent that?\",\"timestamp\":\"00:54:11\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I asked him about, you know, about stock.\",\"timestamp\":\"00:54:13\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That's the one else.\",\"timestamp\":\"00:54:21\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Well, let's see.\",\"timestamp\":\"00:54:22\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I think I need to maybe change the stock level.\",\"timestamp\":\"00:54:23\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I said, what indicates that a product has stock and it was sent to, this is an API.\",\"timestamp\":\"00:54:31\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"He's not understanding.\",\"timestamp\":\"00:54:42\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Huh?\",\"timestamp\":\"00:54:44\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"No.\",\"timestamp\":\"00:54:44\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"He doesn't understand.\",\"timestamp\":\"00:54:45\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That's not the answer.\",\"timestamp\":\"00:54:46\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Stock check?\",\"timestamp\":\"00:54:48\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"On the product itself, there's a field.\",\"timestamp\":\"00:54:51\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Where did you get to that?\",\"timestamp\":\"00:54:57\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Where did you get that that I've not?\",\"timestamp\":\"00:54:58\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Seen that.\",\"timestamp\":\"00:55:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"This is in Postman.\",\"timestamp\":\"00:55:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Is there a link to that?\",\"timestamp\":\"00:55:04\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Mine is way different than that.\",\"timestamp\":\"00:55:16\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"The one I have is a different one.\",\"timestamp\":\"00:55:18\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I have like a whole list of things that they've sent me over the years, but it's like a document.\",\"timestamp\":\"00:55:23\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I can't get to that.\",\"timestamp\":\"00:55:28\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"You have it now?\",\"timestamp\":\"00:55:31\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Schema.\",\"timestamp\":\"00:55:58\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Stock method, the thing I'm asking that I don't understand is like, what field on here indicates that a product has stock?\",\"timestamp\":\"00:56:07\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Stock method, zero, one, or two.\",\"timestamp\":\"00:56:16\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"If stock method equals zero, then I guess we don't need to check it.\",\"timestamp\":\"00:56:21\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That's only one of the issues though, because something else is happening beyond that.\",\"timestamp\":\"00:56:32\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I was just trying to limit the number of products we're checking.\",\"timestamp\":\"00:56:42\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Well, there seemed to be a response if you want to take over and ask him any questions here.\",\"timestamp\":\"00:56:45\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Well, he didn't even tell you what you asked him, so I don't\",\"timestamp\":\"00:56:56\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"That thing is helpful.\",\"timestamp\":\"00:57:02\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"wish I had had that before.\",\"timestamp\":\"00:57:04\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Well, you do have Postman, but why isn't it, I mean, you're saying it's old, it's, you have a link to an older subset.\",\"timestamp\":\"00:57:08\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah, the stuff I have is just like a document from before.\",\"timestamp\":\"00:57:16\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That's what they gave me before was a document.\",\"timestamp\":\"00:57:19\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It's not, not that.\",\"timestamp\":\"00:57:21\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"So he's saying that when I asked in current, what indicates that a product has stock?\",\"timestamp\":\"00:57:35\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"So he says, stock level.\",\"timestamp\":\"00:57:44\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah, I know.\",\"timestamp\":\"00:57:50\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I know that.\",\"timestamp\":\"00:57:51\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That's not what I was asking, but I think based on what I'm reading in this, it says that it's...\",\"timestamp\":\"00:57:52\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I want to know on the product what it is, but I know that it's in stock level.\",\"timestamp\":\"00:58:02\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That's not.\",\"timestamp\":\"00:58:07\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I'm asking, if I was looking at the product, how would I know that it has stock?\",\"timestamp\":\"00:58:08\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"What type of product has stock?\",\"timestamp\":\"00:58:12\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Okay.\",\"timestamp\":\"00:58:17\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But I already see that now in here, so I'm good.\",\"timestamp\":\"00:58:18\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You have it?\",\"timestamp\":\"00:58:21\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Okay.\",\"timestamp\":\"00:58:22\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"You have your answer.\",\"timestamp\":\"00:58:23\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I mean, I think so.\",\"timestamp\":\"00:58:25\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I can only assume if this is correct, what I'm reading, and I'm assuming whoever that guy is, he's doing the same thing.\",\"timestamp\":\"00:58:27\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It says stock method.\",\"timestamp\":\"00:58:35\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I'm assuming it says zero equals none, so I'll just use that.\",\"timestamp\":\"00:58:39\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I'm going to make it wait 1,200 seconds.\",\"timestamp\":\"00:59:38\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I don't think it can do it that fast anyways.\",\"timestamp\":\"00:59:41\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Just one second.\",\"timestamp\":\"00:59:45\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It's the only option we have.\",\"timestamp\":\"00:59:47\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"guess that'll fix that one.\",\"timestamp\":\"01:00:06\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"This way, can say that we absolutely 100% do not for over a second.\",\"timestamp\":\"01:00:27\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"ChatGPT says bulk stock has a quantity-based stock level, serialized stock has individually\",\"timestamp\":\"01:00:48\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"So if you're asking what products have stock, rental products, sale products, and products that are both rental and sale.\",\"timestamp\":\"01:01:00\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"So when it asks you, when you're creating a product, it asks you if it's a rental product, a sale product, or both.\",\"timestamp\":\"01:01:13\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I remember that.\",\"timestamp\":\"01:01:22\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"But for us, all, really, all we're tracking is rental products.\",\"timestamp\":\"01:01:26\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"And they can carry bulk stock or serialized stock, so if it has a barcode, it's serialized, and if it's just bulk, then you say it's like a USB cable or something, six feet long, and I have 10 on hand.\",\"timestamp\":\"01:01:33\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Then I bought another 20 on this date, and then it counts, you know, all the ones you buy all the way, you know, I paid $5 for this one, $10 for this one, whatever.\",\"timestamp\":\"01:02:00\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"And then when I rent them out, it rents it out from that category and takes from the bulk and tells you you don't have enough on hand.\",\"timestamp\":\"01:02:10\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"When I put the ask for the API rate limit calls from JATGPI, goes, the API rate is limited to approximately 60 requests per 60-second period.\",\"timestamp\":\"01:03:04\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"If you exceed that threshold, the API returns HTTP 429.\",\"timestamp\":\"01:03:49\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It doesn't, but that's funny.\",\"timestamp\":\"01:03:57\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That's what I got, no, I got requested data, not valid or requested data.\",\"timestamp\":\"01:04:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I got a 10 error, which maybe there's a link to that.\",\"timestamp\":\"01:04:05\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"No, I already did that with Claude and it's, it's just, it's reading old information from somewhere.\",\"timestamp\":\"01:04:14\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Anyways, I wouldn't go off of that.\",\"timestamp\":\"01:04:21\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Have you seen, have you seen the word, the thing X dash rate limit?\",\"timestamp\":\"01:04:22\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Yeah, I saw that in the code.\",\"timestamp\":\"01:04:30\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I saw that in the code, but it doesn't work.\",\"timestamp\":\"01:04:33\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Like even when I wait that time period, the three, it says 300, which I'm assuming is how long was to wait five minutes.\",\"timestamp\":\"01:04:35\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I waited 10 and it still wasn't doing it.\",\"timestamp\":\"01:04:44\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It was a longer period than that, but maybe I'm, maybe I'm wrong.\",\"timestamp\":\"01:04:47\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"don't know.\",\"timestamp\":\"01:04:51\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Keep traffic below one request per second.\",\"timestamp\":\"01:04:51\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah.\",\"timestamp\":\"01:04:55\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And that's what I'm doing now.\",\"timestamp\":\"01:04:55\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"There's something in here about using bulk retrieval per page equals 100.\",\"timestamp\":\"01:05:05\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"That is bulk.\",\"timestamp\":\"01:05:10\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"We are doing bulk retrieval.\",\"timestamp\":\"01:05:11\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Per page, per underscore page equals 100.\",\"timestamp\":\"01:05:12\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah, that's just, that's just a pagination.\",\"timestamp\":\"01:05:16\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"We added that in a long time ago.\",\"timestamp\":\"01:05:20\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"They, the original developer didn't have that.\",\"timestamp\":\"01:05:23\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And then they changed their code.\",\"timestamp\":\"01:05:26\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"That's what I was telling you earlier.\",\"timestamp\":\"01:05:28\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"And so it stopped working.\",\"timestamp\":\"01:05:30\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So now if you try to call this within a second, but you can see a second's fast.\",\"timestamp\":\"01:05:31\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So I don't know how that's possible, but whatever, maybe we're hitting 84,000.\",\"timestamp\":\"01:05:40\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I don't know.\",\"timestamp\":\"01:05:47\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And this doesn't get the header.\",\"timestamp\":\"01:05:48\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I don't think anywhere.\",\"timestamp\":\"01:06:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So let's see, does it grab a header?\",\"timestamp\":\"01:06:01\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Storms header, there it is.\",\"timestamp\":\"01:06:10\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"You know, we close all the, let's see if I can show you something here.\",\"timestamp\":\"01:06:20\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Maybe this might help us.\",\"timestamp\":\"01:06:27\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"See, these right here are the only open projects we have right now.\",\"timestamp\":\"01:06:39\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah, it's not the projects though, that's the problem.\",\"timestamp\":\"01:06:46\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"No, but I mean, this is all I have to, this is the only relevant data I need to be syncing.\",\"timestamp\":\"01:06:51\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Right now.\",\"timestamp\":\"01:06:57\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I mean, it's almost like I need.\",\"timestamp\":\"01:06:58\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"We need, you know, that we do like a weekly or a, you know, this is the daily sync, but yeah, but the problem is you can't, you can't just assume it's those we've already kind of thought through this.\",\"timestamp\":\"01:07:00\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"You can't assume that it's the open one.\",\"timestamp\":\"01:07:17\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Yeah.\",\"timestamp\":\"01:07:21\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Cause we don't know when you close them is the problem.\",\"timestamp\":\"01:07:21\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I mean, ideally the API would take care of that, but it doesn't.\",\"timestamp\":\"01:07:30\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Or the, apparently it doesn't, if you have to sync at all, then we're not getting the webhooks.\",\"timestamp\":\"01:07:36\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So if I, if the webhooks were supposed to solve that, that issue of what you're saying, but if they don't, then there's something wrong with the webhooks.\",\"timestamp\":\"01:07:45\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I don't know.\",\"timestamp\":\"01:07:55\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Like any change.\",\"timestamp\":\"01:07:58\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"should update the system from the webhooks.\",\"timestamp\":\"01:08:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But if you're saying that it doesn't, then their API.\",\"timestamp\":\"01:08:02\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Right.\",\"timestamp\":\"01:08:05\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"mean, when I'm in it and then go back out and come back in, doesn't, there are only a few things that update.\",\"timestamp\":\"01:08:06\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Like if something's added, like a whole piece of stock or something in the guy's order, it doesn't really show that until it syncs.\",\"timestamp\":\"01:08:15\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"But if I change the rate or the number of units or days or something, know, certain things in the order will make it show up, but not completely.\",\"timestamp\":\"01:08:31\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Like if I added the guy's end date changed from Friday to Wednesday.\",\"timestamp\":\"01:08:51\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Bye.\",\"timestamp\":\"01:08:59\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Bye.\",\"timestamp\":\"01:08:59\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Bye.\",\"timestamp\":\"01:08:59\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"It won't calculate the prorate until the sync happens, so maybe the programming in FileMaker isn't there enough to process a lot of the stuff that happened in that webhook, I don't know.\",\"timestamp\":\"01:09:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"We'll take this out, I guess.\",\"timestamp\":\"01:10:36\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"We'll back in a minute.\",\"timestamp\":\"01:10:50\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"X, rate, reset.\",\"timestamp\":\"01:10:51\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"X dash, wait a minute.\",\"timestamp\":\"01:11:12\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Thank you.\",\"timestamp\":\"01:13:47\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Thank you.\",\"timestamp\":\"01:13:48\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\".\",\"timestamp\":\"01:13:51\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Amen.\",\"timestamp\":\"01:14:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Oh, you don't even have any, but you only have 64 products that aren't stock.\",\"timestamp\":\"01:15:40\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Do we need to check the stock on the non-active ones?\",\"timestamp\":\"01:15:50\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Non-active, I mean, stock itself?\",\"timestamp\":\"01:16:01\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah, I think we do.\",\"timestamp\":\"01:16:05\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I'm going to check them, right, even if they're not active.\",\"timestamp\":\"01:16:12\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I'm just trying to find a way to limit this list.\",\"timestamp\":\"01:16:21\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah, mean, they're retired.\",\"timestamp\":\"01:16:23\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"It doesn't matter.\",\"timestamp\":\"01:16:29\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It doesn't matter.\",\"timestamp\":\"01:16:38\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"If you make them inactive, though, and we haven't checked since the last time you made it inactive, is that a problem?\",\"timestamp\":\"01:16:39\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Well, it is for stock, you know, when we do the property tax report.\",\"timestamp\":\"01:16:45\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah, there's still 172,000.\",\"timestamp\":\"01:16:51\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And products to go through and only we should just change this to stock levels, I guess, that's the only way to limit that one.\",\"timestamp\":\"01:17:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"We choose products, I think there is a there's a filter for products, right?\",\"timestamp\":\"01:17:25\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Can we do 100 here?\",\"timestamp\":\"01:17:44\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"How do we put this to 20?\",\"timestamp\":\"01:17:52\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That would help a little bit, creating products, let's see, where is it?\",\"timestamp\":\"01:18:06\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Stoke levels.\",\"timestamp\":\"01:19:03\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I'm deep as .\",\"timestamp\":\"01:19:18\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Stoke levels.\",\"timestamp\":\"01:19:25\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Too much.\",\"timestamp\":\"01:19:27\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"When you make changes to the programming, do you change the version number of the file?\",\"timestamp\":\"01:21:30\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"No, FileMaker doesn't have a way to do versioning, not like you can with...\",\"timestamp\":\"01:21:41\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"No, but I mean when, so like right now you change this, if we were to save it...\",\"timestamp\":\"01:21:51\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"We somehow remove it and change the number on it so that all the backups reflect what version they are.\",\"timestamp\":\"01:22:00\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Because if I know that, you know, this is V13 now after today and it's fixed or something, that corruption happens down the line and I go to grab it, I don't want to grab something that doesn't have the right programming in.\",\"timestamp\":\"01:22:11\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"So how do we know if we don't have some kind of way of...\",\"timestamp\":\"01:22:24\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"This is always going to be the current moving forward.\",\"timestamp\":\"01:22:27\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"It gets corrupt and you remove it and you take the backup.\",\"timestamp\":\"01:22:32\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"What if you take a backup that's...\",\"timestamp\":\"01:22:36\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"If you take a backup after I made this change, you lose this change, so don't do that.\",\"timestamp\":\"01:22:38\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"You can't do that at this point.\",\"timestamp\":\"01:22:46\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"No, I get it, but I'm saying that if we do this is now two months goes by and our seven, something got corrupt and our seven that are listed there are...\",\"timestamp\":\"01:22:47\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Are problematic because of some corruption that got done and I was away, so I did it for seven days, eight days, 10 days, and now we have to go back in time machine.\",\"timestamp\":\"01:23:00\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"How do we know that we're not going too far to get a thing from a date that a change was made if we don't have some notes on that?\",\"timestamp\":\"01:23:14\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You just have to remember that this morning.\",\"timestamp\":\"01:23:25\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Okay.\",\"timestamp\":\"01:23:28\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"You know, right now, Jcam has more current projects, remote picture labs, and it has more stock.\",\"timestamp\":\"01:24:46\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"And everything in remote picture labs.\",\"timestamp\":\"01:25:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"This is all this legacy stuff.\",\"timestamp\":\"01:25:06\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And we don't have a good way to test in their API, because they don't have any filters.\",\"timestamp\":\"01:25:08\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"They don't allow filtering, or it doesn't work.\",\"timestamp\":\"01:25:17\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"But it seems like JCAMs actually could be a bigger, I don't know, could be bigger than RPL data.\",\"timestamp\":\"01:25:21\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Yeah.\",\"timestamp\":\"01:25:32\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But it wasn't airing You've got to fix this so it doesn't occur in that one, too.\",\"timestamp\":\"01:25:34\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So it doesn't really matter.\",\"timestamp\":\"01:25:39\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"But it wasn't airing out.\",\"timestamp\":\"01:25:43\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I guarantee.\",\"timestamp\":\"01:25:47\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"They don't have 172,000 products.\",\"timestamp\":\"01:25:48\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Or as many legacy things as well, I would think.\",\"timestamp\":\"01:25:52\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Well, RPL.\",\"timestamp\":\"01:25:56\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I'll take the legacy things out.\",\"timestamp\":\"01:25:56\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"If you remember, if you don't do the full sync, I don't think it.\",\"timestamp\":\"01:25:57\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"doesn't do that.\",\"timestamp\":\"01:26:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So at night it does a full sync.\",\"timestamp\":\"01:26:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So for some reason we didn't do that because it was causing problems.\",\"timestamp\":\"01:26:03\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And I mean, we can do like a full rehash of it and see if there's any way based on the changes in the system.\",\"timestamp\":\"01:26:07\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Like I know this wasn't there before.\",\"timestamp\":\"01:26:14\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"This get stock levels thing, you know, it's a newer endpoint.\",\"timestamp\":\"01:26:17\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"All right.\",\"timestamp\":\"01:26:24\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So this will reduce the number of calls overall.\",\"timestamp\":\"01:26:27\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But I mean, I don't know.\",\"timestamp\":\"01:26:30\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I mean, we can go through the API again, but I don't if it\",\"timestamp\":\"01:26:31\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"How's that possible?\",\"timestamp\":\"01:27:39\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Where's that other thing at?\",\"timestamp\":\"01:31:37\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Freaking URL Cole.\",\"timestamp\":\"01:31:45\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I gotta go to the bathroom, I'll be right back.\",\"timestamp\":\"01:32:04\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Okay.\",\"timestamp\":\"01:32:44\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Cool.\",\"timestamp\":\"01:33:00\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Hmm.\",\"timestamp\":\"01:33:24\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Function HTTP 22, around the fixed level of that.\",\"timestamp\":\"01:34:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Let's see.\",\"timestamp\":\"01:35:12\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That did happen very quick.\",\"timestamp\":\"01:35:36\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Let's see if this fixed at least that, I guess.\",\"timestamp\":\"01:36:18\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So this makes 71 calls, right?\",\"timestamp\":\"01:37:16\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"To get the data every...\",\"timestamp\":\"01:37:21\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah, but that's not very many when you have 84,000 a day.\",\"timestamp\":\"01:37:24\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So this right here is checking that you haven't made a call unless in a second.\",\"timestamp\":\"01:37:33\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And we're doing the same thing on the product.\",\"timestamp\":\"01:37:42\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"The product is a bigger list, but it's still...\",\"timestamp\":\"01:37:45\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Product's a big list, but...\",\"timestamp\":\"01:37:54\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Even still, products is 172,000, but even still that's only 7200, right?\",\"timestamp\":\"01:38:04\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"7200 calls.\",\"timestamp\":\"01:38:15\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"still nowhere close to 84,000, right?\",\"timestamp\":\"01:38:17\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"But if it does it multiple times for each, does it?\",\"timestamp\":\"01:38:21\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah, I think it's somehow we were hitting 60 seconds.\",\"timestamp\":\"01:38:28\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I don't know how that's possible, but again, I think this change I made, I'll actually speed this up.\",\"timestamp\":\"01:38:31\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Although, wait a minute, it isn't changing every one of those.\",\"timestamp\":\"01:38:41\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"JSON, JSON.\",\"timestamp\":\"01:38:55\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So you can see like a fair number of these products that I'm assuming don't use change.\",\"timestamp\":\"01:39:38\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You see that?\",\"timestamp\":\"01:39:47\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So when it hits this line right here, that means something changed since the last time we checked.\",\"timestamp\":\"01:39:48\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So a fair number of these are\",\"timestamp\":\"01:39:58\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So you can see like a fair number of these products that I'm assuming don't use change.\",\"timestamp\":\"01:40:38\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You see that?\",\"timestamp\":\"01:40:47\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So when it hits this line right here, that means something changed since the last time we checked.\",\"timestamp\":\"01:40:48\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"So a fair number of these are\",\"timestamp\":\"01:40:58\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"That's in some way changed.\",\"timestamp\":\"01:41:00\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Like I would expect like the older ones, you know, you wouldn't see a lot of them getting changed, but they are.\",\"timestamp\":\"01:41:05\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"You mean older products?\",\"timestamp\":\"01:41:12\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah.\",\"timestamp\":\"01:41:15\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Well, like this one was created in 2020.\",\"timestamp\":\"01:41:16\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Well, if they're used in a project, then they, you know, get certain flags and information.\",\"timestamp\":\"01:41:20\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So in the product.\",\"timestamp\":\"01:41:27\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Well, that's what I'm saying.\",\"timestamp\":\"01:41:29\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I mean, I don't know which one to check.\",\"timestamp\":\"01:41:30\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You know, a lot of these are getting updated right now.\",\"timestamp\":\"01:41:32\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So.\",\"timestamp\":\"01:41:40\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"You're saying it's running, you mean, right now?\",\"timestamp\":\"01:41:41\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I'm yeah, I'm checking every value.\",\"timestamp\":\"01:41:45\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Make sure something, this is weird.\",\"timestamp\":\"01:41:47\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Make sure that works right now.\",\"timestamp\":\"01:41:50\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah.\",\"timestamp\":\"01:41:53\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Do you see.\",\"timestamp\":\"01:41:54\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"be a particular barcode number or some name that I could look at.\",\"timestamp\":\"01:42:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Is that what it says?\",\"timestamp\":\"01:42:18\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"What?\",\"timestamp\":\"01:42:20\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"This barcode is empty.\",\"timestamp\":\"01:42:21\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"It says ID 330, 433.\",\"timestamp\":\"01:42:28\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"ID 433?\",\"timestamp\":\"01:42:33\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"This one's getting updated right now.\",\"timestamp\":\"01:42:36\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"ID 226.\",\"timestamp\":\"01:42:39\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"226?\",\"timestamp\":\"01:42:41\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"It says it's active, so I'll it.\",\"timestamp\":\"01:42:44\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I'll find a look for.\",\"timestamp\":\"01:42:47\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I think if you just open any of them and change the ID and the URL to 226, it'll come out.\",\"timestamp\":\"01:43:00\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"That's the name of a person.\",\"timestamp\":\"01:43:23\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"When I go ID226, people and organization comes up with a guy.\",\"timestamp\":\"01:43:27\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Just bring up any product and then go to the URL and change the ID and the URL to 226.\",\"timestamp\":\"01:43:35\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Okay, hold on.\",\"timestamp\":\"01:43:41\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Click in the URL at the top.\",\"timestamp\":\"01:43:52\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I have not changed.\",\"timestamp\":\"01:43:54\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Oh, no, not that.\",\"timestamp\":\"01:43:56\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Oh, here.\",\"timestamp\":\"01:43:57\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Change that to 226.\",\"timestamp\":\"01:43:58\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Get the one out of there, laser printer, laser printer, that's the, but here are all the asset numbers, and we have to know the asset number.\",\"timestamp\":\"01:44:10\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Something got updated recently, because it's, I know what it was, but something did, I mean, that's all I'm saying.\",\"timestamp\":\"01:44:44\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I mean, if I knew, if I knew, if I knew which one of these I could look to see.\",\"timestamp\":\"01:44:53\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Yeah, that's fine.\",\"timestamp\":\"01:45:03\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I mean, I'm just telling you that it's hard to tell what, I mean, if it would be nice if we just knew what was edited since the last time we checked, well, we don't know that.\",\"timestamp\":\"01:45:05\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"But I'm also telling you, like, as I scroll through those, a lot of them were edited in one way or another, for whatever reason.\",\"timestamp\":\"01:45:13\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"So it looks like I would say more of them were being edited than weren't from what I could see.\",\"timestamp\":\"01:45:18\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"So, I mean, I've optimized it as much as I can at this point.\",\"timestamp\":\"01:45:29\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"And I've put in the delay in the second.\",\"timestamp\":\"01:45:36\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Let me just make sure that I've got this part right too.\",\"timestamp\":\"01:45:40\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I can tell you that we're not billing for any laser printer.\",\"timestamp\":\"01:45:52\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"There's no like, oh, you know, penny on it value.\",\"timestamp\":\"01:45:55\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So.\",\"timestamp\":\"01:45:58\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"It shouldn't even be relevant to us.\",\"timestamp\":\"01:46:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Change all these to a hundred.\",\"timestamp\":\"01:46:08\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"mean, that's the other thing, you know, is in an order, if in an order, any stock item, you know, if it doesn't have a value greater than one, you know, one penny or greater, it doesn't even matter to us.\",\"timestamp\":\"01:46:11\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I don't have any control over that part.\",\"timestamp\":\"01:46:47\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Really?\",\"timestamp\":\"01:46:55\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I can't.\",\"timestamp\":\"01:46:56\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"There's no filters.\",\"timestamp\":\"01:46:56\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"You can't say, oh.\",\"timestamp\":\"01:46:57\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"As far as, as far as asking, asking for, I mean, that was, if that would be useful if they, it was available, but they don't offer any filters like in QuickBooks, you can filter on anything.\",\"timestamp\":\"01:47:00\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"You can say, give me only modified or give me stuff.\",\"timestamp\":\"01:47:12\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"That's equals a hundred dollars in total product.\",\"timestamp\":\"01:47:15\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"You can do all kinds of those things, but in this we cannot, there's no, no features for any of that.\",\"timestamp\":\"01:47:20\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So the, the actions are for, that's the webhook .\",\"timestamp\":\"01:47:25\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"You get all products, get stock levels, changes to stock levels.\",\"timestamp\":\"01:48:02\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Actually, the filters you need, it probably would be any product, any item, because these are all items.\",\"timestamp\":\"01:48:08\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Get lists.\",\"timestamp\":\"01:48:23\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So any item.\",\"timestamp\":\"01:48:27\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Wait a minute.\",\"timestamp\":\"01:48:33\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I mean, it doesn't matter, because they don't work.\",\"timestamp\":\"01:48:35\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Anything that you say at this point is, no, I don't know.\",\"timestamp\":\"01:48:38\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I mean, the only thing I see is products.\",\"timestamp\":\"01:48:44\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Is there a difference between products and items?\",\"timestamp\":\"01:48:54\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Well, item is.\",\"timestamp\":\"01:48:58\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"A item, so when you see when I go here, if you're looking, when I go to item, it asks me if it's a product or service or a text item.\",\"timestamp\":\"01:49:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Oh, you're talking about opportunity items.\",\"timestamp\":\"01:49:14\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So it's an opportunity item.\",\"timestamp\":\"01:49:20\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah, I mean, that's a big list too, but that's another thing.\",\"timestamp\":\"01:49:27\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So what I need to do at this point is just run it and then watch, and then I'll just check in on it periodically to see if it hangs.\",\"timestamp\":\"01:49:46\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Locally.\",\"timestamp\":\"01:49:55\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Based on the changes I made, because I've had to do this before.\",\"timestamp\":\"01:50:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But it's definitely not making more than a call a second at this point.\",\"timestamp\":\"01:50:13\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So let's make sure I have all these turned on.\",\"timestamp\":\"01:50:17\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"This is OK, page 100, this is where.\",\"timestamp\":\"01:50:31\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Well, that's weird that I would stop there.\",\"timestamp\":\"01:51:09\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Why is it empty?\",\"timestamp\":\"01:51:12\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"This seems to be, no, I do want it to stop there.\",\"timestamp\":\"01:51:37\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah.\",\"timestamp\":\"01:51:44\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"says that current supports filter mode parameter.\",\"timestamp\":\"01:51:47\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You can index and Yeah, that's just\",\"timestamp\":\"01:51:51\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"For filtering certain fields, we don't want that.\",\"timestamp\":\"01:52:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"We want that to be all, because we need all the data.\",\"timestamp\":\"01:52:05\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I don't know what to ask for.\",\"timestamp\":\"01:52:09\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"If I can filter it to ask for just specific things, that would be good.\",\"timestamp\":\"01:52:13\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But yeah, filter mode is you can say which field you want back.\",\"timestamp\":\"01:52:18\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Like I could go through and say only give me these fields, but that's not our problem.\",\"timestamp\":\"01:52:29\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I mean, that would make it a little faster maybe, but at this point.\",\"timestamp\":\"01:52:33\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Right, it would make it OK for billing, but not for other tasks that we want.\",\"timestamp\":\"01:52:37\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It's not helping us, that part.\",\"timestamp\":\"01:52:45\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I mean, if you were using it like in a live scenario where you were constantly trying to get the data live, the filter is helpful because you only get what you need.\",\"timestamp\":\"01:52:48\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But I mean, it's speed at this.\",\"timestamp\":\"01:52:57\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"This point is not, it's already slow.\",\"timestamp\":\"01:53:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So we would make, we would get minute improvements on the bigger tables.\",\"timestamp\":\"01:53:04\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So I just need to let this run at this point and to see where, if it hangs again, because these are the two spots that it looks like it was hanging and I've got them.\",\"timestamp\":\"01:53:12\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And it probably won't fill up anything in the project list until it's done, right?\",\"timestamp\":\"01:53:30\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Are you, are you running a debugging thing?\",\"timestamp\":\"01:53:37\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah.\",\"timestamp\":\"01:53:42\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So it hangs in either of those two spots.\",\"timestamp\":\"01:53:43\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I need to, I need to see that.\",\"timestamp\":\"01:53:47\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I think that's all that was happening.\",\"timestamp\":\"01:54:04\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"They changed something on the 15th.\",\"timestamp\":\"01:54:06\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That they didn't document.\",\"timestamp\":\"01:54:09\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah, they didn't tell you about.\",\"timestamp\":\"01:54:12\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Or they started enforcing something that they think that they told you about.\",\"timestamp\":\"01:54:14\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That was the other thing.\",\"timestamp\":\"01:54:20\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Maybe they made a change a while ago.\",\"timestamp\":\"01:54:21\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I remember the pagination.\",\"timestamp\":\"01:54:26\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I remember that coming up.\",\"timestamp\":\"01:54:28\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But again, I still don't know how we would possibly set more than 60 a second.\",\"timestamp\":\"01:54:32\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I don't know how that's possible.\",\"timestamp\":\"01:54:38\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But, and I don't think their rules are correct.\",\"timestamp\":\"01:54:39\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So, and it says 300, which that X code thing or whatever the X list reset, that should be a, that should be a UTC times an app.\",\"timestamp\":\"01:54:45\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"According to\",\"timestamp\":\"01:54:59\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"The documentation, so those curl calls are like a universal thing, so I looked up that code, and it's a common code that you return.\",\"timestamp\":\"01:55:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"429, you mean?\",\"timestamp\":\"01:55:10\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"No, the X whatever reset header code.\",\"timestamp\":\"01:55:12\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Oh.\",\"timestamp\":\"01:55:15\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And it says that that header code should be a UTC time in the future when you can try again, but 300 is not a UTC time.\",\"timestamp\":\"01:55:16\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"300 will be, because UTC time starts at 1970, so it's 1-1-1970, and then you add on the time to that.\",\"timestamp\":\"01:55:24\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So 300 would be 300 seconds, or 300 milliseconds past 1-1970, which would be 1-1-1970, so that's not right.\",\"timestamp\":\"01:55:34\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Something's wrong with their system, like they haven't fully tested it, and I think they changed something and they don't know yet.\",\"timestamp\":\"01:55:44\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I'm going to guess that they need to make some more changes to that.\",\"timestamp\":\"01:55:52\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Pretty sure that's\",\"timestamp\":\"01:55:59\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"That's what happened, something to do with they made a change in the processing or they are enforcing that change that they weren't enforcing and then it doesn't work all the way to the end, but we're more, I mean, if they ask again, we're definitely not calling more than 60 a second now, but I don't, it's not hanging, like I have it set to stop now when it does do it and it doesn't do it, so I don't know, again, my whole thought process was like, yeah, if it's, if we would ever hit 60 seconds, then we, you know, but it's not doing it.\",\"timestamp\":\"01:56:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I mean, I'm watching it right now.\",\"timestamp\":\"01:56:38\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You can see it's not stopping.\",\"timestamp\":\"01:56:39\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It's never hitting 60 seconds, but maybe it's only on one table that I'm not aware of yet.\",\"timestamp\":\"01:56:40\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"We'll see if we get to that table.\",\"timestamp\":\"01:56:53\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"So I'll just keep an eye on it periodically as I work through some other things.\",\"timestamp\":\"01:56:55\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You don't need it.\",\"timestamp\":\"01:56:59\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You touch the server, you?\",\"timestamp\":\"01:57:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Nope.\",\"timestamp\":\"01:57:03\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Not until it's sunk.\",\"timestamp\":\"01:57:05\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Once it's sunk, I can process my invoices this week.\",\"timestamp\":\"01:57:06\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah, once it's passed, I forget which one, opportunity lines, cleanup, or whatever.\",\"timestamp\":\"01:57:13\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Once it's got all the data and then it processes it in FileMaker, that's when it doesn't call anything more out to current?\",\"timestamp\":\"01:57:21\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Is that what you're saying?\",\"timestamp\":\"01:57:36\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Well, one of these tables takes a really long time.\",\"timestamp\":\"01:57:38\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I can't remember which one that is.\",\"timestamp\":\"01:57:42\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"think it's opportunity items.\",\"timestamp\":\"01:57:44\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Obviously, opportunities is slow.\",\"timestamp\":\"01:57:48\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And that's where all the billing information lives.\",\"timestamp\":\"01:57:50\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yes.\",\"timestamp\":\"01:57:58\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But we also create those multi-week lines.\",\"timestamp\":\"01:58:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That thing takes a while, too.\",\"timestamp\":\"01:58:03\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But if it's not getting those, then it's never getting to that step, obviously.\",\"timestamp\":\"01:58:06\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So I'm going to think that it's probably the opportunity items that was the part that fails.\",\"timestamp\":\"01:58:11\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So once this finishes and gets to that.\",\"timestamp\":\"01:58:15\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So is all the data still in there?\",\"timestamp\":\"01:58:18\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It just hasn't finished writing the screens or something?\",\"timestamp\":\"01:58:20\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Is that why we're seeing blank?\",\"timestamp\":\"01:58:29\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Well, I don't know.\",\"timestamp\":\"01:58:31\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah, I mean, I'm guessing that it deletes all the lines as it always has.\",\"timestamp\":\"01:58:34\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And it's just not getting it data.\",\"timestamp\":\"01:58:40\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But I don't remember without looking at that.\",\"timestamp\":\"01:58:43\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I mean, the only thing I can think is that it does hit that 30-second thing at some point.\",\"timestamp\":\"01:58:48\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But 60-second thing.\",\"timestamp\":\"01:58:53\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"How many opportunities are there in here?\",\"timestamp\":\"01:59:04\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"2,100, sure takes a long time for that.\",\"timestamp\":\"01:59:24\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Oh yeah, because I added this too.\",\"timestamp\":\"01:59:35\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"See, that was the other thing.\",\"timestamp\":\"01:59:41\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Then they added this thing in there.\",\"timestamp\":\"01:59:42\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It makes you call it an extra number of times.\",\"timestamp\":\"01:59:44\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"This is new?\",\"timestamp\":\"01:59:51\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah, this is the thing they said to add in there.\",\"timestamp\":\"01:59:53\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"They said, we don't give you the full details anymore.\",\"timestamp\":\"01:59:56\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So you have to make an extra call every.\",\"timestamp\":\"01:59:58\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That was a, that was the point.\",\"timestamp\":\"02:00:02\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"forgot about this part.\",\"timestamp\":\"02:00:04\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I better make sure this isn't part of the problem, too.\",\"timestamp\":\"02:00:05\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Is that something that, is there something different in, in the code?\",\"timestamp\":\"02:00:28\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"that was, if that was it.\",\"timestamp\":\"02:00:34\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"wonder if that's what's violating the rules.\",\"timestamp\":\"02:00:35\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I couldn't do that.\",\"timestamp\":\"02:00:37\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"But it didn't start before the 15th.\",\"timestamp\":\"02:00:40\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"That's why I'm like, I don't understand if it's been in there for weeks.\",\"timestamp\":\"02:00:42\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Right, but they didn't do the change until the 15th.\",\"timestamp\":\"02:00:47\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"No, it was working before.\",\"timestamp\":\"02:00:50\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I put this code in and it was running before.\",\"timestamp\":\"02:00:53\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"So there's no, it was in there.\",\"timestamp\":\"02:00:55\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"just said you had to, you had to make that change.\",\"timestamp\":\"02:00:56\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"were going to shut it down.\",\"timestamp\":\"02:00:58\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"By the 15th was the difference.\",\"timestamp\":\"02:01:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It's not the same thing.\",\"timestamp\":\"02:01:04\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Well, they didn't do something until the 15th.\",\"timestamp\":\"02:01:12\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"They didn't, you know.\",\"timestamp\":\"02:01:14\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Well, yeah.\",\"timestamp\":\"02:01:16\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That's something they didn't tell us about.\",\"timestamp\":\"02:01:17\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It's a problem.\",\"timestamp\":\"02:01:19\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But it didn't break the JCAM one.\",\"timestamp\":\"02:01:21\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Because they don't hit the limit, for some reason.\",\"timestamp\":\"02:01:25\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Because it doesn't hit the limit.\",\"timestamp\":\"02:01:29\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Because it's a different data set.\",\"timestamp\":\"02:01:31\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"So it's got the exact same program.\",\"timestamp\":\"02:01:38\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Which one did you do first?\",\"timestamp\":\"02:01:40\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It doesn't matter.\",\"timestamp\":\"02:01:46\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You don't copy and paste it?\",\"timestamp\":\"02:01:46\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You do the whole change to each one of them?\",\"timestamp\":\"02:01:50\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It's a migration.\",\"timestamp\":\"02:01:55\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It's a data.\",\"timestamp\":\"02:01:59\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You just migrate the data from one to the other.\",\"timestamp\":\"02:02:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Could be that.\",\"timestamp\":\"02:02:02\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I'll be right back.\",\"timestamp\":\"02:02:29\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Same thing again.\",\"timestamp\":\"02:02:54\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"And opportunities.\",\"timestamp\":\"02:03:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah, I don't see it pausing, so I don't know.\",\"timestamp\":\"02:04:43\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I'll just have to wait and see.\",\"timestamp\":\"02:04:46\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I don't see it hitting the rate limit, so I don't know how they decide.\",\"timestamp\":\"02:04:50\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But anyways, there's a check in there to...\",\"timestamp\":\"02:04:57\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"to see if it happens, so maybe in an optimal situation, it hits it, I don't know, maybe this is going through it, this is debugging it like it's doing it in the actual program, but you're watching it to see what's going on.\",\"timestamp\":\"02:05:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So however long it takes, like if it's a two hour sync process, that's how long it's going to run for.\",\"timestamp\":\"02:05:15\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Well, it'll stop if it hits those things.\",\"timestamp\":\"02:05:23\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"But if it doesn't, if it doesn't and goes all the way through, that means that you've, you know, corrected whatever issue there is and you should be able to apply this.\",\"timestamp\":\"02:05:25\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Well, the other thing that it could be is that the server physically runs faster than this, which is what I'm thinking it could have happened.\",\"timestamp\":\"02:05:36\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Like it runs faster at the server, but it does, we're on the server, but we're not physically at this, you know.\",\"timestamp\":\"02:05:45\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Right, right, right, right, get it, I get it.\",\"timestamp\":\"02:05:54\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So it could be that, and that way we work.\",\"timestamp\":\"02:05:56\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"We're hitting the little rate limits.\",\"timestamp\":\"02:06:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But now we've got a tool that right here that's not letting it do that.\",\"timestamp\":\"02:06:01\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It's definitely saying if it's going to make a call within less than a second to wait a full second.\",\"timestamp\":\"02:06:09\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So it never will make more than one call in a second.\",\"timestamp\":\"02:06:19\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"One call per second.\",\"timestamp\":\"02:06:24\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah.\",\"timestamp\":\"02:06:27\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Never will make more than one call per second.\",\"timestamp\":\"02:06:28\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"So this will throttle if the server is able to go faster, it's going to throttle it.\",\"timestamp\":\"02:06:31\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Yes.\",\"timestamp\":\"02:06:42\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"OK.\",\"timestamp\":\"02:06:43\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"And just moving one, if every single one ran less than a second, it'd still be 60, which I don't think that's possible.\",\"timestamp\":\"02:06:47\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But yeah.\",\"timestamp\":\"02:06:57\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"And hopefully they're doing milliseconds, because by the time it actually makes the final next call, it's more than 60.\",\"timestamp\":\"02:07:01\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"But who knows what the they're doing based on how this project's gone.\",\"timestamp\":\"02:07:09\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I mean, I don't see it even getting close to a second.\",\"timestamp\":\"02:07:20\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I mean, it looks like it's taking like two seconds and four seconds most of the time to me.\",\"timestamp\":\"02:07:23\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I have to show you something.\",\"timestamp\":\"02:07:30\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"See this screen right here?\",\"timestamp\":\"02:07:33\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Yeah.\",\"timestamp\":\"02:07:35\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Medicare created this screen, right?\",\"timestamp\":\"02:07:37\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"So all the people that are on Medicare, like myself or whatever, people that don't even know how to use a computer, this is what they get when they go to log in.\",\"timestamp\":\"02:07:41\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But really, this right here is the only way to get in.\",\"timestamp\":\"02:07:50\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I'll use ID.me for my Social Security account.\",\"timestamp\":\"02:07:56\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah, but not...\",\"timestamp\":\"02:07:59\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah, for Medicare.\",\"timestamp\":\"02:08:00\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"So this shouldn't, these shouldn't even show up.\",\"timestamp\":\"02:08:03\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"And then people start clicking on these and get into this loop.\",\"timestamp\":\"02:08:09\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Because we did it because we thought, I hadn't logged in for a long time.\",\"timestamp\":\"02:08:14\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"And I thought this was it.\",\"timestamp\":\"02:08:19\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And it was really this.\",\"timestamp\":\"02:08:22\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"So all this, they're just trying to really destroy people's lives.\",\"timestamp\":\"02:08:25\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Really.\",\"timestamp\":\"02:08:32\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I mean, it's insane.\",\"timestamp\":\"02:08:33\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Think about all the people that can't, that can't handle a computer even, you know, a lot of people are on their phones trying to do this .\",\"timestamp\":\"02:08:35\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Because they don't, they have a smartphone, but they don't have a computer.\",\"timestamp\":\"02:08:45\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah.\",\"timestamp\":\"02:08:49\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Anyway.\",\"timestamp\":\"02:08:50\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah, they don't want to make it easy.\",\"timestamp\":\"02:08:53\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Supposed to make it easier for us, right, for everybody?\",\"timestamp\":\"02:09:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"yeah, right.\",\"timestamp\":\"02:09:02\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"We don't have access to.\",\"timestamp\":\"02:09:21\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"All well, I'll just keep an eye on it.\",\"timestamp\":\"02:09:24\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"If I run any issues, I'll let you know.\",\"timestamp\":\"02:09:34\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"looks good so far.\",\"timestamp\":\"02:09:36\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"mean, at least this rate looks like it's doing it.\",\"timestamp\":\"02:09:37\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I'm assuming that this added 2,100 calls.\",\"timestamp\":\"02:09:43\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"Still not that many.\",\"timestamp\":\"02:09:57\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"We're just doing the math.\",\"timestamp\":\"02:09:59\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"In my head, it's $1,700, $200 is $2,300 for the projects.\",\"timestamp\":\"02:10:00\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"That's $30.\",\"timestamp\":\"02:10:06\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I mean, it's members or nothing.\",\"timestamp\":\"02:10:07\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I don't know.\",\"timestamp\":\"02:10:10\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"I mean, there's no way we're hitting $84,000.\",\"timestamp\":\"02:10:12\"},{\"speaker\":{\"display_name\":\"Jeff Bass\",\"matched_calendar_invitee_email\":null},\"text\":\"So that's not the problem.\",\"timestamp\":\"02:10:17\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It has to be the 60-second thing.\",\"timestamp\":\"02:10:20\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"All right, I'll let you know.\",\"timestamp\":\"02:10:39\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Okay.\",\"timestamp\":\"02:10:40\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"All right, you'll text me or email me or something.\",\"timestamp\":\"02:10:41\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah.\",\"timestamp\":\"02:10:44\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Okay.\",\"timestamp\":\"02:10:47\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Have a good weekend.\",\"timestamp\":\"02:10:48\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I'll let you know when it's done, as soon as it's done as well.\",\"timestamp\":\"02:10:50\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And you'll start a backup, a real backup.\",\"timestamp\":\"02:10:54\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"What do you mean?\",\"timestamp\":\"02:11:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You'll start to sync?\",\"timestamp\":\"02:11:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It is syncing.\",\"timestamp\":\"02:11:02\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Oh, it's syncing actually doing it there, too?\",\"timestamp\":\"02:11:04\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yes.\",\"timestamp\":\"02:11:07\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"On the program?\",\"timestamp\":\"02:11:07\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Okay.\",\"timestamp\":\"02:11:08\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So if it gets through, it'll be sunk?\",\"timestamp\":\"02:11:09\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It'll show that it's sunk?\",\"timestamp\":\"02:11:10\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yes.\",\"timestamp\":\"02:11:12\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"All right.\",\"timestamp\":\"02:11:13\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And this part's really slow, if you remember.\",\"timestamp\":\"02:11:18\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It used to be this slow.\",\"timestamp\":\"02:11:22\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So, all right.\",\"timestamp\":\"02:11:26\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I'll let you know it's done.\",\"timestamp\":\"02:11:27\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Okay, bye.\",\"timestamp\":\"02:11:28\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Bye.\",\"timestamp\":\"02:11:29\"}],\"transcript_language\":\"en\",\"url\":\"https:\/\/fathom.video\/calls\/718080067\"}"},"script":"Fathom | Incoming Log"} Result: {"response":{},"messages":[{"code":"0","message":"OK"}]} ------------------------- URL: https://dev1.gofmhost.com/fmi/data/v1/databases/theboss/layouts/web__fathomLog/records token:c55d80306e1b4d358b449365122f6011238bc432ca1043324e6a Post Fields: {"fieldData":{"json_Received":"{\"action_items\":[{\"assignee\":{\"email\":\"etechnologies34@gmail.com\",\"name\":\"Sean Kruger\",\"team\":null},\"completed\":false,\"description\":\"Add Stage 11\/12 weight to ranking; include Stage 5\/11\/12 in costs; add cost\/caller & cost\/FA; rename 'Conversion Stage'\",\"recording_playback_url\":\"https:\/\/fathom.video\/calls\/718241689?timestamp=283.9999\",\"recording_timestamp\":\"00:04:43\",\"user_generated\":false},{\"assignee\":{\"email\":\"etechnologies34@gmail.com\",\"name\":\"Sean Kruger\",\"team\":null},\"completed\":false,\"description\":\"Validate data: total airings, 3-week stale, heat map, AI; correct issues\",\"recording_playback_url\":\"https:\/\/fathom.video\/calls\/718241689?timestamp=460.9999\",\"recording_timestamp\":\"00:07:40\",\"user_generated\":false},{\"assignee\":{\"email\":\"etechnologies34@gmail.com\",\"name\":\"Sean Kruger\",\"team\":null},\"completed\":false,\"description\":\"Add TV channel\/time to data; update AI to interpret 'venue' as channel; add best-channel query\",\"recording_playback_url\":\"https:\/\/fathom.video\/calls\/718241689?timestamp=524.9999\",\"recording_timestamp\":\"00:08:44\",\"user_generated\":false},{\"assignee\":{\"email\":\"etechnologies34@gmail.com\",\"name\":\"Sean Kruger\",\"team\":null},\"completed\":false,\"description\":\"Group top-3 shows by market; add host-performance chart\",\"recording_playback_url\":\"https:\/\/fathom.video\/calls\/718241689?timestamp=695.9999\",\"recording_timestamp\":\"00:11:35\",\"user_generated\":false},{\"assignee\":{\"email\":null,\"name\":\"Stewart Willis\",\"team\":null},\"completed\":false,\"description\":\"Test Event Planning; send feedback to Sean\",\"recording_playback_url\":\"https:\/\/fathom.video\/calls\/718241689?timestamp=1069.9999\",\"recording_timestamp\":\"00:17:49\",\"user_generated\":false},{\"assignee\":{\"email\":\"etechnologies34@gmail.com\",\"name\":\"Sean Kruger\",\"team\":null},\"completed\":false,\"description\":\"Send sample AI prompts to Stewart\",\"recording_playback_url\":\"https:\/\/fathom.video\/calls\/718241689?timestamp=1074.9999\",\"recording_timestamp\":\"00:17:54\",\"user_generated\":false}],\"calendar_invitees\":[{\"email\":\"etechnologies34@gmail.com\",\"email_domain\":\"gmail.com\",\"is_external\":false,\"matched_speaker_display_name\":\"Sean Kruger\",\"name\":\"Sean Kruger\"}],\"calendar_invitees_domains_type\":\"one_or_more_external\",\"created_at\":\"2026-06-19T20:04:06Z\",\"crm_matches\":null,\"default_summary\":{\"markdown_formatted\":\"## Meeting Purpose\\n\\n[Review a new AI-powered TV show scheduling and analysis tool.](https:\/\/fathom.video\/share\/fBuWADjCihHZC1wySxitnUMNbxtYPQL2?tab=summary×tamp=101.0)\\n\\n## Key Takeaways\\n\\n - [Sean demoed a new tool for optimizing TV show scheduling using Anthropic AI.](https:\/\/fathom.video\/share\/fBuWADjCihHZC1wySxitnUMNbxtYPQL2?tab=summary×tamp=101.0)\\n - [The core algorithm will be updated to prioritize written business (Stage 11), as attendance metrics alone are not a reliable proxy for revenue.](https:\/\/fathom.video\/share\/fBuWADjCihHZC1wySxitnUMNbxtYPQL2?tab=summary×tamp=292.0)\\n - [The UI will be redesigned to group scheduling recommendations by market (e.g., Denver, Colorado Springs) for clearer, more actionable decisions.](https:\/\/fathom.video\/share\/fBuWADjCihHZC1wySxitnUMNbxtYPQL2?tab=summary×tamp=706.0)\\n - [New metrics will be added to track the full sales funnel, including cost per caller, cost per first appointment, and cost per written business.](https:\/\/fathom.video\/share\/fBuWADjCihHZC1wySxitnUMNbxtYPQL2?tab=summary×tamp=849.0)\\n\\n## Topics\\n\\n### New Tool Demo & Feedback\\n\\n - [Sean demoed a new \\\"Event Planning\\\" tool, integrated with Anthropic AI, for optimizing TV show scheduling.](https:\/\/fathom.video\/share\/fBuWADjCihHZC1wySxitnUMNbxtYPQL2?tab=summary×tamp=101.0)\\n - [**Core Feature:** Sliders adjust the algorithm's weighting for factors like cost efficiency, allowing users to customize scheduling priorities.](https:\/\/fathom.video\/share\/fBuWADjCihHZC1wySxitnUMNbxtYPQL2?tab=summary×tamp=175.0)\\n - [**AI Query:** A natural language interface answers questions like \\\"What should I schedule this weekend?\\\" by recommending shows not aired in the last 3 weeks.](https:\/\/fathom.video\/share\/fBuWADjCihHZC1wySxitnUMNbxtYPQL2?tab=summary×tamp=348.0)\\n - [**Data Validation:** Sean noted the AI's data output requires validation, as it may \\\"hallucinate.\\\" The core scheduling algorithm, however, is not AI-dependent.](https:\/\/fathom.video\/share\/fBuWADjCihHZC1wySxitnUMNbxtYPQL2?tab=summary×tamp=467.0)\\n\\n### Algorithm & Metric Refinement\\n\\n - [**Problem:** Attendance metrics (e.g., \\\"registered,\\\" \\\"attended\\\") are insufficient because they don't correlate directly with revenue.](https:\/\/fathom.video\/share\/fBuWADjCihHZC1wySxitnUMNbxtYPQL2?tab=summary×tamp=849.0)\\n - [**Solution:** The algorithm must prioritize written business (Stage 11), as this is the ultimate goal.](https:\/\/fathom.video\/share\/fBuWADjCihHZC1wySxitnUMNbxtYPQL2?tab=summary×tamp=292.0)\\n - [**New Metrics:** To track the full sales funnel, the tool will add:](https:\/\/fathom.video\/share\/fBuWADjCihHZC1wySxitnUMNbxtYPQL2?tab=summary×tamp=849.0)\\n - [Cost per caller](https:\/\/fathom.video\/share\/fBuWADjCihHZC1wySxitnUMNbxtYPQL2?tab=summary×tamp=849.0)\\n - [Cost per first appointment](https:\/\/fathom.video\/share\/fBuWADjCihHZC1wySxitnUMNbxtYPQL2?tab=summary×tamp=849.0)\\n - [Cost per written business (Stage 11)](https:\/\/fathom.video\/share\/fBuWADjCihHZC1wySxitnUMNbxtYPQL2?tab=summary×tamp=849.0)\\n - [**Call Setter Incentive:** Tracking Stage 11 performance will enable a new incentive program for call setters, rewarding those whose appointments result in the most written business.](https:\/\/fathom.video\/share\/fBuWADjCihHZC1wySxitnUMNbxtYPQL2?tab=summary×tamp=941.0)\\n\\n### UI & Reporting Enhancements\\n\\n - [**Problem:** The current UI is not optimized for quick, market-specific scheduling decisions.](https:\/\/fathom.video\/share\/fBuWADjCihHZC1wySxitnUMNbxtYPQL2?tab=summary×tamp=706.0)\\n - [**Solution:** Redesign the UI to group scheduling recommendations by market (e.g., Denver, Colorado Springs, Arizona).](https:\/\/fathom.video\/share\/fBuWADjCihHZC1wySxitnUMNbxtYPQL2?tab=summary×tamp=706.0)\\n - [**New Reports:**](https:\/\/fathom.video\/share\/fBuWADjCihHZC1wySxitnUMNbxtYPQL2?tab=summary×tamp=397.0)\\n - [Total airings for each show.](https:\/\/fathom.video\/share\/fBuWADjCihHZC1wySxitnUMNbxtYPQL2?tab=summary×tamp=397.0)\\n - [Performance charts for specific hosts (e.g., Nathan Faldmo).](https:\/\/fathom.video\/share\/fBuWADjCihHZC1wySxitnUMNbxtYPQL2?tab=summary×tamp=817.0)\\n - [Data on underperforming airtime slots to inform future buys.](https:\/\/fathom.video\/share\/fBuWADjCihHZC1wySxitnUMNbxtYPQL2?tab=summary×tamp=817.0)\\n\\n## Next Steps\\n\\n - [**Sean:**](https:\/\/fathom.video\/share\/fBuWADjCihHZC1wySxitnUMNbxtYPQL2?tab=summary×tamp=1070.0)\\n - [Update the scheduling algorithm to prioritize Stage 11 (written business).](https:\/\/fathom.video\/share\/fBuWADjCihHZC1wySxitnUMNbxtYPQL2?tab=summary×tamp=292.0)\\n - [Add new metrics: cost per caller, cost per first appointment, and cost per written business.](https:\/\/fathom.video\/share\/fBuWADjCihHZC1wySxitnUMNbxtYPQL2?tab=summary×tamp=849.0)\\n - [Redesign the UI to group scheduling recommendations by market.](https:\/\/fathom.video\/share\/fBuWADjCihHZC1wySxitnUMNbxtYPQL2?tab=summary×tamp=706.0)\\n - [Add reports for total airings and host performance.](https:\/\/fathom.video\/share\/fBuWADjCihHZC1wySxitnUMNbxtYPQL2?tab=summary×tamp=397.0)\\n - [**Stewart:**](https:\/\/fathom.video\/share\/fBuWADjCihHZC1wySxitnUMNbxtYPQL2?tab=summary×tamp=1070.0)\\n - [Test the AI query feature and provide feedback on its reliability.](https:\/\/fathom.video\/share\/fBuWADjCihHZC1wySxitnUMNbxtYPQL2?tab=summary×tamp=1070.0)\\n\",\"template_name\":\"Enhanced\"},\"highlights\":null,\"meeting_title\":\"Asset Preservation Weekly Meeting\",\"meeting_type\":null,\"meeting_url\":\"https:\/\/us02web.zoom.us\/j\/609427952?pwd=LfWjIrdIAELzCTnb5SY8V0w2h1cDgA.1\",\"recorded_by\":{\"email\":\"etechnologies34@gmail.com\",\"email_domain\":\"gmail.com\",\"name\":\"Sean Kruger\",\"team\":null},\"recording_end_time\":\"2026-06-19T20:03:56Z\",\"recording_id\":156776814,\"recording_start_time\":\"2026-06-19T19:45:31Z\",\"scheduled_end_time\":\"2026-06-19T20:31:04Z\",\"scheduled_start_time\":\"2026-06-19T19:31:04Z\",\"share_url\":\"https:\/\/fathom.video\/share\/fBuWADjCihHZC1wySxitnUMNbxtYPQL2\",\"title\":\"Asset Preservation Weekly Meeting\",\"transcript\":[{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Hold let change my camera.\",\"timestamp\":\"00:00:01\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"I you want to see my pretty face.\",\"timestamp\":\"00:00:02\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Only black eye?\",\"timestamp\":\"00:00:08\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Got beat up?\",\"timestamp\":\"00:00:09\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You did?\",\"timestamp\":\"00:00:12\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Always do, man.\",\"timestamp\":\"00:00:13\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Throw it in my life.\",\"timestamp\":\"00:00:15\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"I wasn't looking at you.\",\"timestamp\":\"00:00:17\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You got a black eye?\",\"timestamp\":\"00:00:18\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"From your jiu-jitsu?\",\"timestamp\":\"00:00:19\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Yeah, is it black?\",\"timestamp\":\"00:00:22\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Yeah.\",\"timestamp\":\"00:00:23\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"So on jiu-jitsu, like, you know, it's funny.\",\"timestamp\":\"00:00:23\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"It didn't help.\",\"timestamp\":\"00:00:25\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"I had a thigh in my eye.\",\"timestamp\":\"00:00:26\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"But you can see it on my nose, too.\",\"timestamp\":\"00:00:29\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Like, see they're cross-facing me.\",\"timestamp\":\"00:00:31\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"They're...\",\"timestamp\":\"00:00:33\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"I think people think it's funny because I'm on TV to me up, you know?\",\"timestamp\":\"00:00:33\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That's not very nice.\",\"timestamp\":\"00:00:40\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I don't know what jiu-jitsu is.\",\"timestamp\":\"00:00:41\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"I love it.\",\"timestamp\":\"00:00:43\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"I mean, it's part of the thing, man.\",\"timestamp\":\"00:00:43\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Like, it's fight-flug, dude.\",\"timestamp\":\"00:00:45\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Like, it's...\",\"timestamp\":\"00:00:47\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I have a...\",\"timestamp\":\"00:00:47\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Heidi and I have a friend in town who's big, and he used to be a pretty good wrestler, I guess, in college.\",\"timestamp\":\"00:00:49\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And that's what he does now, and he always...\",\"timestamp\":\"00:00:55\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"he always looks...\",\"timestamp\":\"00:00:58\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It's hammered.\",\"timestamp\":\"00:00:59\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"That's me.\",\"timestamp\":\"00:01:02\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah.\",\"timestamp\":\"00:01:06\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"At least I have one tough friend since I'm not, a couple tough friends since I'm not tough, I guess.\",\"timestamp\":\"00:01:07\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You got two now.\",\"timestamp\":\"00:01:13\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"That's what I mean.\",\"timestamp\":\"00:01:15\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You and him.\",\"timestamp\":\"00:01:16\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I got a couple tough friends.\",\"timestamp\":\"00:01:17\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Let's go.\",\"timestamp\":\"00:01:19\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah, I'm in.\",\"timestamp\":\"00:01:21\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I can run a lot.\",\"timestamp\":\"00:01:23\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"can run.\",\"timestamp\":\"00:01:24\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That's about my, sometimes I wonder if at my age that's better to get away.\",\"timestamp\":\"00:01:25\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah.\",\"timestamp\":\"00:01:30\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"100%.\",\"timestamp\":\"00:01:31\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Hold on.\",\"timestamp\":\"00:01:32\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Show me the shittier.\",\"timestamp\":\"00:01:32\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"should show you the.\",\"timestamp\":\"00:01:33\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Go ahead.\",\"timestamp\":\"00:01:35\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Yeah, it is pretty bad.\",\"timestamp\":\"00:01:36\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"It's getting worse.\",\"timestamp\":\"00:01:37\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"All right.\",\"timestamp\":\"00:01:40\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So, hey, I kind of got obsessed with this after we talked about this last night.\",\"timestamp\":\"00:01:41\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And then this morning I couldn't sleep because I was thinking about different things we can do.\",\"timestamp\":\"00:01:46\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah.\",\"timestamp\":\"00:01:51\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"my screen.\",\"timestamp\":\"00:01:52\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yep.\",\"timestamp\":\"00:01:53\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So when I started, I integrated this all.\",\"timestamp\":\"00:01:57\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"All Yeah.\",\"timestamp\":\"00:01:59\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"With anthropic AI, I'm kind of working with refining that, but I added in, so in, under the events here, this is under event planning now.\",\"timestamp\":\"00:01:59\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah.\",\"timestamp\":\"00:02:12\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"And I know it's probably not working 100%, I'm still refining a lot of this.\",\"timestamp\":\"00:02:14\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Yeah.\",\"timestamp\":\"00:02:18\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But when you open this up, I think, I wanted to just kind of talk about this.\",\"timestamp\":\"00:02:20\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Do you want to like leave it?\",\"timestamp\":\"00:02:26\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I put attended and registered, but then I kind of thought, well, this, attended and registered, is that important?\",\"timestamp\":\"00:02:28\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That's important for the shows, right?\",\"timestamp\":\"00:02:36\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But do you want to leave that on here so we can maybe use this for more than just the shows?\",\"timestamp\":\"00:02:38\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"So let's, you mean more than just TV?\",\"timestamp\":\"00:02:43\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah.\",\"timestamp\":\"00:02:47\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Oh, maybe.\",\"timestamp\":\"00:02:49\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"So when, hold on, let me pull up.\",\"timestamp\":\"00:02:50\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"So like, what I made it do, so you can turn these to zero and make...\",\"timestamp\":\"00:02:55\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Like this not relevant.\",\"timestamp\":\"00:03:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And these sliders now adjust kind of the, I'm still working on this whole thing, but like you can adjust like how important you want the cost efficiency into the algorithm to be.\",\"timestamp\":\"00:03:04\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Does that make sense?\",\"timestamp\":\"00:03:18\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah.\",\"timestamp\":\"00:03:19\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"And this changes the details down here.\",\"timestamp\":\"00:03:20\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Yeah.\",\"timestamp\":\"00:03:27\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"So I think, so registered, so registered, it's the same.\",\"timestamp\":\"00:03:27\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Registered doesn't really matter for TV shows.\",\"timestamp\":\"00:03:37\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Right.\",\"timestamp\":\"00:03:41\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But I'm saying like, you could turn it down to zero for TV shows.\",\"timestamp\":\"00:03:41\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And if that's all we're looking at, like, oh, I have it really doing right now in shows, because I Or a hundred, but whether it's zero or they're all a hundred, isn't it?\",\"timestamp\":\"00:03:45\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"No, this is how important this is to the algorithm is all.\",\"timestamp\":\"00:03:55\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Oh.\",\"timestamp\":\"00:03:58\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So if you want this to be like the most important thing, you'd set it to 100.\",\"timestamp\":\"00:04:01\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"If those are both very important, you set them to 100.\",\"timestamp\":\"00:04:07\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It just changes the way that.\",\"timestamp\":\"00:04:09\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And if these aren't important at all, I was just kind of messing around with this.\",\"timestamp\":\"00:04:11\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"This just adjusts the numbers.\",\"timestamp\":\"00:04:15\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So out of 100, if you take that, divide it by the cost efficiency, and it just changes that.\",\"timestamp\":\"00:04:17\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So if you put this at 100, that's the most important thing.\",\"timestamp\":\"00:04:22\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And you can play around with these to kind of get it to where you want it.\",\"timestamp\":\"00:04:26\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I just put it like that.\",\"timestamp\":\"00:04:28\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So you can mess with that.\",\"timestamp\":\"00:04:30\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Oh, yeah.\",\"timestamp\":\"00:04:33\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"So I mean, I did.\",\"timestamp\":\"00:04:35\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"I mean, I like that.\",\"timestamp\":\"00:04:36\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So so for right now, if you just put it at 100 to say these two are really, you know, fully important.\",\"timestamp\":\"00:04:37\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Those are the two most important thing.\",\"timestamp\":\"00:04:42\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That's the algorithm is basically one to one on those.\",\"timestamp\":\"00:04:43\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"If you put it at 50, then this is less important than this.\",\"timestamp\":\"00:04:47\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"I mean, to me, so show up.\",\"timestamp\":\"00:04:52\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"You know what would be even another thing in there that's even more important is.\",\"timestamp\":\"00:04:54\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"is.\",\"timestamp\":\"00:04:59\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"You know, greater than stage, meaning stage 11, how many of these are in stage 11, I mean written business, I mean that's even a bigger, because the question is, with all of the , if they don't, them showing up is great, but how ready are they to become a client using this, and then quite honestly, god damn this is so cool.\",\"timestamp\":\"00:05:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Right, so this is just, I mean, just looking at this, like, this just is like kind of forecasting for the future.\",\"timestamp\":\"00:05:36\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"didn't 100% know what to do here.\",\"timestamp\":\"00:05:46\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But like, you can ask this questions like, what should I schedule this weekend.\",\"timestamp\":\"00:05:48\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I intentionally spelled that wrong.\",\"timestamp\":\"00:06:03\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah.\",\"timestamp\":\"00:06:06\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Just kidding.\",\"timestamp\":\"00:06:07\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You can spell it wrong.\",\"timestamp\":\"00:06:08\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It does catch it.\",\"timestamp\":\"00:06:09\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Yeah.\",\"timestamp\":\"00:06:10\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So then it should return you everything that hasn't been scheduled.\",\"timestamp\":\"00:06:12\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And I don't even know if this is right.\",\"timestamp\":\"00:06:16\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I haven't checked all these, but it should show you like what kind of a schedule this weekend based on the top that haven't been scheduled in the last three weeks.\",\"timestamp\":\"00:06:18\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And essentially based on what's most important.\",\"timestamp\":\"00:06:28\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And so I can add those other efficient, those other things in here and add them to the totals algorithm.\",\"timestamp\":\"00:06:31\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"How do you see how many times it's aired total?\",\"timestamp\":\"00:06:37\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Yeah.\",\"timestamp\":\"00:06:41\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It says down here that it's based on 17 past Sundays.\",\"timestamp\":\"00:06:42\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Oh, total.\",\"timestamp\":\"00:06:46\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah.\",\"timestamp\":\"00:06:47\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You mean total without just the days.\",\"timestamp\":\"00:06:48\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Yeah.\",\"timestamp\":\"00:06:51\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"So this is just showing Sundays.\",\"timestamp\":\"00:06:51\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Why?\",\"timestamp\":\"00:06:54\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I don't know.\",\"timestamp\":\"00:06:56\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I don't remember why I did that.\",\"timestamp\":\"00:06:57\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So you just want total.\",\"timestamp\":\"00:07:01\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"don't to know specific.\",\"timestamp\":\"00:07:02\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Well, here's the other thing.\",\"timestamp\":\"00:07:03\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So I did this too.\",\"timestamp\":\"00:07:05\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Like, this shows you by day of the performance, by day of the week, or like a heat map to show you what days they do better on.\",\"timestamp\":\"00:07:06\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Well, obviously, like, for some reason, this 226 is doing good on Friday.\",\"timestamp\":\"00:07:18\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So I don't know, we kind of talked about that, like what day of the week, I don't know if we want to do like, I just did this heat map real quick, because it's part of the DevExtreme thing.\",\"timestamp\":\"00:07:30\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And the AI processes all of this, like it takes the vector and it puts it in the right categories.\",\"timestamp\":\"00:07:40\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"You think it hallucinates at all?\",\"timestamp\":\"00:07:47\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Or I mean, you think it's pretty reliable?\",\"timestamp\":\"00:07:49\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah, I gotta, I have to start, I have to check the data, which I haven't done yet.\",\"timestamp\":\"00:07:51\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Okay.\",\"timestamp\":\"00:07:58\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Because it's possible.\",\"timestamp\":\"00:07:59\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Well, that it does, but this algorithm thing is not AI dependent.\",\"timestamp\":\"00:08:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So some of this stuff is, and some of it isn't.\",\"timestamp\":\"00:08:05\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"OK, so what I would definitely say is it cannot air in three weeks, right?\",\"timestamp\":\"00:08:09\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Yeah, I have that.\",\"timestamp\":\"00:08:15\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So that's already like, hey.\",\"timestamp\":\"00:08:17\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"There's 10 stale shows that haven't aired in three weeks.\",\"timestamp\":\"00:08:19\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Stale just means not in three weeks?\",\"timestamp\":\"00:08:23\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yes.\",\"timestamp\":\"00:08:25\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"OK, so I need to validate that.\",\"timestamp\":\"00:08:26\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Like, I put that in here to show you, and it's querying it.\",\"timestamp\":\"00:08:29\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But I do need to check that the data is right.\",\"timestamp\":\"00:08:33\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I have not checked this.\",\"timestamp\":\"00:08:36\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So what I've been doing is going through these, and I added this in here, so you can check this now.\",\"timestamp\":\"00:08:37\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"OK.\",\"timestamp\":\"00:08:48\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So it should show you the event cost, cost per attendee.\",\"timestamp\":\"00:08:50\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Like, no one came to this.\",\"timestamp\":\"00:08:53\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"OK, are there any television?\",\"timestamp\":\"00:08:55\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"See, that's why.\",\"timestamp\":\"00:08:58\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"The TV channel, the TV time it airs, or the TV time range, there has to be something where we, you know, eventually use data to say, does it even make sense to air here?\",\"timestamp\":\"00:09:00\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Because remember, there's two reasons I buy airtime.\",\"timestamp\":\"00:09:16\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"One, to get leads, two, to cop-lock competitors from buying, right?\",\"timestamp\":\"00:09:19\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Uh-huh.\",\"timestamp\":\"00:09:24\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And they both are valid, right?\",\"timestamp\":\"00:09:26\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Like, dude, we have no competitors in our market.\",\"timestamp\":\"00:09:27\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"mean, a shows up once in a while on some after a vacuum thing at 3 in the morning.\",\"timestamp\":\"00:09:30\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"You know what I mean?\",\"timestamp\":\"00:09:38\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"I mean, should I turn down?\",\"timestamp\":\"00:09:39\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Yeah.\",\"timestamp\":\"00:09:41\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"The cost effectiveness, eventually, of these shows.\",\"timestamp\":\"00:09:42\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Is there any missing data where there's not expense data in there that we need to look at?\",\"timestamp\":\"00:09:47\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"You know what I mean?\",\"timestamp\":\"00:09:53\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Like, all of that sort of thoughts.\",\"timestamp\":\"00:09:53\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah.\",\"timestamp\":\"00:09:57\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Right.\",\"timestamp\":\"00:09:57\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And that's what this is.\",\"timestamp\":\"00:09:58\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"is.\",\"timestamp\":\"00:09:59\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"there's\",\"timestamp\":\"00:09:59\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"This is the other thing I've been working on, where you can just ask it to look at.\",\"timestamp\":\"00:10:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So it's looking at these 4300 records because it's only looking at the filter, right?\",\"timestamp\":\"00:10:05\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Yeah.\",\"timestamp\":\"00:10:10\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You can ask it stuff like what venue has the best rate or what venue for the, I want to say, Portland location.\",\"timestamp\":\"00:10:11\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Yeah.\",\"timestamp\":\"00:10:29\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Yeah.\",\"timestamp\":\"00:10:29\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"So what we need to do is also like say, hey, when we say venue, we're really talking about the television channel.\",\"timestamp\":\"00:10:30\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"You know what I mean?\",\"timestamp\":\"00:10:38\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Like you have some rules in there.\",\"timestamp\":\"00:10:40\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Well, isn't that this?\",\"timestamp\":\"00:10:43\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah, yeah, for sure.\",\"timestamp\":\"00:10:44\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"But so when you say venue, just so that like dumb person that's never done this will be like, hey, what channel is our best performing channel?\",\"timestamp\":\"00:10:46\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Well, you know,\",\"timestamp\":\"00:10:57\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"of all of them, right?\",\"timestamp\":\"00:11:00\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"How are we doing, you know?\",\"timestamp\":\"00:11:02\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"So like this, is this only limited to Arizona here?\",\"timestamp\":\"00:11:04\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"No, because it's, how, so if we say, this is the answer that it gave.\",\"timestamp\":\"00:11:08\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So I need to refine this because this is the problem, even with the AI results is sometimes it doesn't understand.\",\"timestamp\":\"00:11:19\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So you have to let, you have to make it learn and it will learn.\",\"timestamp\":\"00:11:26\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Like I'm going to put in some things in here so you can explain, but this is more of like a high the, the alpha users or the power users kind of need to teach it.\",\"timestamp\":\"00:11:30\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah.\",\"timestamp\":\"00:11:43\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Like, oh, I meant this.\",\"timestamp\":\"00:11:44\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"So one of the things that I think would best be like the visually what would be kind of, I think better would be like, if we had like a list, let's like, let's say the\",\"timestamp\":\"00:11:46\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"The left two blocks here, if that was the top three that you would air based on these criteria, this is for Colorado, Denver, then the next column would be Colorado Springs, the next one is Arizona, the next one is Vegas, the next next one is Indiana.\",\"timestamp\":\"00:12:00\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"And they can all have different results, you know what I mean, but you want to group these by market, right, so if you put that, that shows you all of alpha one, but you want it to be grouped down here.\",\"timestamp\":\"00:12:29\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"I mean, maybe, I mean, I guess, so I can't see how it's sorted.\",\"timestamp\":\"00:12:52\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"So, oh, one, two, three, four, five.\",\"timestamp\":\"00:12:58\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"One, you would play 2-2-7, right?\",\"timestamp\":\"00:13:00\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Is that what you were saying?\",\"timestamp\":\"00:13:02\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Sorry, what?\",\"timestamp\":\"00:13:04\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So your first choice...\",\"timestamp\":\"00:13:06\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Oh, you know what?\",\"timestamp\":\"00:13:09\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I think this is pulling...\",\"timestamp\":\"00:13:10\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That's why I put this in here, so you can go...\",\"timestamp\":\"00:13:18\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"You hear me better now?\",\"timestamp\":\"00:13:20\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah, you sounded like you were in a tunnel before, but...\",\"timestamp\":\"00:13:22\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Okay, yeah.\",\"timestamp\":\"00:13:24\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"We hear you before, but you sound better now.\",\"timestamp\":\"00:13:25\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Okay.\",\"timestamp\":\"00:13:27\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Yeah, but what I'm saying is, so that it's grouped by, hey, this is what I would do, just so it's not a difficult decision, so that it like...\",\"timestamp\":\"00:13:27\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"And then the question is, you know, hey, when Nathan Faldmo is on TV, how does it do compared to others?\",\"timestamp\":\"00:13:37\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Like a performance chart of people that attend, that are on the show.\",\"timestamp\":\"00:13:46\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"You know what I mean?\",\"timestamp\":\"00:13:50\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Are there any ones that underperform, you know, blah, blah, blah.\",\"timestamp\":\"00:13:51\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"And the one thing also, we also have to have the, oh, I like that here.\",\"timestamp\":\"00:14:00\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"I like this, by the way, the topics.\",\"timestamp\":\"00:14:06\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"The other thing we also have to do is include the dollars for the cost of people that don't attend.\",\"timestamp\":\"00:14:09\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Right?\",\"timestamp\":\"00:14:22\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"So like, if we look at show number 22, for example, historically, the cost, at least in the old system.\",\"timestamp\":\"00:14:23\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"This one?\",\"timestamp\":\"00:14:32\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Yeah.\",\"timestamp\":\"00:14:35\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"So 222 shows 56 events, 0.8 average.\",\"timestamp\":\"00:14:35\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Did you just beat me to the punch?\",\"timestamp\":\"00:14:40\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"I don't like that .\",\"timestamp\":\"00:14:44\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Like, I'm supposed to be the smart one here.\",\"timestamp\":\"00:14:45\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"But like, if, if wealth can't, I mean, if, if one show has, you know, 35 events, like, let's just say 218.\",\"timestamp\":\"00:14:47\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"I don't know how money marriage, right?\",\"timestamp\":\"00:15:00\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"That show has had 35 events, average of 1.8 registered.\",\"timestamp\":\"00:15:02\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"They all show up.\",\"timestamp\":\"00:15:08\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"The cost per attendee is, you know, I think there's two costs we need to look at.\",\"timestamp\":\"00:15:10\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"The cost per caller and then the cost per first appointment.\",\"timestamp\":\"00:15:15\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Gotcha.\",\"timestamp\":\"00:15:25\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I can add that in there.\",\"timestamp\":\"00:15:25\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So there's, yeah, that makes sense that you, yeah, we didn't put that in there.\",\"timestamp\":\"00:15:27\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I mean, I get that.\",\"timestamp\":\"00:15:31\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"But also a cost for stage 11, a cost to write it.\",\"timestamp\":\"00:15:32\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Dude, the cost to write it is everything.\",\"timestamp\":\"00:15:37\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"You know, taking this a bit further, who is the call setter that set this, right?\",\"timestamp\":\"00:15:41\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Like, here's what I want to do.\",\"timestamp\":\"00:15:49\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"I want to go in there to the call center and say.\",\"timestamp\":\"00:15:52\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"If you were the top guy through the end of June, your sales through June made the most money for our company in total revenue sales.\",\"timestamp\":\"00:16:01\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Here's $1,000.\",\"timestamp\":\"00:16:15\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"stage five though, right?\",\"timestamp\":\"00:16:17\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Stage 11 or 12.\",\"timestamp\":\"00:16:19\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Oh, I thought you were talking about the call center people.\",\"timestamp\":\"00:16:22\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah, but the call center people are responsible with stage five, I thought.\",\"timestamp\":\"00:16:24\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"They are in terms of their metrics, but they also want to have some skin in the game where, if it actually results in sales becoming clients, because so what if they get someone to show up?\",\"timestamp\":\"00:16:28\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"But if they're getting them to show up and they're worthless, there should be an additional, like, you know.\",\"timestamp\":\"00:16:40\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"I gotcha.\",\"timestamp\":\"00:16:48\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So do you want to see stage five and stage 11 or just stage 11 is really all that's important?\",\"timestamp\":\"00:16:50\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Well, stage five is the what?\",\"timestamp\":\"00:17:01\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That's the transition stage, right?\",\"timestamp\":\"00:17:04\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"First, I think, scheduled first.\",\"timestamp\":\"00:17:07\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"We can look at it.\",\"timestamp\":\"00:17:12\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"It's right here.\",\"timestamp\":\"00:17:13\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"This is running so good.\",\"timestamp\":\"00:17:29\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah, the attended first column.\",\"timestamp\":\"00:17:35\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So if we look at all, this is the appointment setting stage.\",\"timestamp\":\"00:17:41\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And then we rename this conversion stage.\",\"timestamp\":\"00:17:47\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"All right, hey, you know what?\",\"timestamp\":\"00:17:50\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"These clients are here.\",\"timestamp\":\"00:17:51\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"I got to roll.\",\"timestamp\":\"00:17:52\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Just have a look at it.\",\"timestamp\":\"00:17:54\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I'll make a few changes we talked about it.\",\"timestamp\":\"00:17:56\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You have access to it now.\",\"timestamp\":\"00:17:57\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And.\",\"timestamp\":\"00:17:59\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Let me know what you think, like ask it a bunch, ask it some questions and see what works.\",\"timestamp\":\"00:18:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And we, you know, I can even give you like a way to program, like good questions.\",\"timestamp\":\"00:18:05\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Yeah.\",\"timestamp\":\"00:18:09\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So they don't ask weird things that, you know, return terrible results.\",\"timestamp\":\"00:18:10\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah.\",\"timestamp\":\"00:18:15\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Got you.\",\"timestamp\":\"00:18:15\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Awesome, dude.\",\"timestamp\":\"00:18:16\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Thank you, brother.\",\"timestamp\":\"00:18:17\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"I got to run.\",\"timestamp\":\"00:18:17\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Bye.\",\"timestamp\":\"00:18:19\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"This is awesome.\",\"timestamp\":\"00:18:23\"}],\"transcript_language\":\"en\",\"url\":\"https:\/\/fathom.video\/calls\/718241689\"}"},"script":"Fathom | Incoming Log"} Result: {"response":{"scriptError":"0","recordId":"95","modId":"0"},"messages":[{"code":"0","message":"OK"}]} ------------------------- URL: https://dev1.gofmhost.com/fmi/data/v1/databases/theboss/sessions/c55d80306e1b4d358b449365122f6011238bc432ca1043324e6a token:c55d80306e1b4d358b449365122f6011238bc432ca1043324e6a Post Fields: {"fieldData":{"json_Received":"{\"action_items\":[{\"assignee\":{\"email\":\"etechnologies34@gmail.com\",\"name\":\"Sean Kruger\",\"team\":null},\"completed\":false,\"description\":\"Add Stage 11\/12 weight to ranking; include Stage 5\/11\/12 in costs; add cost\/caller & cost\/FA; rename 'Conversion Stage'\",\"recording_playback_url\":\"https:\/\/fathom.video\/calls\/718241689?timestamp=283.9999\",\"recording_timestamp\":\"00:04:43\",\"user_generated\":false},{\"assignee\":{\"email\":\"etechnologies34@gmail.com\",\"name\":\"Sean Kruger\",\"team\":null},\"completed\":false,\"description\":\"Validate data: total airings, 3-week stale, heat map, AI; correct issues\",\"recording_playback_url\":\"https:\/\/fathom.video\/calls\/718241689?timestamp=460.9999\",\"recording_timestamp\":\"00:07:40\",\"user_generated\":false},{\"assignee\":{\"email\":\"etechnologies34@gmail.com\",\"name\":\"Sean Kruger\",\"team\":null},\"completed\":false,\"description\":\"Add TV channel\/time to data; update AI to interpret 'venue' as channel; add best-channel query\",\"recording_playback_url\":\"https:\/\/fathom.video\/calls\/718241689?timestamp=524.9999\",\"recording_timestamp\":\"00:08:44\",\"user_generated\":false},{\"assignee\":{\"email\":\"etechnologies34@gmail.com\",\"name\":\"Sean Kruger\",\"team\":null},\"completed\":false,\"description\":\"Group top-3 shows by market; add host-performance chart\",\"recording_playback_url\":\"https:\/\/fathom.video\/calls\/718241689?timestamp=695.9999\",\"recording_timestamp\":\"00:11:35\",\"user_generated\":false},{\"assignee\":{\"email\":null,\"name\":\"Stewart Willis\",\"team\":null},\"completed\":false,\"description\":\"Test Event Planning; send feedback to Sean\",\"recording_playback_url\":\"https:\/\/fathom.video\/calls\/718241689?timestamp=1069.9999\",\"recording_timestamp\":\"00:17:49\",\"user_generated\":false},{\"assignee\":{\"email\":\"etechnologies34@gmail.com\",\"name\":\"Sean Kruger\",\"team\":null},\"completed\":false,\"description\":\"Send sample AI prompts to Stewart\",\"recording_playback_url\":\"https:\/\/fathom.video\/calls\/718241689?timestamp=1074.9999\",\"recording_timestamp\":\"00:17:54\",\"user_generated\":false}],\"calendar_invitees\":[{\"email\":\"etechnologies34@gmail.com\",\"email_domain\":\"gmail.com\",\"is_external\":false,\"matched_speaker_display_name\":\"Sean Kruger\",\"name\":\"Sean Kruger\"}],\"calendar_invitees_domains_type\":\"one_or_more_external\",\"created_at\":\"2026-06-19T20:04:06Z\",\"crm_matches\":null,\"default_summary\":{\"markdown_formatted\":\"## Meeting Purpose\\n\\n[Review a new AI-powered TV show scheduling and analysis tool.](https:\/\/fathom.video\/share\/fBuWADjCihHZC1wySxitnUMNbxtYPQL2?tab=summary×tamp=101.0)\\n\\n## Key Takeaways\\n\\n - [Sean demoed a new tool for optimizing TV show scheduling using Anthropic AI.](https:\/\/fathom.video\/share\/fBuWADjCihHZC1wySxitnUMNbxtYPQL2?tab=summary×tamp=101.0)\\n - [The core algorithm will be updated to prioritize written business (Stage 11), as attendance metrics alone are not a reliable proxy for revenue.](https:\/\/fathom.video\/share\/fBuWADjCihHZC1wySxitnUMNbxtYPQL2?tab=summary×tamp=292.0)\\n - [The UI will be redesigned to group scheduling recommendations by market (e.g., Denver, Colorado Springs) for clearer, more actionable decisions.](https:\/\/fathom.video\/share\/fBuWADjCihHZC1wySxitnUMNbxtYPQL2?tab=summary×tamp=706.0)\\n - [New metrics will be added to track the full sales funnel, including cost per caller, cost per first appointment, and cost per written business.](https:\/\/fathom.video\/share\/fBuWADjCihHZC1wySxitnUMNbxtYPQL2?tab=summary×tamp=849.0)\\n\\n## Topics\\n\\n### New Tool Demo & Feedback\\n\\n - [Sean demoed a new \\\"Event Planning\\\" tool, integrated with Anthropic AI, for optimizing TV show scheduling.](https:\/\/fathom.video\/share\/fBuWADjCihHZC1wySxitnUMNbxtYPQL2?tab=summary×tamp=101.0)\\n - [**Core Feature:** Sliders adjust the algorithm's weighting for factors like cost efficiency, allowing users to customize scheduling priorities.](https:\/\/fathom.video\/share\/fBuWADjCihHZC1wySxitnUMNbxtYPQL2?tab=summary×tamp=175.0)\\n - [**AI Query:** A natural language interface answers questions like \\\"What should I schedule this weekend?\\\" by recommending shows not aired in the last 3 weeks.](https:\/\/fathom.video\/share\/fBuWADjCihHZC1wySxitnUMNbxtYPQL2?tab=summary×tamp=348.0)\\n - [**Data Validation:** Sean noted the AI's data output requires validation, as it may \\\"hallucinate.\\\" The core scheduling algorithm, however, is not AI-dependent.](https:\/\/fathom.video\/share\/fBuWADjCihHZC1wySxitnUMNbxtYPQL2?tab=summary×tamp=467.0)\\n\\n### Algorithm & Metric Refinement\\n\\n - [**Problem:** Attendance metrics (e.g., \\\"registered,\\\" \\\"attended\\\") are insufficient because they don't correlate directly with revenue.](https:\/\/fathom.video\/share\/fBuWADjCihHZC1wySxitnUMNbxtYPQL2?tab=summary×tamp=849.0)\\n - [**Solution:** The algorithm must prioritize written business (Stage 11), as this is the ultimate goal.](https:\/\/fathom.video\/share\/fBuWADjCihHZC1wySxitnUMNbxtYPQL2?tab=summary×tamp=292.0)\\n - [**New Metrics:** To track the full sales funnel, the tool will add:](https:\/\/fathom.video\/share\/fBuWADjCihHZC1wySxitnUMNbxtYPQL2?tab=summary×tamp=849.0)\\n - [Cost per caller](https:\/\/fathom.video\/share\/fBuWADjCihHZC1wySxitnUMNbxtYPQL2?tab=summary×tamp=849.0)\\n - [Cost per first appointment](https:\/\/fathom.video\/share\/fBuWADjCihHZC1wySxitnUMNbxtYPQL2?tab=summary×tamp=849.0)\\n - [Cost per written business (Stage 11)](https:\/\/fathom.video\/share\/fBuWADjCihHZC1wySxitnUMNbxtYPQL2?tab=summary×tamp=849.0)\\n - [**Call Setter Incentive:** Tracking Stage 11 performance will enable a new incentive program for call setters, rewarding those whose appointments result in the most written business.](https:\/\/fathom.video\/share\/fBuWADjCihHZC1wySxitnUMNbxtYPQL2?tab=summary×tamp=941.0)\\n\\n### UI & Reporting Enhancements\\n\\n - [**Problem:** The current UI is not optimized for quick, market-specific scheduling decisions.](https:\/\/fathom.video\/share\/fBuWADjCihHZC1wySxitnUMNbxtYPQL2?tab=summary×tamp=706.0)\\n - [**Solution:** Redesign the UI to group scheduling recommendations by market (e.g., Denver, Colorado Springs, Arizona).](https:\/\/fathom.video\/share\/fBuWADjCihHZC1wySxitnUMNbxtYPQL2?tab=summary×tamp=706.0)\\n - [**New Reports:**](https:\/\/fathom.video\/share\/fBuWADjCihHZC1wySxitnUMNbxtYPQL2?tab=summary×tamp=397.0)\\n - [Total airings for each show.](https:\/\/fathom.video\/share\/fBuWADjCihHZC1wySxitnUMNbxtYPQL2?tab=summary×tamp=397.0)\\n - [Performance charts for specific hosts (e.g., Nathan Faldmo).](https:\/\/fathom.video\/share\/fBuWADjCihHZC1wySxitnUMNbxtYPQL2?tab=summary×tamp=817.0)\\n - [Data on underperforming airtime slots to inform future buys.](https:\/\/fathom.video\/share\/fBuWADjCihHZC1wySxitnUMNbxtYPQL2?tab=summary×tamp=817.0)\\n\\n## Next Steps\\n\\n - [**Sean:**](https:\/\/fathom.video\/share\/fBuWADjCihHZC1wySxitnUMNbxtYPQL2?tab=summary×tamp=1070.0)\\n - [Update the scheduling algorithm to prioritize Stage 11 (written business).](https:\/\/fathom.video\/share\/fBuWADjCihHZC1wySxitnUMNbxtYPQL2?tab=summary×tamp=292.0)\\n - [Add new metrics: cost per caller, cost per first appointment, and cost per written business.](https:\/\/fathom.video\/share\/fBuWADjCihHZC1wySxitnUMNbxtYPQL2?tab=summary×tamp=849.0)\\n - [Redesign the UI to group scheduling recommendations by market.](https:\/\/fathom.video\/share\/fBuWADjCihHZC1wySxitnUMNbxtYPQL2?tab=summary×tamp=706.0)\\n - [Add reports for total airings and host performance.](https:\/\/fathom.video\/share\/fBuWADjCihHZC1wySxitnUMNbxtYPQL2?tab=summary×tamp=397.0)\\n - [**Stewart:**](https:\/\/fathom.video\/share\/fBuWADjCihHZC1wySxitnUMNbxtYPQL2?tab=summary×tamp=1070.0)\\n - [Test the AI query feature and provide feedback on its reliability.](https:\/\/fathom.video\/share\/fBuWADjCihHZC1wySxitnUMNbxtYPQL2?tab=summary×tamp=1070.0)\\n\",\"template_name\":\"Enhanced\"},\"highlights\":null,\"meeting_title\":\"Asset Preservation Weekly Meeting\",\"meeting_type\":null,\"meeting_url\":\"https:\/\/us02web.zoom.us\/j\/609427952?pwd=LfWjIrdIAELzCTnb5SY8V0w2h1cDgA.1\",\"recorded_by\":{\"email\":\"etechnologies34@gmail.com\",\"email_domain\":\"gmail.com\",\"name\":\"Sean Kruger\",\"team\":null},\"recording_end_time\":\"2026-06-19T20:03:56Z\",\"recording_id\":156776814,\"recording_start_time\":\"2026-06-19T19:45:31Z\",\"scheduled_end_time\":\"2026-06-19T20:31:04Z\",\"scheduled_start_time\":\"2026-06-19T19:31:04Z\",\"share_url\":\"https:\/\/fathom.video\/share\/fBuWADjCihHZC1wySxitnUMNbxtYPQL2\",\"title\":\"Asset Preservation Weekly Meeting\",\"transcript\":[{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Hold let change my camera.\",\"timestamp\":\"00:00:01\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"I you want to see my pretty face.\",\"timestamp\":\"00:00:02\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Only black eye?\",\"timestamp\":\"00:00:08\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Got beat up?\",\"timestamp\":\"00:00:09\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You did?\",\"timestamp\":\"00:00:12\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Always do, man.\",\"timestamp\":\"00:00:13\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Throw it in my life.\",\"timestamp\":\"00:00:15\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"I wasn't looking at you.\",\"timestamp\":\"00:00:17\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You got a black eye?\",\"timestamp\":\"00:00:18\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"From your jiu-jitsu?\",\"timestamp\":\"00:00:19\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Yeah, is it black?\",\"timestamp\":\"00:00:22\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Yeah.\",\"timestamp\":\"00:00:23\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"So on jiu-jitsu, like, you know, it's funny.\",\"timestamp\":\"00:00:23\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"It didn't help.\",\"timestamp\":\"00:00:25\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"I had a thigh in my eye.\",\"timestamp\":\"00:00:26\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"But you can see it on my nose, too.\",\"timestamp\":\"00:00:29\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Like, see they're cross-facing me.\",\"timestamp\":\"00:00:31\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"They're...\",\"timestamp\":\"00:00:33\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"I think people think it's funny because I'm on TV to me up, you know?\",\"timestamp\":\"00:00:33\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That's not very nice.\",\"timestamp\":\"00:00:40\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I don't know what jiu-jitsu is.\",\"timestamp\":\"00:00:41\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"I love it.\",\"timestamp\":\"00:00:43\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"I mean, it's part of the thing, man.\",\"timestamp\":\"00:00:43\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Like, it's fight-flug, dude.\",\"timestamp\":\"00:00:45\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Like, it's...\",\"timestamp\":\"00:00:47\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I have a...\",\"timestamp\":\"00:00:47\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Heidi and I have a friend in town who's big, and he used to be a pretty good wrestler, I guess, in college.\",\"timestamp\":\"00:00:49\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And that's what he does now, and he always...\",\"timestamp\":\"00:00:55\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"he always looks...\",\"timestamp\":\"00:00:58\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It's hammered.\",\"timestamp\":\"00:00:59\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"That's me.\",\"timestamp\":\"00:01:02\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah.\",\"timestamp\":\"00:01:06\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"At least I have one tough friend since I'm not, a couple tough friends since I'm not tough, I guess.\",\"timestamp\":\"00:01:07\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You got two now.\",\"timestamp\":\"00:01:13\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"That's what I mean.\",\"timestamp\":\"00:01:15\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You and him.\",\"timestamp\":\"00:01:16\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I got a couple tough friends.\",\"timestamp\":\"00:01:17\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Let's go.\",\"timestamp\":\"00:01:19\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah, I'm in.\",\"timestamp\":\"00:01:21\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I can run a lot.\",\"timestamp\":\"00:01:23\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"can run.\",\"timestamp\":\"00:01:24\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That's about my, sometimes I wonder if at my age that's better to get away.\",\"timestamp\":\"00:01:25\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah.\",\"timestamp\":\"00:01:30\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"100%.\",\"timestamp\":\"00:01:31\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Hold on.\",\"timestamp\":\"00:01:32\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Show me the shittier.\",\"timestamp\":\"00:01:32\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"should show you the.\",\"timestamp\":\"00:01:33\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Go ahead.\",\"timestamp\":\"00:01:35\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Yeah, it is pretty bad.\",\"timestamp\":\"00:01:36\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"It's getting worse.\",\"timestamp\":\"00:01:37\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"All right.\",\"timestamp\":\"00:01:40\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So, hey, I kind of got obsessed with this after we talked about this last night.\",\"timestamp\":\"00:01:41\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And then this morning I couldn't sleep because I was thinking about different things we can do.\",\"timestamp\":\"00:01:46\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah.\",\"timestamp\":\"00:01:51\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"my screen.\",\"timestamp\":\"00:01:52\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yep.\",\"timestamp\":\"00:01:53\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So when I started, I integrated this all.\",\"timestamp\":\"00:01:57\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"All Yeah.\",\"timestamp\":\"00:01:59\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"With anthropic AI, I'm kind of working with refining that, but I added in, so in, under the events here, this is under event planning now.\",\"timestamp\":\"00:01:59\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah.\",\"timestamp\":\"00:02:12\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"And I know it's probably not working 100%, I'm still refining a lot of this.\",\"timestamp\":\"00:02:14\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Yeah.\",\"timestamp\":\"00:02:18\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But when you open this up, I think, I wanted to just kind of talk about this.\",\"timestamp\":\"00:02:20\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Do you want to like leave it?\",\"timestamp\":\"00:02:26\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I put attended and registered, but then I kind of thought, well, this, attended and registered, is that important?\",\"timestamp\":\"00:02:28\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That's important for the shows, right?\",\"timestamp\":\"00:02:36\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But do you want to leave that on here so we can maybe use this for more than just the shows?\",\"timestamp\":\"00:02:38\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"So let's, you mean more than just TV?\",\"timestamp\":\"00:02:43\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah.\",\"timestamp\":\"00:02:47\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Oh, maybe.\",\"timestamp\":\"00:02:49\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"So when, hold on, let me pull up.\",\"timestamp\":\"00:02:50\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"So like, what I made it do, so you can turn these to zero and make...\",\"timestamp\":\"00:02:55\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Like this not relevant.\",\"timestamp\":\"00:03:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And these sliders now adjust kind of the, I'm still working on this whole thing, but like you can adjust like how important you want the cost efficiency into the algorithm to be.\",\"timestamp\":\"00:03:04\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Does that make sense?\",\"timestamp\":\"00:03:18\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah.\",\"timestamp\":\"00:03:19\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"And this changes the details down here.\",\"timestamp\":\"00:03:20\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Yeah.\",\"timestamp\":\"00:03:27\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"So I think, so registered, so registered, it's the same.\",\"timestamp\":\"00:03:27\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Registered doesn't really matter for TV shows.\",\"timestamp\":\"00:03:37\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Right.\",\"timestamp\":\"00:03:41\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But I'm saying like, you could turn it down to zero for TV shows.\",\"timestamp\":\"00:03:41\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And if that's all we're looking at, like, oh, I have it really doing right now in shows, because I Or a hundred, but whether it's zero or they're all a hundred, isn't it?\",\"timestamp\":\"00:03:45\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"No, this is how important this is to the algorithm is all.\",\"timestamp\":\"00:03:55\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Oh.\",\"timestamp\":\"00:03:58\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So if you want this to be like the most important thing, you'd set it to 100.\",\"timestamp\":\"00:04:01\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"If those are both very important, you set them to 100.\",\"timestamp\":\"00:04:07\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It just changes the way that.\",\"timestamp\":\"00:04:09\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And if these aren't important at all, I was just kind of messing around with this.\",\"timestamp\":\"00:04:11\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"This just adjusts the numbers.\",\"timestamp\":\"00:04:15\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So out of 100, if you take that, divide it by the cost efficiency, and it just changes that.\",\"timestamp\":\"00:04:17\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So if you put this at 100, that's the most important thing.\",\"timestamp\":\"00:04:22\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And you can play around with these to kind of get it to where you want it.\",\"timestamp\":\"00:04:26\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I just put it like that.\",\"timestamp\":\"00:04:28\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So you can mess with that.\",\"timestamp\":\"00:04:30\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Oh, yeah.\",\"timestamp\":\"00:04:33\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"So I mean, I did.\",\"timestamp\":\"00:04:35\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"I mean, I like that.\",\"timestamp\":\"00:04:36\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So so for right now, if you just put it at 100 to say these two are really, you know, fully important.\",\"timestamp\":\"00:04:37\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Those are the two most important thing.\",\"timestamp\":\"00:04:42\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That's the algorithm is basically one to one on those.\",\"timestamp\":\"00:04:43\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"If you put it at 50, then this is less important than this.\",\"timestamp\":\"00:04:47\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"I mean, to me, so show up.\",\"timestamp\":\"00:04:52\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"You know what would be even another thing in there that's even more important is.\",\"timestamp\":\"00:04:54\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"is.\",\"timestamp\":\"00:04:59\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"You know, greater than stage, meaning stage 11, how many of these are in stage 11, I mean written business, I mean that's even a bigger, because the question is, with all of the , if they don't, them showing up is great, but how ready are they to become a client using this, and then quite honestly, god damn this is so cool.\",\"timestamp\":\"00:05:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Right, so this is just, I mean, just looking at this, like, this just is like kind of forecasting for the future.\",\"timestamp\":\"00:05:36\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"didn't 100% know what to do here.\",\"timestamp\":\"00:05:46\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But like, you can ask this questions like, what should I schedule this weekend.\",\"timestamp\":\"00:05:48\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I intentionally spelled that wrong.\",\"timestamp\":\"00:06:03\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah.\",\"timestamp\":\"00:06:06\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Just kidding.\",\"timestamp\":\"00:06:07\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You can spell it wrong.\",\"timestamp\":\"00:06:08\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It does catch it.\",\"timestamp\":\"00:06:09\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Yeah.\",\"timestamp\":\"00:06:10\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So then it should return you everything that hasn't been scheduled.\",\"timestamp\":\"00:06:12\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And I don't even know if this is right.\",\"timestamp\":\"00:06:16\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I haven't checked all these, but it should show you like what kind of a schedule this weekend based on the top that haven't been scheduled in the last three weeks.\",\"timestamp\":\"00:06:18\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And essentially based on what's most important.\",\"timestamp\":\"00:06:28\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And so I can add those other efficient, those other things in here and add them to the totals algorithm.\",\"timestamp\":\"00:06:31\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"How do you see how many times it's aired total?\",\"timestamp\":\"00:06:37\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Yeah.\",\"timestamp\":\"00:06:41\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"It says down here that it's based on 17 past Sundays.\",\"timestamp\":\"00:06:42\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Oh, total.\",\"timestamp\":\"00:06:46\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah.\",\"timestamp\":\"00:06:47\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You mean total without just the days.\",\"timestamp\":\"00:06:48\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Yeah.\",\"timestamp\":\"00:06:51\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"So this is just showing Sundays.\",\"timestamp\":\"00:06:51\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Why?\",\"timestamp\":\"00:06:54\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I don't know.\",\"timestamp\":\"00:06:56\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I don't remember why I did that.\",\"timestamp\":\"00:06:57\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So you just want total.\",\"timestamp\":\"00:07:01\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"don't to know specific.\",\"timestamp\":\"00:07:02\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Well, here's the other thing.\",\"timestamp\":\"00:07:03\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So I did this too.\",\"timestamp\":\"00:07:05\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Like, this shows you by day of the performance, by day of the week, or like a heat map to show you what days they do better on.\",\"timestamp\":\"00:07:06\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Well, obviously, like, for some reason, this 226 is doing good on Friday.\",\"timestamp\":\"00:07:18\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So I don't know, we kind of talked about that, like what day of the week, I don't know if we want to do like, I just did this heat map real quick, because it's part of the DevExtreme thing.\",\"timestamp\":\"00:07:30\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And the AI processes all of this, like it takes the vector and it puts it in the right categories.\",\"timestamp\":\"00:07:40\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"You think it hallucinates at all?\",\"timestamp\":\"00:07:47\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Or I mean, you think it's pretty reliable?\",\"timestamp\":\"00:07:49\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah, I gotta, I have to start, I have to check the data, which I haven't done yet.\",\"timestamp\":\"00:07:51\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Okay.\",\"timestamp\":\"00:07:58\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Because it's possible.\",\"timestamp\":\"00:07:59\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Well, that it does, but this algorithm thing is not AI dependent.\",\"timestamp\":\"00:08:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So some of this stuff is, and some of it isn't.\",\"timestamp\":\"00:08:05\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"OK, so what I would definitely say is it cannot air in three weeks, right?\",\"timestamp\":\"00:08:09\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Yeah, I have that.\",\"timestamp\":\"00:08:15\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So that's already like, hey.\",\"timestamp\":\"00:08:17\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"There's 10 stale shows that haven't aired in three weeks.\",\"timestamp\":\"00:08:19\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Stale just means not in three weeks?\",\"timestamp\":\"00:08:23\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yes.\",\"timestamp\":\"00:08:25\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"OK, so I need to validate that.\",\"timestamp\":\"00:08:26\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Like, I put that in here to show you, and it's querying it.\",\"timestamp\":\"00:08:29\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"But I do need to check that the data is right.\",\"timestamp\":\"00:08:33\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I have not checked this.\",\"timestamp\":\"00:08:36\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So what I've been doing is going through these, and I added this in here, so you can check this now.\",\"timestamp\":\"00:08:37\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"OK.\",\"timestamp\":\"00:08:48\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So it should show you the event cost, cost per attendee.\",\"timestamp\":\"00:08:50\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Like, no one came to this.\",\"timestamp\":\"00:08:53\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"OK, are there any television?\",\"timestamp\":\"00:08:55\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"See, that's why.\",\"timestamp\":\"00:08:58\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"The TV channel, the TV time it airs, or the TV time range, there has to be something where we, you know, eventually use data to say, does it even make sense to air here?\",\"timestamp\":\"00:09:00\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Because remember, there's two reasons I buy airtime.\",\"timestamp\":\"00:09:16\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"One, to get leads, two, to cop-lock competitors from buying, right?\",\"timestamp\":\"00:09:19\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Uh-huh.\",\"timestamp\":\"00:09:24\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And they both are valid, right?\",\"timestamp\":\"00:09:26\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Like, dude, we have no competitors in our market.\",\"timestamp\":\"00:09:27\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"mean, a shows up once in a while on some after a vacuum thing at 3 in the morning.\",\"timestamp\":\"00:09:30\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"You know what I mean?\",\"timestamp\":\"00:09:38\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"I mean, should I turn down?\",\"timestamp\":\"00:09:39\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Yeah.\",\"timestamp\":\"00:09:41\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"The cost effectiveness, eventually, of these shows.\",\"timestamp\":\"00:09:42\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Is there any missing data where there's not expense data in there that we need to look at?\",\"timestamp\":\"00:09:47\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"You know what I mean?\",\"timestamp\":\"00:09:53\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Like, all of that sort of thoughts.\",\"timestamp\":\"00:09:53\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah.\",\"timestamp\":\"00:09:57\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Right.\",\"timestamp\":\"00:09:57\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And that's what this is.\",\"timestamp\":\"00:09:58\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"is.\",\"timestamp\":\"00:09:59\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"there's\",\"timestamp\":\"00:09:59\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"This is the other thing I've been working on, where you can just ask it to look at.\",\"timestamp\":\"00:10:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So it's looking at these 4300 records because it's only looking at the filter, right?\",\"timestamp\":\"00:10:05\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Yeah.\",\"timestamp\":\"00:10:10\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You can ask it stuff like what venue has the best rate or what venue for the, I want to say, Portland location.\",\"timestamp\":\"00:10:11\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Yeah.\",\"timestamp\":\"00:10:29\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Yeah.\",\"timestamp\":\"00:10:29\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"So what we need to do is also like say, hey, when we say venue, we're really talking about the television channel.\",\"timestamp\":\"00:10:30\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"You know what I mean?\",\"timestamp\":\"00:10:38\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Like you have some rules in there.\",\"timestamp\":\"00:10:40\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Well, isn't that this?\",\"timestamp\":\"00:10:43\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah, yeah, for sure.\",\"timestamp\":\"00:10:44\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"But so when you say venue, just so that like dumb person that's never done this will be like, hey, what channel is our best performing channel?\",\"timestamp\":\"00:10:46\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Well, you know,\",\"timestamp\":\"00:10:57\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"of all of them, right?\",\"timestamp\":\"00:11:00\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"How are we doing, you know?\",\"timestamp\":\"00:11:02\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"So like this, is this only limited to Arizona here?\",\"timestamp\":\"00:11:04\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"No, because it's, how, so if we say, this is the answer that it gave.\",\"timestamp\":\"00:11:08\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So I need to refine this because this is the problem, even with the AI results is sometimes it doesn't understand.\",\"timestamp\":\"00:11:19\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So you have to let, you have to make it learn and it will learn.\",\"timestamp\":\"00:11:26\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Like I'm going to put in some things in here so you can explain, but this is more of like a high the, the alpha users or the power users kind of need to teach it.\",\"timestamp\":\"00:11:30\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah.\",\"timestamp\":\"00:11:43\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Like, oh, I meant this.\",\"timestamp\":\"00:11:44\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"So one of the things that I think would best be like the visually what would be kind of, I think better would be like, if we had like a list, let's like, let's say the\",\"timestamp\":\"00:11:46\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"The left two blocks here, if that was the top three that you would air based on these criteria, this is for Colorado, Denver, then the next column would be Colorado Springs, the next one is Arizona, the next one is Vegas, the next next one is Indiana.\",\"timestamp\":\"00:12:00\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"And they can all have different results, you know what I mean, but you want to group these by market, right, so if you put that, that shows you all of alpha one, but you want it to be grouped down here.\",\"timestamp\":\"00:12:29\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"I mean, maybe, I mean, I guess, so I can't see how it's sorted.\",\"timestamp\":\"00:12:52\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"So, oh, one, two, three, four, five.\",\"timestamp\":\"00:12:58\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"One, you would play 2-2-7, right?\",\"timestamp\":\"00:13:00\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Is that what you were saying?\",\"timestamp\":\"00:13:02\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Sorry, what?\",\"timestamp\":\"00:13:04\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So your first choice...\",\"timestamp\":\"00:13:06\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Oh, you know what?\",\"timestamp\":\"00:13:09\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I think this is pulling...\",\"timestamp\":\"00:13:10\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That's why I put this in here, so you can go...\",\"timestamp\":\"00:13:18\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"You hear me better now?\",\"timestamp\":\"00:13:20\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah, you sounded like you were in a tunnel before, but...\",\"timestamp\":\"00:13:22\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Okay, yeah.\",\"timestamp\":\"00:13:24\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"We hear you before, but you sound better now.\",\"timestamp\":\"00:13:25\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Okay.\",\"timestamp\":\"00:13:27\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Yeah, but what I'm saying is, so that it's grouped by, hey, this is what I would do, just so it's not a difficult decision, so that it like...\",\"timestamp\":\"00:13:27\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"And then the question is, you know, hey, when Nathan Faldmo is on TV, how does it do compared to others?\",\"timestamp\":\"00:13:37\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Like a performance chart of people that attend, that are on the show.\",\"timestamp\":\"00:13:46\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"You know what I mean?\",\"timestamp\":\"00:13:50\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Are there any ones that underperform, you know, blah, blah, blah.\",\"timestamp\":\"00:13:51\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"And the one thing also, we also have to have the, oh, I like that here.\",\"timestamp\":\"00:14:00\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"I like this, by the way, the topics.\",\"timestamp\":\"00:14:06\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"The other thing we also have to do is include the dollars for the cost of people that don't attend.\",\"timestamp\":\"00:14:09\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Right?\",\"timestamp\":\"00:14:22\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"So like, if we look at show number 22, for example, historically, the cost, at least in the old system.\",\"timestamp\":\"00:14:23\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"This one?\",\"timestamp\":\"00:14:32\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Yeah.\",\"timestamp\":\"00:14:35\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"So 222 shows 56 events, 0.8 average.\",\"timestamp\":\"00:14:35\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Did you just beat me to the punch?\",\"timestamp\":\"00:14:40\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"I don't like that .\",\"timestamp\":\"00:14:44\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Like, I'm supposed to be the smart one here.\",\"timestamp\":\"00:14:45\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"But like, if, if wealth can't, I mean, if, if one show has, you know, 35 events, like, let's just say 218.\",\"timestamp\":\"00:14:47\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"I don't know how money marriage, right?\",\"timestamp\":\"00:15:00\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"That show has had 35 events, average of 1.8 registered.\",\"timestamp\":\"00:15:02\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"They all show up.\",\"timestamp\":\"00:15:08\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"The cost per attendee is, you know, I think there's two costs we need to look at.\",\"timestamp\":\"00:15:10\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"The cost per caller and then the cost per first appointment.\",\"timestamp\":\"00:15:15\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Gotcha.\",\"timestamp\":\"00:15:25\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I can add that in there.\",\"timestamp\":\"00:15:25\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So there's, yeah, that makes sense that you, yeah, we didn't put that in there.\",\"timestamp\":\"00:15:27\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I mean, I get that.\",\"timestamp\":\"00:15:31\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"But also a cost for stage 11, a cost to write it.\",\"timestamp\":\"00:15:32\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Dude, the cost to write it is everything.\",\"timestamp\":\"00:15:37\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"You know, taking this a bit further, who is the call setter that set this, right?\",\"timestamp\":\"00:15:41\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Like, here's what I want to do.\",\"timestamp\":\"00:15:49\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"I want to go in there to the call center and say.\",\"timestamp\":\"00:15:52\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"If you were the top guy through the end of June, your sales through June made the most money for our company in total revenue sales.\",\"timestamp\":\"00:16:01\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Here's $1,000.\",\"timestamp\":\"00:16:15\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"stage five though, right?\",\"timestamp\":\"00:16:17\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Stage 11 or 12.\",\"timestamp\":\"00:16:19\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Oh, I thought you were talking about the call center people.\",\"timestamp\":\"00:16:22\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah, but the call center people are responsible with stage five, I thought.\",\"timestamp\":\"00:16:24\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"They are in terms of their metrics, but they also want to have some skin in the game where, if it actually results in sales becoming clients, because so what if they get someone to show up?\",\"timestamp\":\"00:16:28\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"But if they're getting them to show up and they're worthless, there should be an additional, like, you know.\",\"timestamp\":\"00:16:40\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"I gotcha.\",\"timestamp\":\"00:16:48\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So do you want to see stage five and stage 11 or just stage 11 is really all that's important?\",\"timestamp\":\"00:16:50\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Well, stage five is the what?\",\"timestamp\":\"00:17:01\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"That's the transition stage, right?\",\"timestamp\":\"00:17:04\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"First, I think, scheduled first.\",\"timestamp\":\"00:17:07\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"We can look at it.\",\"timestamp\":\"00:17:12\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"It's right here.\",\"timestamp\":\"00:17:13\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"This is running so good.\",\"timestamp\":\"00:17:29\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah, the attended first column.\",\"timestamp\":\"00:17:35\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So if we look at all, this is the appointment setting stage.\",\"timestamp\":\"00:17:41\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And then we rename this conversion stage.\",\"timestamp\":\"00:17:47\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"All right, hey, you know what?\",\"timestamp\":\"00:17:50\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"These clients are here.\",\"timestamp\":\"00:17:51\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"I got to roll.\",\"timestamp\":\"00:17:52\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Just have a look at it.\",\"timestamp\":\"00:17:54\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"I'll make a few changes we talked about it.\",\"timestamp\":\"00:17:56\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"You have access to it now.\",\"timestamp\":\"00:17:57\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And.\",\"timestamp\":\"00:17:59\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Let me know what you think, like ask it a bunch, ask it some questions and see what works.\",\"timestamp\":\"00:18:00\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"And we, you know, I can even give you like a way to program, like good questions.\",\"timestamp\":\"00:18:05\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Yeah.\",\"timestamp\":\"00:18:09\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"So they don't ask weird things that, you know, return terrible results.\",\"timestamp\":\"00:18:10\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"Yeah.\",\"timestamp\":\"00:18:15\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Got you.\",\"timestamp\":\"00:18:15\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Awesome, dude.\",\"timestamp\":\"00:18:16\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Thank you, brother.\",\"timestamp\":\"00:18:17\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"I got to run.\",\"timestamp\":\"00:18:17\"},{\"speaker\":{\"display_name\":\"Stewart Willis\",\"matched_calendar_invitee_email\":null},\"text\":\"Bye.\",\"timestamp\":\"00:18:19\"},{\"speaker\":{\"display_name\":\"Sean Kruger\",\"matched_calendar_invitee_email\":\"etechnologies34@gmail.com\"},\"text\":\"This is awesome.\",\"timestamp\":\"00:18:23\"}],\"transcript_language\":\"en\",\"url\":\"https:\/\/fathom.video\/calls\/718241689\"}"},"script":"Fathom | Incoming Log"} Result: {"response":{},"messages":[{"code":"0","message":"OK"}]} -------------------------