|
1935
|
92
|
3
|
2026-05-07T10:44:08.598971+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-07/1778 /Users/lukas/.screenpipe/data/data/2026-05-07/1778150648598_m2.jpg...
|
iTerm2
|
NULL
|
True
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
Wispr FlowFileDictationViewEditHelpHubSpot rate l Wispr FlowFileDictationViewEditHelpHubSpot rate limit implementation strategyWindowuntouchedl• Burst → Search: No. Saturating burst leaves Search's 5/s untoucheo• Either → Daily: Yes, but only by contributing to the sankills you here, not the type.In theory you can sustain ~50 search + ~190 other = ~240 g(until daily runs out), because the two buckets bill indepenImplementation consequenceYour rate limiter needs to know which bucket a request hitDauleril.Slimiter-›acouire"search', Sweight=:$limiter->acquire('burst', $weight=1);$limiter->acquire('daily', $weight=1);// for se// for e// everyn Redis: three senarate kevs, three senarate Lua acquire siparameter). A search call calls acquire('search') + acqcais acauire('burst") + acauiredaiv').One subtle pitfall: when you backoff on a 429, inspect polknow which bucket actually fired. If you see SECONDLY fro:to delay search-bound jobs — burst-bound jobs in the queunause evervthing on anv 429. vou waste capacity on the bi(or two throttle keys) make this clean; one global pause isThe other subtlety: the burst response gives you X-HubSpoocal sare aoainst. our searen coesn'"rerurn tnose neader.unverified — be slightly more conservative there (e.g., budunaccountee-tor callsKeep going in Claude CodeSwitch to Claude Code and let Claude work directly in yrunning and testing as it goes.Ibl Flow (Basioo Homelol InsightsD Dictionary* SnippetsTr Style*8. Transforms• Scratchpad1701 words remainingweek. Upgrade for unlimitedUpgrade to Pro%, Invite your team# Get a free monthộ Settings® HelpOk, so what will happen each time I make a request? Let's say I have 100,000 requests to make thatare inctant Dolneed to inerement each requect haced on the tune? For eyamnle ifthere ic asearch request, I need to increment both the search bucket and also the daily bucket. If it's aburst, then I can go to the daily and burst buckets. If I need to check if it can make a call, do I needto see both the daily and search, or burst, respectively? Isn't that too heavy for the infrastructure,adding additional load to each request?Opus 4.7 AdaptiveClaude is Al and can make mistakes. Please double-check responses.A HS_Jocal (jiminny@localhost] console [PROD] x 4 console (EU)CascadeHubspot Rate Limiting$0Support Daily - in 1h 16m100% 12Thu 7 May 13:44:08AsKJiminnykepoпtAcuivityservice lestntil is deadline, not delav. Job continues retrvina until now > retrvUnti10.(from RateLimitException):+0 ..InsightsYour Usage Your VoiceYour Voice Profile is ready!Generate profileYour dictations are private and only stored locally. Never shared or stored by Wispr Flow. Your report is based on local data.bin('8827f672-202d-4162-9d04-73ff5f0566a9') = uuid-C66560290101') = uuid;provider = 'hubspot';rns the seconds to wait right now before this specitic attemot should retry. Comes from:Limiter:: requestavallablein → max or all bucket avallableino valuesn HubSpot's 429 response Retry-After headerUpdate ready! OAbsolute deadline Datelime)All failures (rate limit + real errors)Keep retrying with backoff() delays until deadlineYes (increments attempt count)gether in DeleteCrmEntityTrait:te limit → HandleRateLimit middleware catches itback to queue, attempt count stays the sameTter 10 seconds3 times with RFAI errors (not rate limit).ries, checks retryUntil()1 hour, keeps retryingihour. iob marked failedgetRetryAtterRelative delay int secondsOnly RateLimitExceptionRelease immediately with specific delayNo (release() doesn't increment attempts)-1 hour): Ensures we don't give up on deletes due to temporary issues (including sustained rate limiting)mit + aetRetrvAfter@: Ensures we don't burn through stries durina rate limit storms11, 3 rate limit hits would exhaust stries = 3 and fail the job. With retryUntil, those rate limit releases don't count against the try• can keen trving for an hour1| 14 files with changesapp/Jobs/Middleware/ HandleRateLimit.php +42app/Jobs/Crm/Delete/[ DeleteCrmEntityTrait.php +18Reiect alllOK review documatation again to make sure we cover all rate limits there are for hubspot. Lets add support for different rate limit and<> Code64-22UTF-8Tall aView allAccent allif 4 spaces...
|
NULL
|
7145471084653740197
|
NULL
|
click
|
ocr
|
NULL
|
Wispr FlowFileDictationViewEditHelpHubSpot rate l Wispr FlowFileDictationViewEditHelpHubSpot rate limit implementation strategyWindowuntouchedl• Burst → Search: No. Saturating burst leaves Search's 5/s untoucheo• Either → Daily: Yes, but only by contributing to the sankills you here, not the type.In theory you can sustain ~50 search + ~190 other = ~240 g(until daily runs out), because the two buckets bill indepenImplementation consequenceYour rate limiter needs to know which bucket a request hitDauleril.Slimiter-›acouire"search', Sweight=:$limiter->acquire('burst', $weight=1);$limiter->acquire('daily', $weight=1);// for se// for e// everyn Redis: three senarate kevs, three senarate Lua acquire siparameter). A search call calls acquire('search') + acqcais acauire('burst") + acauiredaiv').One subtle pitfall: when you backoff on a 429, inspect polknow which bucket actually fired. If you see SECONDLY fro:to delay search-bound jobs — burst-bound jobs in the queunause evervthing on anv 429. vou waste capacity on the bi(or two throttle keys) make this clean; one global pause isThe other subtlety: the burst response gives you X-HubSpoocal sare aoainst. our searen coesn'"rerurn tnose neader.unverified — be slightly more conservative there (e.g., budunaccountee-tor callsKeep going in Claude CodeSwitch to Claude Code and let Claude work directly in yrunning and testing as it goes.Ibl Flow (Basioo Homelol InsightsD Dictionary* SnippetsTr Style*8. Transforms• Scratchpad1701 words remainingweek. Upgrade for unlimitedUpgrade to Pro%, Invite your team# Get a free monthộ Settings® HelpOk, so what will happen each time I make a request? Let's say I have 100,000 requests to make thatare inctant Dolneed to inerement each requect haced on the tune? For eyamnle ifthere ic asearch request, I need to increment both the search bucket and also the daily bucket. If it's aburst, then I can go to the daily and burst buckets. If I need to check if it can make a call, do I needto see both the daily and search, or burst, respectively? Isn't that too heavy for the infrastructure,adding additional load to each request?Opus 4.7 AdaptiveClaude is Al and can make mistakes. Please double-check responses.A HS_Jocal (jiminny@localhost] console [PROD] x 4 console (EU)CascadeHubspot Rate Limiting$0Support Daily - in 1h 16m100% 12Thu 7 May 13:44:08AsKJiminnykepoпtAcuivityservice lestntil is deadline, not delav. Job continues retrvina until now > retrvUnti10.(from RateLimitException):+0 ..InsightsYour Usage Your VoiceYour Voice Profile is ready!Generate profileYour dictations are private and only stored locally. Never shared or stored by Wispr Flow. Your report is based on local data.bin('8827f672-202d-4162-9d04-73ff5f0566a9') = uuid-C66560290101') = uuid;provider = 'hubspot';rns the seconds to wait right now before this specitic attemot should retry. Comes from:Limiter:: requestavallablein → max or all bucket avallableino valuesn HubSpot's 429 response Retry-After headerUpdate ready! OAbsolute deadline Datelime)All failures (rate limit + real errors)Keep retrying with backoff() delays until deadlineYes (increments attempt count)gether in DeleteCrmEntityTrait:te limit → HandleRateLimit middleware catches itback to queue, attempt count stays the sameTter 10 seconds3 times with RFAI errors (not rate limit).ries, checks retryUntil()1 hour, keeps retryingihour. iob marked failedgetRetryAtterRelative delay int secondsOnly RateLimitExceptionRelease immediately with specific delayNo (release() doesn't increment attempts)-1 hour): Ensures we don't give up on deletes due to temporary issues (including sustained rate limiting)mit + aetRetrvAfter@: Ensures we don't burn through stries durina rate limit storms11, 3 rate limit hits would exhaust stries = 3 and fail the job. With retryUntil, those rate limit releases don't count against the try• can keen trving for an hour1| 14 files with changesapp/Jobs/Middleware/ HandleRateLimit.php +42app/Jobs/Crm/Delete/[ DeleteCrmEntityTrait.php +18Reiect alllOK review documatation again to make sure we cover all rate limits there are for hubspot. Lets add support for different rate limit and<> Code64-22UTF-8Tall aView allAccent allif 4 spaces...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
1936
|
91
|
4
|
2026-05-07T10:44:08.665999+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-07/1778 /Users/lukas/.screenpipe/data/data/2026-05-07/1778150648665_m1.jpg...
|
iTerm2
|
NULL
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
iTerm2ShellEditViewSessionScriptsProfilesWindowHel iTerm2ShellEditViewSessionScriptsProfilesWindowHelpDOCKERLast login: Thu May₴1DEV (-zsh)7 09:45:09on ttys010₴82APP (-zsh)Poetry could not find a pyproject.toml file in /Users/lukas or its parentsPoetry could not find a pyproject.tomlfile in /Users/lukas or its parentslukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~$cd ~/.screenpipelukas@Lukas-Kovaliks-MacBook-Pro-Jiminny~/.screenpipe $ 11total667416drwxr-xr-xdrwx-drwxr-xr-x11lukasstaff3527 May13:4093lukasstaff29767 May13:4018lukasstaff5766May20:31datalukasstaff3361546247May13:40db.sqlite-rw-r--r--lukasstaff655367May10:42db.sqlite-shm-rw-r--r--lukasstaff44084327May13:40db.sqlite-waldrwxr-xr-x8lukasstaff2566May20:27pipes-rw-r--r--lukasstaff284086May21:02screenpipe.2026-05-06.0.10g-rw-r--r--lukasstaff1594697May13:40screenpipe.2026-05-07.0.10g-rwxr-xr-xlukasstaff149946May20:26-rw-r--r--1 lukasstaff3167screenpipe_sync.sh7 May 09:23 sync. loglukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe449M/Users/lukas/.screenpipelukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ П-zshallSupport Daily - in 1h 16 mA100% <478Thu 7 May 13:44:08181-zsh• 84|screenpipe*•$5-zsh...
|
NULL
|
-4189567857247581532
|
NULL
|
click
|
ocr
|
NULL
|
iTerm2ShellEditViewSessionScriptsProfilesWindowHel iTerm2ShellEditViewSessionScriptsProfilesWindowHelpDOCKERLast login: Thu May₴1DEV (-zsh)7 09:45:09on ttys010₴82APP (-zsh)Poetry could not find a pyproject.toml file in /Users/lukas or its parentsPoetry could not find a pyproject.tomlfile in /Users/lukas or its parentslukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~$cd ~/.screenpipelukas@Lukas-Kovaliks-MacBook-Pro-Jiminny~/.screenpipe $ 11total667416drwxr-xr-xdrwx-drwxr-xr-x11lukasstaff3527 May13:4093lukasstaff29767 May13:4018lukasstaff5766May20:31datalukasstaff3361546247May13:40db.sqlite-rw-r--r--lukasstaff655367May10:42db.sqlite-shm-rw-r--r--lukasstaff44084327May13:40db.sqlite-waldrwxr-xr-x8lukasstaff2566May20:27pipes-rw-r--r--lukasstaff284086May21:02screenpipe.2026-05-06.0.10g-rw-r--r--lukasstaff1594697May13:40screenpipe.2026-05-07.0.10g-rwxr-xr-xlukasstaff149946May20:26-rw-r--r--1 lukasstaff3167screenpipe_sync.sh7 May 09:23 sync. loglukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe449M/Users/lukas/.screenpipelukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ П-zshallSupport Daily - in 1h 16 mA100% <478Thu 7 May 13:44:08181-zsh• 84|screenpipe*•$5-zsh...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
1937
|
92
|
4
|
2026-05-07T10:44:10.249676+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-07/1778 /Users/lukas/.screenpipe/data/data/2026-05-07/1778150650249_m2.jpg...
|
iTerm2
|
NULL
|
True
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
Wispr FlowFileDictationViewEditHelpHubSpot rate l Wispr FlowFileDictationViewEditHelpHubSpot rate limit implementation strategyWindowuntouchedl• Burst → Search: No. Saturating burst leaves Search's 5/s untouched• Either → Daily: Yes, but only by contributing to the sankills you here, not the type.In theory you can sustain ~50 search + ~190 other = ~240 d(until daily runs out), because the two buckets bill indepenImplementation consequenceYour rate limiter needs to know which bucket a request hitDauleril.Slimiter-›acouire"search', Swerghts):$limiter->acquire('burst', $weight=1);$limiter->acquire('daily', $weight=1);// for se// for e// everyn Redis: three senarate kevs, three senarate Lua acquire siparameter). A search call calls acquire('search') + acqcalis acauire('burst' + acauiredanv').One subtle pitfall: when you backoff on a 429, inspect polknow which bucket actually fired. If you see SECONDLY fro:to delay search-bound jobs — burst-bound jobs in the queunause evervthing on anv 429. vou waste capacity on the bi(or two throttle keys) make this clean; one global pause isThe other subtlety: the burst response gives you X-HubSpoocal sare aoainst. our searen coesn'"rerurn tnose neader.unverified — be slightly more conservative there (e.g., budunaccountee-tor callsKeep going in Claude CodeSwitch to Claude Code and let Claude work directly in yrunning and testing as it goes.Ibl Flow (Basioo Homelol InsightsD Dictionary* SnippetsTr Style*8. Transforms• Scratchpad1701 words remainingVoukUpoodwortnimifedUpgrade to Pro%, Invite your team# Get a free monthộ Settings® HelpOk, so what will happen each time I make a request? Let's say I have 100,000 requests to make thatare inctant Dolneed to inerement each requect haced on the tune? For eyamnle ifthere ic asearch request, I need to increment both the search bucket and also the daily bucket. If it's aburst, then I can go to the daily and burst buckets. If I need to check if it can make a call, do I needto see both the daily and search, or burst, respectively? Isn't that too heavy for the infrastructure,adding additional load to each request?Opus 4.7 AdaptiveClaude is Al and can make mistakes. Please double-check responses.InsightsYour Usage Your VoiceA HS_Jocal (jiminny@localhost]A console [PROD] X A console [EU]CascadeHubspot Rate Limiting$0Support Daily - in 1h 16m100% 12Thu 7 May 13:44:09AsKJiminnykepoпtAcuivityservice lest+0 ..ntil is deadline, not delav. Job continues retrvina until now > retrvUnti10.rrom RateLimit Excent ionInsights building...Will notify you when it's ready!bin('8827f672-202d-4162-9d04-73ff5f0566a9') = uuid-C66560290101') = uuid;provider = 'hubspot':rns the seconds to wait right now before this specitic attemot should retry. Comes from:Limiter:: requestavallablein → max or all bucket avallableino valuesn HubSpot's 429 response Retry-After headerUpdate ready! ®Absolute deadline Datelime)All failures (rate limit + real errors)Keep retrying with backoff() delays until deadlineYes (increments attempt count)gether in DeleteCrmEntityTrait:te limit → HandleRateLimit middleware catches itback to queue, attempt count stays the sameTter 10 seconds3 times with RFAI errors (not rate limit).ries, checks retryUntil()1 hour, keeps retryinghour. iob marked failedgetRetryAtterRelative delay int secondsOnly RateLimitExceptionRelease immediately with specific delayNo (release() doesn't increment attempts)-1 hour): Ensures we don't give up on deletes due to temporary issues (including sustained rate limiting)mit + aetRetrvAfter@: Ensures we don't burn through stries durina rate limit storms11, 3 rate limit hits would exhaust stries = 3 and fail the job. With retryUntil, those rate limit releases don't count against the try• can keen trving for an hour1| 14 files with changesapp/Jobs/Middleware/ HandleRateLimit.php +42ann/lohelCrm/Doloto/ DolotoCrmEntitvTrait nhn t18Reiect alllOK review documatation again to make sure we cover all rate limits there are for hubspot. Lets add support for different rate limit and< CodeTall aView allAccent allif 4 spaces...
|
NULL
|
-1795886728164092382
|
NULL
|
visual_change
|
ocr
|
NULL
|
Wispr FlowFileDictationViewEditHelpHubSpot rate l Wispr FlowFileDictationViewEditHelpHubSpot rate limit implementation strategyWindowuntouchedl• Burst → Search: No. Saturating burst leaves Search's 5/s untouched• Either → Daily: Yes, but only by contributing to the sankills you here, not the type.In theory you can sustain ~50 search + ~190 other = ~240 d(until daily runs out), because the two buckets bill indepenImplementation consequenceYour rate limiter needs to know which bucket a request hitDauleril.Slimiter-›acouire"search', Swerghts):$limiter->acquire('burst', $weight=1);$limiter->acquire('daily', $weight=1);// for se// for e// everyn Redis: three senarate kevs, three senarate Lua acquire siparameter). A search call calls acquire('search') + acqcalis acauire('burst' + acauiredanv').One subtle pitfall: when you backoff on a 429, inspect polknow which bucket actually fired. If you see SECONDLY fro:to delay search-bound jobs — burst-bound jobs in the queunause evervthing on anv 429. vou waste capacity on the bi(or two throttle keys) make this clean; one global pause isThe other subtlety: the burst response gives you X-HubSpoocal sare aoainst. our searen coesn'"rerurn tnose neader.unverified — be slightly more conservative there (e.g., budunaccountee-tor callsKeep going in Claude CodeSwitch to Claude Code and let Claude work directly in yrunning and testing as it goes.Ibl Flow (Basioo Homelol InsightsD Dictionary* SnippetsTr Style*8. Transforms• Scratchpad1701 words remainingVoukUpoodwortnimifedUpgrade to Pro%, Invite your team# Get a free monthộ Settings® HelpOk, so what will happen each time I make a request? Let's say I have 100,000 requests to make thatare inctant Dolneed to inerement each requect haced on the tune? For eyamnle ifthere ic asearch request, I need to increment both the search bucket and also the daily bucket. If it's aburst, then I can go to the daily and burst buckets. If I need to check if it can make a call, do I needto see both the daily and search, or burst, respectively? Isn't that too heavy for the infrastructure,adding additional load to each request?Opus 4.7 AdaptiveClaude is Al and can make mistakes. Please double-check responses.InsightsYour Usage Your VoiceA HS_Jocal (jiminny@localhost]A console [PROD] X A console [EU]CascadeHubspot Rate Limiting$0Support Daily - in 1h 16m100% 12Thu 7 May 13:44:09AsKJiminnykepoпtAcuivityservice lest+0 ..ntil is deadline, not delav. Job continues retrvina until now > retrvUnti10.rrom RateLimit Excent ionInsights building...Will notify you when it's ready!bin('8827f672-202d-4162-9d04-73ff5f0566a9') = uuid-C66560290101') = uuid;provider = 'hubspot':rns the seconds to wait right now before this specitic attemot should retry. Comes from:Limiter:: requestavallablein → max or all bucket avallableino valuesn HubSpot's 429 response Retry-After headerUpdate ready! ®Absolute deadline Datelime)All failures (rate limit + real errors)Keep retrying with backoff() delays until deadlineYes (increments attempt count)gether in DeleteCrmEntityTrait:te limit → HandleRateLimit middleware catches itback to queue, attempt count stays the sameTter 10 seconds3 times with RFAI errors (not rate limit).ries, checks retryUntil()1 hour, keeps retryinghour. iob marked failedgetRetryAtterRelative delay int secondsOnly RateLimitExceptionRelease immediately with specific delayNo (release() doesn't increment attempts)-1 hour): Ensures we don't give up on deletes due to temporary issues (including sustained rate limiting)mit + aetRetrvAfter@: Ensures we don't burn through stries durina rate limit storms11, 3 rate limit hits would exhaust stries = 3 and fail the job. With retryUntil, those rate limit releases don't count against the try• can keen trving for an hour1| 14 files with changesapp/Jobs/Middleware/ HandleRateLimit.php +42ann/lohelCrm/Doloto/ DolotoCrmEntitvTrait nhn t18Reiect alllOK review documatation again to make sure we cover all rate limits there are for hubspot. Lets add support for different rate limit and< CodeTall aView allAccent allif 4 spaces...
|
1935
|
NULL
|
NULL
|
NULL
|
|
1951
|
92
|
12
|
2026-05-07T10:44:33.020085+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-07/1778 /Users/lukas/.screenpipe/data/data/2026-05-07/1778150673020_m2.jpg...
|
iTerm2
|
NULL
|
True
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
ClaudeFileEditVIewWindowHelp= HubSpot rate limit i ClaudeFileEditVIewWindowHelp= HubSpot rate limit implementation strategy vOk, so what will happen each time I make a request? Let's say | have 100,000requests to make that are instant. Do I need to increment each request basedon the tvpe? For example, if there is a search request, I need to increment boththe search bucket and also the daily bucket. If it's a burst, then I can go to thecallv and ourst ouckers. r need to check it it can make a call. do need to seeboth the daily and search, or burst, respectively? Isn't that too heavy for theintrastructure, adding additional load to each request?* Quantifying Redis overhead versus HubSpot bottleneck constraintsKeep going in Claude CodeSwitch to Claude Code and let Claude work directiv in vour reno.running and testing as it goes.Write a message…Opus 4.7 AdaptiveClaudo ic Aland can mako mictakas Plasco double-check recnoncoc& ho local uiminny @localnostA console [PROD] XA console (EU]do jiminny~037 A1 A35 X64 Aovider_id, '@', -1)) AS calendar_domainID c.status = 'active' AND c.calendar_provider_id LIKE 'X@%'EX(c.calendar_provider_id, '@', -1))1<->1.n: on c.user_id = u.id149485; # team 563 crm 53772382; # team 563 crm 53700389; # team 563 crm 53781273; # team 563 crm 53720297: # team 563 crm 537ty_id = 58081273;iquration id = 537 and provider = 'aircali'ted at desciuration 1d = 537 and 1d = 359577591uration_id = 537 and id = 19003658;where id = 1976;d = 5835d = 87714:id = 87714;2.0d04-77££56054La00 = muid| |11You're aLimitNavigatorYour insights are ready!Viejv insights$0Support Daily - in 1h 16m100% 12Inu / May 13.44'34AsKJiminnykepontAcuvityservice lest vCascadeHubspot Rate Limitind+0 ..Important: retrvUntil is deadline. not delav. Job continues retrvina until now > retryUnti10.getRetryAfter() (from RateLimitException):O php// In HandleRateLimit middleware$job->release($e->getRetryAfter());What it does: Returns the seconds to wait right now before this specitic attemot should retry. Comes from:•ProviderRateLimiter:: requestava1lablein → max or all bucket avallableino values• Or parsed from HubSpot's 429 response Retry-After headerThe ditterence:AspectTypeUsed byApplies toBehaviorCounts as try?getRetryAtterAbsolute deadline (DateTime)Relative delay int secondsAll failures (rate limit + real errors)Keep retrying with backoff() delays until deadlineYes (increments attempt count)Only RateLimitExceptionRelease immediately with specific delayNo (release() doesn't increment attempts)How they work together in DeleteCrmEntityTrait:D php// Job hits rate limit → HandleRateLimit middleware catches itJobgoesback to queue, attempt count stays the same/ → Retries arter 10 seconds// If it fails 3 times with REAL errors (not rate limit):tries, checks retryUntil()/ It within 1 hour, keeps retryingiJ- If nast 1 hour. iob marked failedWhy both are needed:• retryUntil(+1 hour): Ensures we don't give up on deletes due to temporary issues (including sustained rate limiting)• HandleRateLimit + aetRetrvAfterO: Ensures we don't burn through Stries durina rate limit stormsWithout retryUnti1, 3 rate limit hits would exhaust stries = 3 and fail the job. With retryUntil, those rate limit releases don't count against the tryoudaet, and the ioo can keen trving for an hourde C!Tall aView allapp/Jobs/Middleware/ HandleRateLimit.php +42ann/lohelCrm/Doloto/ M DolotoCrmEntitvTrit nhn t18Reiect alllAccent allOK review documatation again to make sure we coverf 4 spaces...
|
NULL
|
4021361113226570340
|
NULL
|
click
|
ocr
|
NULL
|
ClaudeFileEditVIewWindowHelp= HubSpot rate limit i ClaudeFileEditVIewWindowHelp= HubSpot rate limit implementation strategy vOk, so what will happen each time I make a request? Let's say | have 100,000requests to make that are instant. Do I need to increment each request basedon the tvpe? For example, if there is a search request, I need to increment boththe search bucket and also the daily bucket. If it's a burst, then I can go to thecallv and ourst ouckers. r need to check it it can make a call. do need to seeboth the daily and search, or burst, respectively? Isn't that too heavy for theintrastructure, adding additional load to each request?* Quantifying Redis overhead versus HubSpot bottleneck constraintsKeep going in Claude CodeSwitch to Claude Code and let Claude work directiv in vour reno.running and testing as it goes.Write a message…Opus 4.7 AdaptiveClaudo ic Aland can mako mictakas Plasco double-check recnoncoc& ho local uiminny @localnostA console [PROD] XA console (EU]do jiminny~037 A1 A35 X64 Aovider_id, '@', -1)) AS calendar_domainID c.status = 'active' AND c.calendar_provider_id LIKE 'X@%'EX(c.calendar_provider_id, '@', -1))1<->1.n: on c.user_id = u.id149485; # team 563 crm 53772382; # team 563 crm 53700389; # team 563 crm 53781273; # team 563 crm 53720297: # team 563 crm 537ty_id = 58081273;iquration id = 537 and provider = 'aircali'ted at desciuration 1d = 537 and 1d = 359577591uration_id = 537 and id = 19003658;where id = 1976;d = 5835d = 87714:id = 87714;2.0d04-77££56054La00 = muid| |11You're aLimitNavigatorYour insights are ready!Viejv insights$0Support Daily - in 1h 16m100% 12Inu / May 13.44'34AsKJiminnykepontAcuvityservice lest vCascadeHubspot Rate Limitind+0 ..Important: retrvUntil is deadline. not delav. Job continues retrvina until now > retryUnti10.getRetryAfter() (from RateLimitException):O php// In HandleRateLimit middleware$job->release($e->getRetryAfter());What it does: Returns the seconds to wait right now before this specitic attemot should retry. Comes from:•ProviderRateLimiter:: requestava1lablein → max or all bucket avallableino values• Or parsed from HubSpot's 429 response Retry-After headerThe ditterence:AspectTypeUsed byApplies toBehaviorCounts as try?getRetryAtterAbsolute deadline (DateTime)Relative delay int secondsAll failures (rate limit + real errors)Keep retrying with backoff() delays until deadlineYes (increments attempt count)Only RateLimitExceptionRelease immediately with specific delayNo (release() doesn't increment attempts)How they work together in DeleteCrmEntityTrait:D php// Job hits rate limit → HandleRateLimit middleware catches itJobgoesback to queue, attempt count stays the same/ → Retries arter 10 seconds// If it fails 3 times with REAL errors (not rate limit):tries, checks retryUntil()/ It within 1 hour, keeps retryingiJ- If nast 1 hour. iob marked failedWhy both are needed:• retryUntil(+1 hour): Ensures we don't give up on deletes due to temporary issues (including sustained rate limiting)• HandleRateLimit + aetRetrvAfterO: Ensures we don't burn through Stries durina rate limit stormsWithout retryUnti1, 3 rate limit hits would exhaust stries = 3 and fail the job. With retryUntil, those rate limit releases don't count against the tryoudaet, and the ioo can keen trving for an hourde C!Tall aView allapp/Jobs/Middleware/ HandleRateLimit.php +42ann/lohelCrm/Doloto/ M DolotoCrmEntitvTrit nhn t18Reiect alllAccent allOK review documatation again to make sure we coverf 4 spaces...
|
1949
|
NULL
|
NULL
|
NULL
|
|
1952
|
92
|
13
|
2026-05-07T10:44:35.706316+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-07/1778 /Users/lukas/.screenpipe/data/data/2026-05-07/1778150675706_m2.jpg...
|
iTerm2
|
NULL
|
True
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
Wispr Flow FileDictationView EditHelpWindowHubSpot Wispr Flow FileDictationView EditHelpWindowHubSpot rate limit implementation strategy$0suppont Dally• In 1h 1omst] A HS_local (jiminny@Iocalhost] console [PROD] X 4 console (EU)CascadeHubspot Rate Limiting100% 12Thu 7 May 13:44:35+0 ..ntil is deadline, not delav. Job continues retrvina until now > retryUnti10.rrom RateLimitExcent ionOk, so what will happen each time I makerequests to make that are instant. Do I neeon the type? For example, if there is a seathe search bucket and also the daily buckcallv and ourst ouckers. r need to checkboth the daily and search, or burst, respecintrastructure, adding additional load to e** Quantifying Redis overhead versus HubSpot bottleneck consMOST CORRECTED WORDKeep going in Claude CodeSwitch to Claude Code and let Claude work directiv in vour reno..running and testing as it goes.Write a message…Ibl Flow (Basic•: Homelol Insights@ DictionaryX SnippetsTr Style*8. Transforms• Scratchpad1701 words remainingYou get 2000 words perweek. Upgrade for unlimitedaccessUpgrade to Pro&, Invite your team# Get a free monthSettings® HelpOpen Claude CodeOpus 4.7 AdaptiveInsightsYour Usage Your VoiceCreated May 7,2026Limit NavigatorVOICE PROFILEVoice is your tool for dissecting complex rate limit scenarios, often using Claude to question andmap out how different thresholds interact, ensuring seamless operations without hitting criticalerrors.CATCHPHRASEMOST USED WORDNext update in 10,000 more words©Thursday at 1 p.m.YOUR PEAK TIME & PLACEThursday at 1 p.m. is when you dive deep into technicalproblem-solving, using Claude to untangle intricateissues and strategize solutions.bin('8827f672-202d-4162-9d04-73ff5f0566a9') = uuid-C66560290101') = uuid;provider = 'hubspot':Claude is Al and can make mistakes. Please double-check responses.rns the seconds to wait right now before this specitic attemot should retry. Comes from:Limiter:: requestavallablein → max or all bucket avallableino valuesn HubSpot's 429 response Retry-After headergetRetryAtterAbsolute deadline (DateTime)Relative delay int secondsAll failures (rate limit + real errors)Keep retrying with backoff() delays until deadlineYes (increments attempt count)Only RateLimitExceptionRelease immediately with specific delayNo (release() doesn't increment attempts)gether in DeleteCrmEntityTrait:te limit → HandleRateLimit middleware catches itback to queue, attempt count stays the sameTter 10 seconds3 times with RFAI errors (not rate limit):ries, checks retryUntil()1 hour, keeps retryingihour. iob marked failed-1 hour): Ensures we don't give up on deletes due to temporary issues (including sustained rate limiting)mit + aetRetrvAfter@: Ensures we don't burn through Stries durina rate limit storms1, 3 rate limit hits would exhaust Stries = 3 and fail the job. With retryUntil, those rate limit releases don't count against the try• can keen trving for an hourTall a4 files with changesapp/Jobs/Middleware/ D HandleRateLimit.php +42app/Jobs/Crm/Delete/[ DeleteCrmEntityTrait.php +18View allAccent allOK review documatation again to make sure we coverf 4 spaces...
|
NULL
|
1389481516637116853
|
NULL
|
visual_change
|
ocr
|
NULL
|
Wispr Flow FileDictationView EditHelpWindowHubSpot Wispr Flow FileDictationView EditHelpWindowHubSpot rate limit implementation strategy$0suppont Dally• In 1h 1omst] A HS_local (jiminny@Iocalhost] console [PROD] X 4 console (EU)CascadeHubspot Rate Limiting100% 12Thu 7 May 13:44:35+0 ..ntil is deadline, not delav. Job continues retrvina until now > retryUnti10.rrom RateLimitExcent ionOk, so what will happen each time I makerequests to make that are instant. Do I neeon the type? For example, if there is a seathe search bucket and also the daily buckcallv and ourst ouckers. r need to checkboth the daily and search, or burst, respecintrastructure, adding additional load to e** Quantifying Redis overhead versus HubSpot bottleneck consMOST CORRECTED WORDKeep going in Claude CodeSwitch to Claude Code and let Claude work directiv in vour reno..running and testing as it goes.Write a message…Ibl Flow (Basic•: Homelol Insights@ DictionaryX SnippetsTr Style*8. Transforms• Scratchpad1701 words remainingYou get 2000 words perweek. Upgrade for unlimitedaccessUpgrade to Pro&, Invite your team# Get a free monthSettings® HelpOpen Claude CodeOpus 4.7 AdaptiveInsightsYour Usage Your VoiceCreated May 7,2026Limit NavigatorVOICE PROFILEVoice is your tool for dissecting complex rate limit scenarios, often using Claude to question andmap out how different thresholds interact, ensuring seamless operations without hitting criticalerrors.CATCHPHRASEMOST USED WORDNext update in 10,000 more words©Thursday at 1 p.m.YOUR PEAK TIME & PLACEThursday at 1 p.m. is when you dive deep into technicalproblem-solving, using Claude to untangle intricateissues and strategize solutions.bin('8827f672-202d-4162-9d04-73ff5f0566a9') = uuid-C66560290101') = uuid;provider = 'hubspot':Claude is Al and can make mistakes. Please double-check responses.rns the seconds to wait right now before this specitic attemot should retry. Comes from:Limiter:: requestavallablein → max or all bucket avallableino valuesn HubSpot's 429 response Retry-After headergetRetryAtterAbsolute deadline (DateTime)Relative delay int secondsAll failures (rate limit + real errors)Keep retrying with backoff() delays until deadlineYes (increments attempt count)Only RateLimitExceptionRelease immediately with specific delayNo (release() doesn't increment attempts)gether in DeleteCrmEntityTrait:te limit → HandleRateLimit middleware catches itback to queue, attempt count stays the sameTter 10 seconds3 times with RFAI errors (not rate limit):ries, checks retryUntil()1 hour, keeps retryingihour. iob marked failed-1 hour): Ensures we don't give up on deletes due to temporary issues (including sustained rate limiting)mit + aetRetrvAfter@: Ensures we don't burn through Stries durina rate limit storms1, 3 rate limit hits would exhaust Stries = 3 and fail the job. With retryUntil, those rate limit releases don't count against the try• can keen trving for an hourTall a4 files with changesapp/Jobs/Middleware/ D HandleRateLimit.php +42app/Jobs/Crm/Delete/[ DeleteCrmEntityTrait.php +18View allAccent allOK review documatation again to make sure we coverf 4 spaces...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
1953
|
92
|
14
|
2026-05-07T10:44:47.840801+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-07/1778 /Users/lukas/.screenpipe/data/data/2026-05-07/1778150687840_m2.jpg...
|
iTerm2
|
NULL
|
True
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
Wispr FlowFileDictationViewEditHelpWindowHubSpot r Wispr FlowFileDictationViewEditHelpWindowHubSpot rate limit implementation strategy$0suppont Dally• In 1h 1om100% 12Thu 7 May 13:44:47AskJiminnykeportAcuivityservice lestst] A HS_Jocal (jiminny@localhost]A console [PROD] X A console [EU]CascadeHubspot Rate Limitinntil is deadline, not delav. Job continues retrvina until now > retryUnti10.(from RateLimitException):+0 ..Ok, so what will happen each time I makerequests to make that are instant. Do I neeon the type? For example, if there is a seathe search bucket and also the daily buckcalv and ourst ouckers.t need to checkboth the daily and search, or burst, respecintrastructure, adding additional load to eAnalyzed per-request overhead concerns and quantified Redis peYes, your understanding is correct — every request must ciit applies to, atomically, defore the call goes out. But the ovsounds, and importantly, it's nowhere near your bottleneckWhat "two buckets per request" actually costsEach request makes one round trip to Redis — not two -coecksmto a sig e Lua scuot tat runs aromicalv server--- KEYS[1] = burst bucket key(or search)-- KEYS[2] = daily bucket key-- ARGV[1] = now (ms)-= AkGV = nucker max-- ARGVI5 = request 1dARGV[2] = window_msAKGV4= danv maARGVI6= daily th-- Trim sliding windowredis.call('ZREMRANGEBYSCORE' , KEYS[1], O, ARGV[1]Jocal burst used = redis.callZCARD'. KEYSI1IDlocal daily used = tonumber(redis.call('GET' , KEYSif burst_used >**Keep going in Claude CodeSwitch to Claude Code and let Claude work directiv in vour reno..running and testing as it goes.Write a message…Ibl Flow (Basic•: Homeou InsightsD Dictionary* SnippetsTr Style*8. Transforms• ScratchpadInsightsYour Usage Your VoiceLimit NavigatorVOICE PROFILEVoice is your tool for dissecting complex rate limit scenarios, often using Claude to question andmap out how different thresholds interact, ensuring seamless operations without hitting criticalerrors.CATCHPHRASEUnlock this with your next milestone.MOST USED WeleD1701 words remainingUpgrade to Pro° Invite your teamGet a free monthộ Settings® HelpThursday at 1 p.m.YOUR PEAK TIME & PLACEThursday at 1 p.m. is when you dive deep into technicalproblem-solving, using Claude to untangle intricateissues and strategize solutions.MOST CORRECTED WORDYour dictations are private and only stored locally. Never shared or stored by Wispr Flow. Your report is based on local data.bin('8827f672-202d-4162-9d04-73ff5f0566a9') = uuid-C66560290101') = uuid;provider = 'hubspot':Open Claude CodeOpus 4.7 AdaptiveClaude is Al and can make mistakes. Please double-check responses.rns the seconds to wait right now before this specitic attemot should retry. Comes from:Limiter:: requestavallablein → max or all bucket avallableino values1 HubSpot's 429 response Retry-After headergetRetryAtteroAbsolute deadline Datelime)Relative delay int secondsAll failures (rate limit + real errors)Keep retrying with backoff() delays until deadlineYes (increments attempt count)Only RateLimitExceptionRelease immediately with specific delayNo (release() doesn't increment attempts)jether in DeleteCrmEntityTrait:te limit → HandleRateLimit middleware catches itback to queue, attempt count stays the sameTter 10 seconds3 times with RFAI errors (not rate limit).ries, checks retryUntil()1 hour, keeps retryinghour. iob marked failed-1 hour): Ensures we don't give up on deletes due to temporary issues (including sustained rate limiting)mit + aetRetrvAfter@: Ensures we don't burn through Stries durina rate limit storms11, 3 rate limit hits would exhaust stries = 3 and fail the job. With retryUntil, those rate limit releases don't count against the try• can keen trving for an hourTall a4 files with changesapp/Jobs/Middleware/ HandleRateLimit.php +42app/Jobs/Crm/Delete/[ DeleteCrmEntityTrait.php +18View allReiect alllAccent alliOK review documatation again to make sure we coveif 4 spaces...
|
NULL
|
3565576064413602347
|
NULL
|
visual_change
|
ocr
|
NULL
|
Wispr FlowFileDictationViewEditHelpWindowHubSpot r Wispr FlowFileDictationViewEditHelpWindowHubSpot rate limit implementation strategy$0suppont Dally• In 1h 1om100% 12Thu 7 May 13:44:47AskJiminnykeportAcuivityservice lestst] A HS_Jocal (jiminny@localhost]A console [PROD] X A console [EU]CascadeHubspot Rate Limitinntil is deadline, not delav. Job continues retrvina until now > retryUnti10.(from RateLimitException):+0 ..Ok, so what will happen each time I makerequests to make that are instant. Do I neeon the type? For example, if there is a seathe search bucket and also the daily buckcalv and ourst ouckers.t need to checkboth the daily and search, or burst, respecintrastructure, adding additional load to eAnalyzed per-request overhead concerns and quantified Redis peYes, your understanding is correct — every request must ciit applies to, atomically, defore the call goes out. But the ovsounds, and importantly, it's nowhere near your bottleneckWhat "two buckets per request" actually costsEach request makes one round trip to Redis — not two -coecksmto a sig e Lua scuot tat runs aromicalv server--- KEYS[1] = burst bucket key(or search)-- KEYS[2] = daily bucket key-- ARGV[1] = now (ms)-= AkGV = nucker max-- ARGVI5 = request 1dARGV[2] = window_msAKGV4= danv maARGVI6= daily th-- Trim sliding windowredis.call('ZREMRANGEBYSCORE' , KEYS[1], O, ARGV[1]Jocal burst used = redis.callZCARD'. KEYSI1IDlocal daily used = tonumber(redis.call('GET' , KEYSif burst_used >**Keep going in Claude CodeSwitch to Claude Code and let Claude work directiv in vour reno..running and testing as it goes.Write a message…Ibl Flow (Basic•: Homeou InsightsD Dictionary* SnippetsTr Style*8. Transforms• ScratchpadInsightsYour Usage Your VoiceLimit NavigatorVOICE PROFILEVoice is your tool for dissecting complex rate limit scenarios, often using Claude to question andmap out how different thresholds interact, ensuring seamless operations without hitting criticalerrors.CATCHPHRASEUnlock this with your next milestone.MOST USED WeleD1701 words remainingUpgrade to Pro° Invite your teamGet a free monthộ Settings® HelpThursday at 1 p.m.YOUR PEAK TIME & PLACEThursday at 1 p.m. is when you dive deep into technicalproblem-solving, using Claude to untangle intricateissues and strategize solutions.MOST CORRECTED WORDYour dictations are private and only stored locally. Never shared or stored by Wispr Flow. Your report is based on local data.bin('8827f672-202d-4162-9d04-73ff5f0566a9') = uuid-C66560290101') = uuid;provider = 'hubspot':Open Claude CodeOpus 4.7 AdaptiveClaude is Al and can make mistakes. Please double-check responses.rns the seconds to wait right now before this specitic attemot should retry. Comes from:Limiter:: requestavallablein → max or all bucket avallableino values1 HubSpot's 429 response Retry-After headergetRetryAtteroAbsolute deadline Datelime)Relative delay int secondsAll failures (rate limit + real errors)Keep retrying with backoff() delays until deadlineYes (increments attempt count)Only RateLimitExceptionRelease immediately with specific delayNo (release() doesn't increment attempts)jether in DeleteCrmEntityTrait:te limit → HandleRateLimit middleware catches itback to queue, attempt count stays the sameTter 10 seconds3 times with RFAI errors (not rate limit).ries, checks retryUntil()1 hour, keeps retryinghour. iob marked failed-1 hour): Ensures we don't give up on deletes due to temporary issues (including sustained rate limiting)mit + aetRetrvAfter@: Ensures we don't burn through Stries durina rate limit storms11, 3 rate limit hits would exhaust stries = 3 and fail the job. With retryUntil, those rate limit releases don't count against the try• can keen trving for an hourTall a4 files with changesapp/Jobs/Middleware/ HandleRateLimit.php +42app/Jobs/Crm/Delete/[ DeleteCrmEntityTrait.php +18View allReiect alllAccent alliOK review documatation again to make sure we coveif 4 spaces...
|
1952
|
NULL
|
NULL
|
NULL
|
|
2049
|
97
|
2
|
2026-05-07T10:59:50.365071+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-07/1778 /Users/lukas/.screenpipe/data/data/2026-05-07/1778151590365_m1.jpg...
|
iTerm2
|
NULL
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
iTerm2ShellEditViewSessionScriptsProfilesWindowHel iTerm2ShellEditViewSessionScriptsProfilesWindowHelpDOCKERLast login: Thu May₴1DEV (-zsh)7 09:45:09on ttys010₴82APP (-zsh)Poetry could not find a pyproject.toml file in /Users/lukas or its parentsPoetry could not find a pyproject.tomlfile in /Users/lukas or its parentslukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~$cd ~/.screenpipelukas@Lukas-Kovaliks-MacBook-Pro-Jiminny~/.screenpipe $ 11total667416drwxr-xr-xdrwx-drwxr-xr-x11lukasstaff3527 May13:4093lukasstaff29767 May13:4018lukasstaff5766May20:31datalukasstaff3361546247May13:40db.sqlite-rw-r--r--lukasstaff655367May10:42db.sqlite-shm-rw-r--r--lukasstaff44084327May13:40db.sqlite-waldrwxr-xr-x8lukasstaff2566May20:27pipes-rw-r--r--lukasstaff284086May21:02screenpipe.2026-05-06.0.10g-rw-r--r--lukasstaff1594697May13:40screenpipe.2026-05-07.0.10g-rwxr-xr-xlukasstaff149946May20:26-rw-r--r--1 lukasstaff3167screenpipe_sync.sh7 May 09:23 sync.loglukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe449M/Users/lukas/.screenpipelukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ П-zshallSupport Daily - in 1h 1 mA100% <478Thu 7 May 13:59:50181-zsh• 84|screenpipe*•$5-zsh...
|
NULL
|
2361345430003866376
|
NULL
|
idle
|
ocr
|
NULL
|
iTerm2ShellEditViewSessionScriptsProfilesWindowHel iTerm2ShellEditViewSessionScriptsProfilesWindowHelpDOCKERLast login: Thu May₴1DEV (-zsh)7 09:45:09on ttys010₴82APP (-zsh)Poetry could not find a pyproject.toml file in /Users/lukas or its parentsPoetry could not find a pyproject.tomlfile in /Users/lukas or its parentslukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~$cd ~/.screenpipelukas@Lukas-Kovaliks-MacBook-Pro-Jiminny~/.screenpipe $ 11total667416drwxr-xr-xdrwx-drwxr-xr-x11lukasstaff3527 May13:4093lukasstaff29767 May13:4018lukasstaff5766May20:31datalukasstaff3361546247May13:40db.sqlite-rw-r--r--lukasstaff655367May10:42db.sqlite-shm-rw-r--r--lukasstaff44084327May13:40db.sqlite-waldrwxr-xr-x8lukasstaff2566May20:27pipes-rw-r--r--lukasstaff284086May21:02screenpipe.2026-05-06.0.10g-rw-r--r--lukasstaff1594697May13:40screenpipe.2026-05-07.0.10g-rwxr-xr-xlukasstaff149946May20:26-rw-r--r--1 lukasstaff3167screenpipe_sync.sh7 May 09:23 sync.loglukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe449M/Users/lukas/.screenpipelukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ П-zshallSupport Daily - in 1h 1 mA100% <478Thu 7 May 13:59:50181-zsh• 84|screenpipe*•$5-zsh...
|
2047
|
NULL
|
NULL
|
NULL
|
|
2050
|
98
|
4
|
2026-05-07T10:59:50.736082+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-07/1778 /Users/lukas/.screenpipe/data/data/2026-05-07/1778151590736_m2.jpg...
|
iTerm2
|
NULL
|
True
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
EditViewSalestorce vWindowHelp40 hl# Support Daily EditViewSalestorce vWindowHelp40 hl# Support Daily - in 1h 1m A100% (4 Thu 7 May 13:59:50Invite@*AI C...
|
NULL
|
6547402497253986784
|
NULL
|
idle
|
ocr
|
NULL
|
EditViewSalestorce vWindowHelp40 hl# Support Daily EditViewSalestorce vWindowHelp40 hl# Support Daily - in 1h 1m A100% (4 Thu 7 May 13:59:50Invite@*AI C...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
2051
|
98
|
5
|
2026-05-07T10:59:51.947931+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-07/1778 /Users/lukas/.screenpipe/data/data/2026-05-07/1778151591947_m2.jpg...
|
iTerm2
|
NULL
|
True
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
NULL
|
visual_change
|
NULL
|
NULL
|
NULL
|
2050
|
NULL
|
NULL
|
NULL
|
|
2054
|
97
|
4
|
2026-05-07T10:59:58.880850+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-07/1778 /Users/lukas/.screenpipe/data/data/2026-05-07/1778151598880_m1.jpg...
|
iTerm2
|
NULL
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
iTerm2ShellEditViewSessionScriptsProfilesWindowHel iTerm2ShellEditViewSessionScriptsProfilesWindowHelpDOCKERLast login: Thu May₴1DEV (-zsh)7 09:45:09on ttys010₴82APP (-zsh)Poetry could not find a pyproject.toml file in /Users/lukas or its parentsPoetry could not find a pyproject.tomlfile in /Users/lukas or its parentslukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~$cd ~/.screenpipelukas@Lukas-Kovaliks-MacBook-Pro-Jiminny~/.screenpipe $ 11total667416drwxr-xr-xdrwx-drwxr-xr-x11lukasstaff3527 May13:4093lukasstaff29767 May13:4018lukasstaff5766May20:31datalukasstaff3361546247May13:40db.sqlite-rw-r--r--lukasstaff655367May10:42db.sqlite-shm-rw-r--r--lukasstaff44084327May13:40db.sqlite-waldrwxr-xr-x8lukasstaff2566May20:27pipes-rw-r--r--lukasstaff284086May21:02screenpipe.2026-05-06.0.10g-rw-r--r--lukasstaff1594697May13:40screenpipe.2026-05-07.0.10g-rwxr-xr-xlukasstaff149946May20:26-rw-r--r--1 lukasstaff3167screenpipe_sync.sh7 May 09:23 sync.loglukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe449M/Users/lukas/.screenpipelukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ П-zshallSupport Daily - in 1h 1 mA100% <478Thu 7 May 13:59:58T81-zsh• 84|screenpipe*•$5-zsh...
|
NULL
|
-6400242423912846661
|
NULL
|
click
|
ocr
|
NULL
|
iTerm2ShellEditViewSessionScriptsProfilesWindowHel iTerm2ShellEditViewSessionScriptsProfilesWindowHelpDOCKERLast login: Thu May₴1DEV (-zsh)7 09:45:09on ttys010₴82APP (-zsh)Poetry could not find a pyproject.toml file in /Users/lukas or its parentsPoetry could not find a pyproject.tomlfile in /Users/lukas or its parentslukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~$cd ~/.screenpipelukas@Lukas-Kovaliks-MacBook-Pro-Jiminny~/.screenpipe $ 11total667416drwxr-xr-xdrwx-drwxr-xr-x11lukasstaff3527 May13:4093lukasstaff29767 May13:4018lukasstaff5766May20:31datalukasstaff3361546247May13:40db.sqlite-rw-r--r--lukasstaff655367May10:42db.sqlite-shm-rw-r--r--lukasstaff44084327May13:40db.sqlite-waldrwxr-xr-x8lukasstaff2566May20:27pipes-rw-r--r--lukasstaff284086May21:02screenpipe.2026-05-06.0.10g-rw-r--r--lukasstaff1594697May13:40screenpipe.2026-05-07.0.10g-rwxr-xr-xlukasstaff149946May20:26-rw-r--r--1 lukasstaff3167screenpipe_sync.sh7 May 09:23 sync.loglukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe449M/Users/lukas/.screenpipelukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ П-zshallSupport Daily - in 1h 1 mA100% <478Thu 7 May 13:59:58T81-zsh• 84|screenpipe*•$5-zsh...
|
2052
|
NULL
|
NULL
|
NULL
|
|
2055
|
98
|
7
|
2026-05-07T10:59:58.806471+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-07/1778 /Users/lukas/.screenpipe/data/data/2026-05-07/1778151598806_m2.jpg...
|
iTerm2
|
NULL
|
True
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
ClaudeFileVIeWWindowmeltHubSpot rate limit impleme ClaudeFileVIeWWindowmeltHubSpot rate limit implementation strategy- the last one is critical because it's based on the portal's conngured uimezone.nor vours. oampie response: nuospot"results": 11"name": "private-apps-api-calls-daily"."usageL1m1t": 1000000."currentUsage": 2,"resetsAt": 2025-12-13105:00:007"Note this endpoint is documented for legacy private apps. It checks the aggregate calls that alllegacy private apos have made for the current dav. measured from midnight to midnight basedon the connected account's time zone. If Jiminny is a public OAuth app, this endpoint may notgive you the same view — the daily limit story for marketplace OAuth apps is different (theburst limit is per-portal, but daily isn't quotaed the same way). hubspotYou can poll this every few minutes per portal as a sanitv check against vour Redis counters.but don't poll it on every call — it itself counts against your budget3. HubSpot's own monitoring U!In your HubSpot developer account: Development Monitoring → API call usage (for appson the new platform) or Monitoring → Logs (for legacy public apps). The logs view lets youfilter by portal so vou can see which customer drove a spike. Useful for incident investigation.useless for live alerting.4. Your own Redis counters (the actuallv-useful one)Since you re already keying buckets as hubspot:rl:burst:(portalid} etc.from the earlierdesion. vou already have a per-tenant view — vou just need to surface it. Add a small adminaachhonra that reads.ZCARD hubspot:rl:burst:{portalId}ZCARD hubspot:rl:search: {portalld}GETnuosoor.r:carv:oortaldscurrent 10s usage→ current 1s usageHcstALL nunsnot.r meta: nortaliid.• todav's usageJast header values from HubfnotKeen coing in Claude CodeSwitch to Claude Code and let Claude work directly in your repo,running and testing as it goesOpen Claude Codlets focus onlv on hubspot api l can call vai postman. If I want to know specific portal what limitsdoes it haveOpus 4.7 AdaptiveClaude ic Aland can mako mictakas Plesce double-chock racnoncoc)•Salestorce v• SearchGET get ( C({url)} /services/data/v50.0/query/?q=SELECT • • • Id, DataType, DeveloperName, Label, Length, Description - FROM -supoon Dally • In 1h 1ma Save100% 52lnu/ May 13.09.004* AINew ChatStart using Agent Mode!Your olan includes 50 Al credits penCOLLECTIONS• Amazon Connect Copy• AWSv SalesForce>D USEFUL> @ NotesGET QUERYGET SEARCHGET Salesforce SOOL DuplicateGET Salesforce Get RecordGET Salesforce Get Record DuplicateGET Salesforce Create RecordGET Calecforco Got Cuctom Sield MoGET Salestorce SOOlGET Salesforce SOQL DuplicateGET Salesforce SOOL Duolicate (2)GET Salesforce SOSGET obiect describePATCH update objectGET det forecast catedory quervGET ffcf urlll/corvicocldatalv50 OlueGET OraanizationGET Get Organization IDGET det obiect deletedest Obiect PermissionsGET custom tieldCalociaftE Docs Params •Querv Paramsv qKeyShareConkiocbulk tolt .ValueDescriptionSELECT ~ • Id, DataType, DeveloperName, Labe..DescriptionResponseHistoryto) Send + Get a successful response0 Send + Visualize resoonse# Send + Write testsCAMIDONMCNTe> spfcs>FLOWS- Connect Git = Concole 5.) TerminaDonterite wors xuu need. Press @ for50? Auto vGlobals Vault Tools? 0 0 0...
|
NULL
|
-8423747518963273134
|
NULL
|
click
|
ocr
|
NULL
|
ClaudeFileVIeWWindowmeltHubSpot rate limit impleme ClaudeFileVIeWWindowmeltHubSpot rate limit implementation strategy- the last one is critical because it's based on the portal's conngured uimezone.nor vours. oampie response: nuospot"results": 11"name": "private-apps-api-calls-daily"."usageL1m1t": 1000000."currentUsage": 2,"resetsAt": 2025-12-13105:00:007"Note this endpoint is documented for legacy private apps. It checks the aggregate calls that alllegacy private apos have made for the current dav. measured from midnight to midnight basedon the connected account's time zone. If Jiminny is a public OAuth app, this endpoint may notgive you the same view — the daily limit story for marketplace OAuth apps is different (theburst limit is per-portal, but daily isn't quotaed the same way). hubspotYou can poll this every few minutes per portal as a sanitv check against vour Redis counters.but don't poll it on every call — it itself counts against your budget3. HubSpot's own monitoring U!In your HubSpot developer account: Development Monitoring → API call usage (for appson the new platform) or Monitoring → Logs (for legacy public apps). The logs view lets youfilter by portal so vou can see which customer drove a spike. Useful for incident investigation.useless for live alerting.4. Your own Redis counters (the actuallv-useful one)Since you re already keying buckets as hubspot:rl:burst:(portalid} etc.from the earlierdesion. vou already have a per-tenant view — vou just need to surface it. Add a small adminaachhonra that reads.ZCARD hubspot:rl:burst:{portalId}ZCARD hubspot:rl:search: {portalld}GETnuosoor.r:carv:oortaldscurrent 10s usage→ current 1s usageHcstALL nunsnot.r meta: nortaliid.• todav's usageJast header values from HubfnotKeen coing in Claude CodeSwitch to Claude Code and let Claude work directly in your repo,running and testing as it goesOpen Claude Codlets focus onlv on hubspot api l can call vai postman. If I want to know specific portal what limitsdoes it haveOpus 4.7 AdaptiveClaude ic Aland can mako mictakas Plesce double-chock racnoncoc)•Salestorce v• SearchGET get ( C({url)} /services/data/v50.0/query/?q=SELECT • • • Id, DataType, DeveloperName, Label, Length, Description - FROM -supoon Dally • In 1h 1ma Save100% 52lnu/ May 13.09.004* AINew ChatStart using Agent Mode!Your olan includes 50 Al credits penCOLLECTIONS• Amazon Connect Copy• AWSv SalesForce>D USEFUL> @ NotesGET QUERYGET SEARCHGET Salesforce SOOL DuplicateGET Salesforce Get RecordGET Salesforce Get Record DuplicateGET Salesforce Create RecordGET Calecforco Got Cuctom Sield MoGET Salestorce SOOlGET Salesforce SOQL DuplicateGET Salesforce SOOL Duolicate (2)GET Salesforce SOSGET obiect describePATCH update objectGET det forecast catedory quervGET ffcf urlll/corvicocldatalv50 OlueGET OraanizationGET Get Organization IDGET det obiect deletedest Obiect PermissionsGET custom tieldCalociaftE Docs Params •Querv Paramsv qKeyShareConkiocbulk tolt .ValueDescriptionSELECT ~ • Id, DataType, DeveloperName, Labe..DescriptionResponseHistoryto) Send + Get a successful response0 Send + Visualize resoonse# Send + Write testsCAMIDONMCNTe> spfcs>FLOWS- Connect Git = Concole 5.) TerminaDonterite wors xuu need. Press @ for50? Auto vGlobals Vault Tools? 0 0 0...
|
2053
|
NULL
|
NULL
|
NULL
|
|
2056
|
97
|
5
|
2026-05-07T10:59:59.610833+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-07/1778 /Users/lukas/.screenpipe/data/data/2026-05-07/1778151599610_m1.jpg...
|
iTerm2
|
NULL
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
iTerm2ShellEditViewSessionScriptsProfilesWindowHel iTerm2ShellEditViewSessionScriptsProfilesWindowHelpDOCKERLast login: Thu May₴1DEV (-zsh)7 09:45:09on ttys010₴82APP (-zsh)Poetry could not find a pyproject.toml file in /Users/lukas or its parentsPoetry could not find a pyproject.tomlfile in /Users/lukas or its parentslukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~$cd ~/.screenpipelukas@Lukas-Kovaliks-MacBook-Pro-Jiminny~/.screenpipe $ 11total667416drwxr-xr-xdrwx-drwxr-xr-x11lukasstaff3527 May13:4093lukasstaff29767 May13:4018lukasstaff5766May20:31datalukasstaff3361546247May13:40db.sqlite-rw-r--r--lukasstaff655367May10:42db.sqlite-shm-rw-r--r--lukasstaff44084327May13:40db.sqlite-waldrwxr-xr-x8lukasstaff2566May20:27pipes-rw-r--r--lukasstaff284086May21:02screenpipe.2026-05-06.0.10g-rw-r--r--lukasstaff1594697May13:40screenpipe.2026-05-07.0.10g-rwxr-xr-xlukasstaff149946May20:26-rw-r--r--1 lukasstaff3167screenpipe_sync.sh7 May 09:23 sync.loglukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe449M/Users/lukas/.screenpipelukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ П-zshallSupport Daily - in 1h 1 mA100% <478Thu 7 May 13:59:59T81-zsh• 84|screenpipe*•$5-zsh...
|
NULL
|
-6458888840554793828
|
NULL
|
click
|
ocr
|
NULL
|
iTerm2ShellEditViewSessionScriptsProfilesWindowHel iTerm2ShellEditViewSessionScriptsProfilesWindowHelpDOCKERLast login: Thu May₴1DEV (-zsh)7 09:45:09on ttys010₴82APP (-zsh)Poetry could not find a pyproject.toml file in /Users/lukas or its parentsPoetry could not find a pyproject.tomlfile in /Users/lukas or its parentslukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~$cd ~/.screenpipelukas@Lukas-Kovaliks-MacBook-Pro-Jiminny~/.screenpipe $ 11total667416drwxr-xr-xdrwx-drwxr-xr-x11lukasstaff3527 May13:4093lukasstaff29767 May13:4018lukasstaff5766May20:31datalukasstaff3361546247May13:40db.sqlite-rw-r--r--lukasstaff655367May10:42db.sqlite-shm-rw-r--r--lukasstaff44084327May13:40db.sqlite-waldrwxr-xr-x8lukasstaff2566May20:27pipes-rw-r--r--lukasstaff284086May21:02screenpipe.2026-05-06.0.10g-rw-r--r--lukasstaff1594697May13:40screenpipe.2026-05-07.0.10g-rwxr-xr-xlukasstaff149946May20:26-rw-r--r--1 lukasstaff3167screenpipe_sync.sh7 May 09:23 sync.loglukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe449M/Users/lukas/.screenpipelukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ П-zshallSupport Daily - in 1h 1 mA100% <478Thu 7 May 13:59:59T81-zsh• 84|screenpipe*•$5-zsh...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
2057
|
98
|
8
|
2026-05-07T11:00:01.046547+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-07/1778 /Users/lukas/.screenpipe/data/data/2026-05-07/1778151601046_m2.jpg...
|
iTerm2
|
NULL
|
True
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
PostmanVIewWindowmelpHubSpot rate limit implementa PostmanVIewWindowmelpHubSpot rate limit implementation strategy v- the last one is critical because it's based on the portal's conngured uimezone.nor vours. oampie response: nuospot"results":"name": "private-apps-api-calls-daily"."usageL1m1t": 1000000."currentUsage": 2,"resetsAt": 2025-12-13105:00:007"Note this endpoint is documented for legacy private apps. It checks the aggregate calls that alllegacy private apos have made for the current dav. measured from midnight to midnight basedon the connected account's time zone. If Jiminny is a public OAuth app, this endpoint may notgive you the same view — the daily limit story for marketplace OAuth apps is different (theburst limit is per-portal, but daily isn't quotaed the same way). hubspotYou can poll this every few minutes per portal as a sanitv check against vour Redis counters.but don't poll it on every call — it itself counts against your budget3. HubSpot's own monitoring U!In your HubSpot developer account: Development Monitoring → API call usage (for appson the new platform) or Monitoring → Logs (for legacy public apps). The logs view lets youfilter by portal so vou can see which customer drove a spike. Useful for incident investigation.useless for live alerting.4. Your own Redis counters (the actuallv-useful one)Since you re already keying buckets as hubspot:rl:burst:(portalid} etc.from the earlierdesion. vou already have a per-tenant view — vou just need to surface it. Add a small adminaachhonra that reads.ZCARD hubspot:rl:burst:{portalId}ZCARD hubspot:r1:search:{portalId}GETnuosoot:r:cauv:oortauoscurrent 10s usage→ current 1s usageHcstAlL nunsnot.r meta: nortaliid.• today's usageJast header values from HubfnotKeen coing in Claude CodeSwitch to Claude Code and let Claude work directly in your repo,running and testing as it goesOpen Claude Codlets focus onlv on hubspot api l can call vai postman. If I want to know specific portal what limitsdoes it haveOpus 4.7 Adaptive•Salestorce vsupoon Dally • In 1h 1m1a Save100% L2Thu 7 May 14:00:00VX AlIVariables in requestE tokenE urlhttos://lesmills…> All variablesCOLLECTIONS• Amazon Connect Copy• AWSv SalesForce>D USEFUL> @ NotesGET QUERYGET SEARCHGET Salesforce SOOL Duplicateesr Salesforce Get RecordGET Salesforce Get Record DuplicateGET Salesforce Create RecordGET Calecforco Got Cuctom Sield MeGET Salestorce SOOlGET Salesforce SOQL DuplicateGET Salesforce SOOL Duolicate (2)GET Salesforce SOSGET obiect describePATCH update objectGET det forecast catedory quervGET ffcf urlll/corvicocldatalv50 OlueGET OraanizationGET Get Organization IDGET det obiect deletedest Obiect PermissionsGET custom tieldCalociaftE Docs Params •@uerv Paramsv qKey• SearchGET get({url)} /services/data/v50.0/query/?q=SELECT • • • Id, DataType, DeveloperName, Label, Length, Description - FROM -valueDescriptionSELECT ~ • Id, DataType, DeveloperName, Labe..DescriptionSharebulk tolt .ResponseHistoryto) Send + Get a successful response0 Send + Visualize response# Send + Write testsCAMIDONMCNTe> spEcs>FLOWS- Connect Git = Concole 5.) TerminaGlobals Vault Tools?000...
|
NULL
|
4199792523504048080
|
NULL
|
visual_change
|
ocr
|
NULL
|
PostmanVIewWindowmelpHubSpot rate limit implementa PostmanVIewWindowmelpHubSpot rate limit implementation strategy v- the last one is critical because it's based on the portal's conngured uimezone.nor vours. oampie response: nuospot"results":"name": "private-apps-api-calls-daily"."usageL1m1t": 1000000."currentUsage": 2,"resetsAt": 2025-12-13105:00:007"Note this endpoint is documented for legacy private apps. It checks the aggregate calls that alllegacy private apos have made for the current dav. measured from midnight to midnight basedon the connected account's time zone. If Jiminny is a public OAuth app, this endpoint may notgive you the same view — the daily limit story for marketplace OAuth apps is different (theburst limit is per-portal, but daily isn't quotaed the same way). hubspotYou can poll this every few minutes per portal as a sanitv check against vour Redis counters.but don't poll it on every call — it itself counts against your budget3. HubSpot's own monitoring U!In your HubSpot developer account: Development Monitoring → API call usage (for appson the new platform) or Monitoring → Logs (for legacy public apps). The logs view lets youfilter by portal so vou can see which customer drove a spike. Useful for incident investigation.useless for live alerting.4. Your own Redis counters (the actuallv-useful one)Since you re already keying buckets as hubspot:rl:burst:(portalid} etc.from the earlierdesion. vou already have a per-tenant view — vou just need to surface it. Add a small adminaachhonra that reads.ZCARD hubspot:rl:burst:{portalId}ZCARD hubspot:r1:search:{portalId}GETnuosoot:r:cauv:oortauoscurrent 10s usage→ current 1s usageHcstAlL nunsnot.r meta: nortaliid.• today's usageJast header values from HubfnotKeen coing in Claude CodeSwitch to Claude Code and let Claude work directly in your repo,running and testing as it goesOpen Claude Codlets focus onlv on hubspot api l can call vai postman. If I want to know specific portal what limitsdoes it haveOpus 4.7 Adaptive•Salestorce vsupoon Dally • In 1h 1m1a Save100% L2Thu 7 May 14:00:00VX AlIVariables in requestE tokenE urlhttos://lesmills…> All variablesCOLLECTIONS• Amazon Connect Copy• AWSv SalesForce>D USEFUL> @ NotesGET QUERYGET SEARCHGET Salesforce SOOL Duplicateesr Salesforce Get RecordGET Salesforce Get Record DuplicateGET Salesforce Create RecordGET Calecforco Got Cuctom Sield MeGET Salestorce SOOlGET Salesforce SOQL DuplicateGET Salesforce SOOL Duolicate (2)GET Salesforce SOSGET obiect describePATCH update objectGET det forecast catedory quervGET ffcf urlll/corvicocldatalv50 OlueGET OraanizationGET Get Organization IDGET det obiect deletedest Obiect PermissionsGET custom tieldCalociaftE Docs Params •@uerv Paramsv qKey• SearchGET get({url)} /services/data/v50.0/query/?q=SELECT • • • Id, DataType, DeveloperName, Label, Length, Description - FROM -valueDescriptionSELECT ~ • Id, DataType, DeveloperName, Labe..DescriptionSharebulk tolt .ResponseHistoryto) Send + Get a successful response0 Send + Visualize response# Send + Write testsCAMIDONMCNTe> spEcs>FLOWS- Connect Git = Concole 5.) TerminaGlobals Vault Tools?000...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
2058
|
97
|
6
|
2026-05-07T11:00:02.372671+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-07/1778 /Users/lukas/.screenpipe/data/data/2026-05-07/1778151602372_m1.jpg...
|
iTerm2
|
NULL
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
iTerm2ShellEditViewSessionScriptsProfilesWindowHel iTerm2ShellEditViewSessionScriptsProfilesWindowHelpDOCKERLast login: Thu May₴1DEV (-zsh)7 09:45:09on ttys010₴82APP (-zsh)Poetry could not find a pyproject.toml file in /Users/lukas or its parentsPoetry could not find a pyproject.tomlfile in /Users/lukas or its parentslukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~$cd ~/.screenpipelukas@Lukas-Kovaliks-MacBook-Pro-Jiminny~/.screenpipe $ 11total667416drwxr-xr-xdrwx-drwxr-xr-x11lukasstaff3527 May13:4093lukasstaff29767 May13:4018lukasstaff5766May20:31datalukasstaff3361546247May13:40db.sqlite-rw-r--r--lukasstaff655367May10:42db.sqlite-shm-rw-r--r--lukasstaff44084327May13:40db.sqlite-waldrwxr-xr-x8lukasstaff2566May20:27pipes-rw-r--r--lukasstaff284086May21:02screenpipe.2026-05-06.0.10g-rw-r--r--lukasstaff1594697May13:40screenpipe.2026-05-07.0.10g-rwxr-xr-xlukasstaff149946May20:26-rw-r--r--1 lukasstaff3167screenpipe_sync.sh7 May 09:23 sync.loglukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe449M/Users/lukas/.screenpipelukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ П-zsh(ah)= Support Daily • in 1 hA100% <478Thu 7 May 14:00:01181-zsh• 84|screenpipe*•$5-zsh...
|
NULL
|
8029790007260960119
|
NULL
|
click
|
ocr
|
NULL
|
iTerm2ShellEditViewSessionScriptsProfilesWindowHel iTerm2ShellEditViewSessionScriptsProfilesWindowHelpDOCKERLast login: Thu May₴1DEV (-zsh)7 09:45:09on ttys010₴82APP (-zsh)Poetry could not find a pyproject.toml file in /Users/lukas or its parentsPoetry could not find a pyproject.tomlfile in /Users/lukas or its parentslukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~$cd ~/.screenpipelukas@Lukas-Kovaliks-MacBook-Pro-Jiminny~/.screenpipe $ 11total667416drwxr-xr-xdrwx-drwxr-xr-x11lukasstaff3527 May13:4093lukasstaff29767 May13:4018lukasstaff5766May20:31datalukasstaff3361546247May13:40db.sqlite-rw-r--r--lukasstaff655367May10:42db.sqlite-shm-rw-r--r--lukasstaff44084327May13:40db.sqlite-waldrwxr-xr-x8lukasstaff2566May20:27pipes-rw-r--r--lukasstaff284086May21:02screenpipe.2026-05-06.0.10g-rw-r--r--lukasstaff1594697May13:40screenpipe.2026-05-07.0.10g-rwxr-xr-xlukasstaff149946May20:26-rw-r--r--1 lukasstaff3167screenpipe_sync.sh7 May 09:23 sync.loglukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe449M/Users/lukas/.screenpipelukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ П-zsh(ah)= Support Daily • in 1 hA100% <478Thu 7 May 14:00:01181-zsh• 84|screenpipe*•$5-zsh...
|
2056
|
NULL
|
NULL
|
NULL
|
|
2059
|
98
|
9
|
2026-05-07T11:00:02.475290+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-07/1778 /Users/lukas/.screenpipe/data/data/2026-05-07/1778151602475_m2.jpg...
|
iTerm2
|
NULL
|
True
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
PostmanVIewWindowmelpHubSpot rate limit implementa PostmanVIewWindowmelpHubSpot rate limit implementation strategy v- the last one is critical because it's based on the portal's conngured uimezone.nor vours. oampie response: nuospot"results": 11"name": "private-apps-api-calls-daily"."usageL1m1t": 1000000."currentUsage": 2,"resetsAt": 2025-12-13105:00:007"Note this endpoint is documented for legacy private apps. It checks the aggregate calls that alllegacy private apos have made for the current dav. measured from midnight to midnight basedon the connected account's time zone. If Jiminny is a public OAuth app, this endpoint may notgive you the same view — the daily limit story for marketplace OAuth apps is different (theburst limit is per-portal, but daily isn't quotaed the same way). hubspotYou can poll this every few minutes per portal as a sanitv check against vour Redis counters.but don't poll it on every call — it itself counts against your budget3. HubSpot's own monitoring U!In your HubSpot developer account: Development Monitoring → API call usage (for appson the new platform) or Monitoring → Logs (for legacy public apps). The logs view lets youfilter by portal so vou can see which customer drove a spike. Useful for incident investigation.useless for live alerting.4. Your own Redis counters (the actuallv-useful one)Since you re already keying buckets as hubspot:rl:burst:(portalid} etc.from the earlierdesion. vou alread have a per-tenant view — vou just need to surface it. Add a small adminaachhonra that reads.ZCARD hubspot:rl:burst:{portalId}ZCARD hubspot:r1:search:{portalId}GETnuosoot:r:cauv:oortauoscurrent 10s usage→ current 1s usageHcstAlL nunsnot.r meta: nortaliid.• today's usageJast header values from HubfnotKeen coing in Claude CodeSwitch to Claude Code and let Claude work directly in your repo,running and testing as it goesOpen Claude Codlets focus onlv on hubspot api l can call vai postman. If I want to know specific portal what limitsdoes it haveOpus 4.7 Adaptive•SalestCOLLECTIONS• Amazon Connect Copy• AWSv SalesForce>O UI>D USEFUL08 View all workspaces> @ NotesGET QUERYGET SEARCHGET Salesforce SOOL Duplicateesr Salesforce Get RecordGET Salesforce Get Record DuplicateGET Salesforce Create RecordGET Salesforce Get Record MetadataGET Calecforco Got Cuctom Sield MeGET Salestorce SOOlGET Salesforce SOQL DuplicateGET Salesforce SOOL Duolicate (2)GET Calocforca COSGET obiect describePATCH update objectGET det forecast catedory quervGET ffcf urlll/corvicocldatalv50 OlueGET OrganizationGET Get Organization IDGET det obiect deletedest Obiect PermissionsGET custom tieldCalociaftResponseHistoryCAMIDONMCNTe> spEcs>FLOWSConnect GitaConcole 5.) Termina• Search• suppont Dally • In 1h1a SaveGET getrvices/data/v50.0/query/?q=SELECT - • • Id, DataType, DeveloperName, Label, Length, Description - FROM -ValueDescriptionSELECT ~ • Id, DataType, DeveloperName, Labe..DescriptionSharebulk talt "100% L2Thu 7 May 14:00:024* AIVariables in requestst_tokenE token00D90000000f..E urlhttos://lesmills…> All variablesto) Send + Get a successful responset Send + Visualize response# Send + Write testsGlobals Vault Tools?000...
|
NULL
|
-509178246886742632
|
NULL
|
click
|
ocr
|
NULL
|
PostmanVIewWindowmelpHubSpot rate limit implementa PostmanVIewWindowmelpHubSpot rate limit implementation strategy v- the last one is critical because it's based on the portal's conngured uimezone.nor vours. oampie response: nuospot"results": 11"name": "private-apps-api-calls-daily"."usageL1m1t": 1000000."currentUsage": 2,"resetsAt": 2025-12-13105:00:007"Note this endpoint is documented for legacy private apps. It checks the aggregate calls that alllegacy private apos have made for the current dav. measured from midnight to midnight basedon the connected account's time zone. If Jiminny is a public OAuth app, this endpoint may notgive you the same view — the daily limit story for marketplace OAuth apps is different (theburst limit is per-portal, but daily isn't quotaed the same way). hubspotYou can poll this every few minutes per portal as a sanitv check against vour Redis counters.but don't poll it on every call — it itself counts against your budget3. HubSpot's own monitoring U!In your HubSpot developer account: Development Monitoring → API call usage (for appson the new platform) or Monitoring → Logs (for legacy public apps). The logs view lets youfilter by portal so vou can see which customer drove a spike. Useful for incident investigation.useless for live alerting.4. Your own Redis counters (the actuallv-useful one)Since you re already keying buckets as hubspot:rl:burst:(portalid} etc.from the earlierdesion. vou alread have a per-tenant view — vou just need to surface it. Add a small adminaachhonra that reads.ZCARD hubspot:rl:burst:{portalId}ZCARD hubspot:r1:search:{portalId}GETnuosoot:r:cauv:oortauoscurrent 10s usage→ current 1s usageHcstAlL nunsnot.r meta: nortaliid.• today's usageJast header values from HubfnotKeen coing in Claude CodeSwitch to Claude Code and let Claude work directly in your repo,running and testing as it goesOpen Claude Codlets focus onlv on hubspot api l can call vai postman. If I want to know specific portal what limitsdoes it haveOpus 4.7 Adaptive•SalestCOLLECTIONS• Amazon Connect Copy• AWSv SalesForce>O UI>D USEFUL08 View all workspaces> @ NotesGET QUERYGET SEARCHGET Salesforce SOOL Duplicateesr Salesforce Get RecordGET Salesforce Get Record DuplicateGET Salesforce Create RecordGET Salesforce Get Record MetadataGET Calecforco Got Cuctom Sield MeGET Salestorce SOOlGET Salesforce SOQL DuplicateGET Salesforce SOOL Duolicate (2)GET Calocforca COSGET obiect describePATCH update objectGET det forecast catedory quervGET ffcf urlll/corvicocldatalv50 OlueGET OrganizationGET Get Organization IDGET det obiect deletedest Obiect PermissionsGET custom tieldCalociaftResponseHistoryCAMIDONMCNTe> spEcs>FLOWSConnect GitaConcole 5.) Termina• Search• suppont Dally • In 1h1a SaveGET getrvices/data/v50.0/query/?q=SELECT - • • Id, DataType, DeveloperName, Label, Length, Description - FROM -ValueDescriptionSELECT ~ • Id, DataType, DeveloperName, Labe..DescriptionSharebulk talt "100% L2Thu 7 May 14:00:024* AIVariables in requestst_tokenE token00D90000000f..E urlhttos://lesmills…> All variablesto) Send + Get a successful responset Send + Visualize response# Send + Write testsGlobals Vault Tools?000...
|
2057
|
NULL
|
NULL
|
NULL
|
|
2060
|
97
|
7
|
2026-05-07T11:00:03.521953+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-07/1778 /Users/lukas/.screenpipe/data/data/2026-05-07/1778151603521_m1.jpg...
|
iTerm2
|
NULL
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
iTerm2ShellEditViewSessionScriptsProfilesWindowHel iTerm2ShellEditViewSessionScriptsProfilesWindowHelpDOCKERLast login: Thu May₴1DEV (-zsh)7 09:45:09on ttys010₴82APP (-zsh)Poetry could not find a pyproject.toml file in /Users/lukas or its parentsPoetry could not find a pyproject.tomlfile in /Users/lukas or its parentslukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~$cd ~/.screenpipelukas@Lukas-Kovaliks-MacBook-Pro-Jiminny~/.screenpipe $ 11total667416drwxr-xr-xdrwx-drwxr-xr-x11lukasstaff3527 May13:4093lukasstaff29767 May13:4018lukasstaff5766May20:31datalukasstaff3361546247May13:40db.sqlite-rw-r--r--lukasstaff655367May10:42db.sqlite-shm-rw-r--r--lukasstaff44084327May13:40db.sqlite-waldrwxr-xr-x8lukasstaff2566May20:27pipes-rw-r--r--lukasstaff284086May21:02screenpipe.2026-05-06.0.10g-rw-r--r--lukasstaff1594697May13:40screenpipe.2026-05-07.0.10g-rwxr-xr-xlukasstaff149946May20:26-rw-r--r--1 lukasstaff3167screenpipe_sync.sh7 May 09:23 sync.loglukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe449M/Users/lukas/.screenpipelukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ П-zsh(ah)= Support Daily • in 1 hA100% <478Thu 7 May 14:00:03181-zsh• 84|screenpipe*•₴5-zsh...
|
NULL
|
1818341966946036031
|
NULL
|
click
|
ocr
|
NULL
|
iTerm2ShellEditViewSessionScriptsProfilesWindowHel iTerm2ShellEditViewSessionScriptsProfilesWindowHelpDOCKERLast login: Thu May₴1DEV (-zsh)7 09:45:09on ttys010₴82APP (-zsh)Poetry could not find a pyproject.toml file in /Users/lukas or its parentsPoetry could not find a pyproject.tomlfile in /Users/lukas or its parentslukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~$cd ~/.screenpipelukas@Lukas-Kovaliks-MacBook-Pro-Jiminny~/.screenpipe $ 11total667416drwxr-xr-xdrwx-drwxr-xr-x11lukasstaff3527 May13:4093lukasstaff29767 May13:4018lukasstaff5766May20:31datalukasstaff3361546247May13:40db.sqlite-rw-r--r--lukasstaff655367May10:42db.sqlite-shm-rw-r--r--lukasstaff44084327May13:40db.sqlite-waldrwxr-xr-x8lukasstaff2566May20:27pipes-rw-r--r--lukasstaff284086May21:02screenpipe.2026-05-06.0.10g-rw-r--r--lukasstaff1594697May13:40screenpipe.2026-05-07.0.10g-rwxr-xr-xlukasstaff149946May20:26-rw-r--r--1 lukasstaff3167screenpipe_sync.sh7 May 09:23 sync.loglukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe449M/Users/lukas/.screenpipelukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ П-zsh(ah)= Support Daily • in 1 hA100% <478Thu 7 May 14:00:03181-zsh• 84|screenpipe*•₴5-zsh...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
2061
|
98
|
10
|
2026-05-07T11:00:04.321174+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-07/1778 /Users/lukas/.screenpipe/data/data/2026-05-07/1778151604321_m2.jpg...
|
iTerm2
|
NULL
|
True
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
PostmanVIewWindowmelpHubSpot rate limit implementa PostmanVIewWindowmelpHubSpot rate limit implementation strategy v- the last one is critical because it's based on the portal's conngured uimezonenor vours. oampie response: nuospot"results":"name": "private-apps-api-calls-daily"."usageL1m1t": 1000000."currentUsage": 2,"resetsAt": 2025-12-13105:00:007"Note this endpoint is documented for legacy private apps. It checks the aggregate calls that alllegacy private apos have made for the current dav. measured from midnight to midnight basedon the connected account's time zone. If Jiminny is a public OAuth app, this endpoint may notgive you the same view — the daily limit story for marketplace OAuth apps is different (theburst limit is per-portal, but daily isn't quotaed the same way). hubspotYou can poll this every few minutes per portal as a sanitv check against vour Redis countersbut don't poll it on every call — it itself counts against your budget3. HubSpot's own monitoring U!In your HubSpot developer account: Development Monitoring → API call usage (for appson the new platform) or Monitoring → Logs (for legacy public apps). The logs view lets youfilter by portal so vou can see which customer drove a spike. Useful for incident investigation.useless for live alerting.4. Your own Redis counters (the actuallv-useful one)Since you re already keying buckets as hubspot:rl:burst:(portalid} etc.from the earlierdesion. vou alread have a per-tenant view — vou just need to surface it. Add a small adminaachhonra that reads.ZCARD hubspot:rl:burst:{portalId}ZCARD hubspot:r1:search:{portalId}GETnuosoor.r:carv:oortaldscurrent 10s usage→ current 1s usageHcstALL nunsnot.r meta: nortaliid.• today's usageJast header values from HubfnotKeen coing in Claude CodeSwitch to Claude Code and let Claude work directly in your repo,running and testing as it goesOpen Claude Codlets focus onlv on hubspot api l can call vai postman. If I want to know specific portal what limitsdoes it haveOpus 4.7 Adaptive• suppon Dally • In 1hXx Hubspot v• SearchYour team is now on the Free plan with 1 admin. You retain editing access and other members are read-only. View team permissions to see who can edit, or upgrade to restore collaborationV COLLECTIONS6 OvervieGET Sale • GET QUE•GET KurlGET QUE • GET Sale•GET det ( eHIIP QUERY⅚ SaveTunl) /services/data/v50.0/query/:o=seleela**Ia, Datalype, DeveloperName, Label, Length, Description - rком-E Docs Params • Authorization• Headers 10 BodyScripts SettinasQuery ParamsDescriotionSELECT • Id, DataType, DeveloperName, Labe.KeyDescriptionSharecookiesBulk Edit .100% L2Inu / May 14.00.04VAIlVariables in requestE tokenEnter valueEurEnter valuel› All variablesto) Send + Get a successful responseo Send + Visualize response# Send + Write testsENVIRONMENTS>SPECSflOws- Connect Git = Concole 5.) TerminaGlobals Vault Tools?0O...
|
NULL
|
-1285267676356604011
|
NULL
|
visual_change
|
ocr
|
NULL
|
PostmanVIewWindowmelpHubSpot rate limit implementa PostmanVIewWindowmelpHubSpot rate limit implementation strategy v- the last one is critical because it's based on the portal's conngured uimezonenor vours. oampie response: nuospot"results":"name": "private-apps-api-calls-daily"."usageL1m1t": 1000000."currentUsage": 2,"resetsAt": 2025-12-13105:00:007"Note this endpoint is documented for legacy private apps. It checks the aggregate calls that alllegacy private apos have made for the current dav. measured from midnight to midnight basedon the connected account's time zone. If Jiminny is a public OAuth app, this endpoint may notgive you the same view — the daily limit story for marketplace OAuth apps is different (theburst limit is per-portal, but daily isn't quotaed the same way). hubspotYou can poll this every few minutes per portal as a sanitv check against vour Redis countersbut don't poll it on every call — it itself counts against your budget3. HubSpot's own monitoring U!In your HubSpot developer account: Development Monitoring → API call usage (for appson the new platform) or Monitoring → Logs (for legacy public apps). The logs view lets youfilter by portal so vou can see which customer drove a spike. Useful for incident investigation.useless for live alerting.4. Your own Redis counters (the actuallv-useful one)Since you re already keying buckets as hubspot:rl:burst:(portalid} etc.from the earlierdesion. vou alread have a per-tenant view — vou just need to surface it. Add a small adminaachhonra that reads.ZCARD hubspot:rl:burst:{portalId}ZCARD hubspot:r1:search:{portalId}GETnuosoor.r:carv:oortaldscurrent 10s usage→ current 1s usageHcstALL nunsnot.r meta: nortaliid.• today's usageJast header values from HubfnotKeen coing in Claude CodeSwitch to Claude Code and let Claude work directly in your repo,running and testing as it goesOpen Claude Codlets focus onlv on hubspot api l can call vai postman. If I want to know specific portal what limitsdoes it haveOpus 4.7 Adaptive• suppon Dally • In 1hXx Hubspot v• SearchYour team is now on the Free plan with 1 admin. You retain editing access and other members are read-only. View team permissions to see who can edit, or upgrade to restore collaborationV COLLECTIONS6 OvervieGET Sale • GET QUE•GET KurlGET QUE • GET Sale•GET det ( eHIIP QUERY⅚ SaveTunl) /services/data/v50.0/query/:o=seleela**Ia, Datalype, DeveloperName, Label, Length, Description - rком-E Docs Params • Authorization• Headers 10 BodyScripts SettinasQuery ParamsDescriotionSELECT • Id, DataType, DeveloperName, Labe.KeyDescriptionSharecookiesBulk Edit .100% L2Inu / May 14.00.04VAIlVariables in requestE tokenEnter valueEurEnter valuel› All variablesto) Send + Get a successful responseo Send + Visualize response# Send + Write testsENVIRONMENTS>SPECSflOws- Connect Git = Concole 5.) TerminaGlobals Vault Tools?0O...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
2062
|
98
|
11
|
2026-05-07T11:00:16.260031+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-07/1778 /Users/lukas/.screenpipe/data/data/2026-05-07/1778151616260_m2.jpg...
|
iTerm2
|
NULL
|
True
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
*PostmanEditVIewWindowmelpHubSpot rate limit imple *PostmanEditVIewWindowmelpHubSpot rate limit implementation strategy v"resetsAt":2025-12-13105:00:007'Note this endpoint is documented for legacy private apps. It checks the aggregate calls that alllegacv private apps have made for the current dav. measured from midnight to midnight basedon the connected account's time zone. If Jiminny is a public OAuth app, this endpoint may notgive vou the same view — the daily limit storv for marketplace OAuth apps is different (theburst limit is per-portal, but daily isn't quotaed the same way). hubspotYou can poll this every few minutes per portal as a sanity check against your Redis counters,olconvo tonever cal—sei counsasamst vour oueget3. HubSpot's own monitoring UlIn vour HubSpot develoder account: Development → Monitoring → API call usage (for adoson the new plattorm) or Monitoring → Logs (for legacy public apps). The logs view lets youfilter by portal so you can see which customer drove a spike. Useful for incident investigation,useless for live alerting.4. Your own Redis counters (the actuallv-useful one)Since you re already keying buckets as hubspot:rl:burst:iportalids etc.from the earlierdesign, vou already have a per-tenant view - you just need to surface it. Add a small adminaashhoara thar reans.ZCARD hubspot:r1:burst:{portalId}ZCARD hubspot:rl:search: portalld}GETnubspot:r1:da1lv:portalld→ current 10s usage→ current 1s usageHcETALL nuospot.rmeta:portauids→ today's usage→ last header values from HubSnotFor Jiminny's situation specifically — many customer portals, varving activity levels — this isthe on v view that scales. -ubsbor's ul doesn't ove vou cross-tenant combarisons. theaccount-info endpoint requires authenticated calls per portal, and headers only tell vou aboutportals currently being called. Your Redis store knows everything and can answer "which 10portals consumed the most vesterday" instantly.Practical patternKeen coing in Claude CodeSwitch to Claude Code and let Claude work directly in your repo,running and testing as it goesOpen Claude CodRemainino < mv count. trust HubSnot ). "'his catches drift from missed accountinglets focus onlv on hubspot api l can call vai postman. If I want to know specific portal what limitsdoes it haveOpus 4.7 Adaptive• suppont Dally • In 1hXx Hubspot v• SearchYour team is now on the Free plan with 1 admin. You retain editing access and other members are read-only. View team permissions to see who can edit, or upgrade to restore collaborationPOST ReacGET ReaGET readGET Get EtEngagements › read call({baseUrl)) /crm/v3/objects/deal/287386441?associations=contact&associations=companyE Docs Params • Authorization • Headers 8 Body Scripts Settingswuery ParamsDescriotionassociationscontactv associationscompanyDescriotionNo environmentv SaveSharecookiesBulk Edit .100% L2Inu / May 14.00.10VAIlVariables in requestG tokenCMiYz9LaMx|7a..G baseUrlhttos:/lapi.huba.…All VarlaolesV COLLECTIONS• Associations V4|• CMS - URL Redirects APl Collection• Companies• COMPARE• Contacts• CRM Obiects• CRM Owners> CRM Pipelines• Dealsv EngagementsM OLD ENGAGEMENTSGET list meetinasPOST search modified comnaniesPOST search tasksGET read cal> POST search callsGET list callsPost meetinas scheduledGET get meetingPOST aet link to taskPost Greate Contact with AccociationHubspo• Iournal & wehhoooks vA• ©Authi• Pronertiec• RESEARCH• SЕАРСН> Tickets• Ulsefule• Webhooksto) Send + Get a successful responseo Send + Visualize response# Send + Write testsCAMIDONMCNTeSPECS>FLOWS• Gonnect GitaConcole 5.) TerminaGlobals Vault Tools?000...
|
NULL
|
-4023624055819987834
|
NULL
|
visual_change
|
ocr
|
NULL
|
*PostmanEditVIewWindowmelpHubSpot rate limit imple *PostmanEditVIewWindowmelpHubSpot rate limit implementation strategy v"resetsAt":2025-12-13105:00:007'Note this endpoint is documented for legacy private apps. It checks the aggregate calls that alllegacv private apps have made for the current dav. measured from midnight to midnight basedon the connected account's time zone. If Jiminny is a public OAuth app, this endpoint may notgive vou the same view — the daily limit storv for marketplace OAuth apps is different (theburst limit is per-portal, but daily isn't quotaed the same way). hubspotYou can poll this every few minutes per portal as a sanity check against your Redis counters,olconvo tonever cal—sei counsasamst vour oueget3. HubSpot's own monitoring UlIn vour HubSpot develoder account: Development → Monitoring → API call usage (for adoson the new plattorm) or Monitoring → Logs (for legacy public apps). The logs view lets youfilter by portal so you can see which customer drove a spike. Useful for incident investigation,useless for live alerting.4. Your own Redis counters (the actuallv-useful one)Since you re already keying buckets as hubspot:rl:burst:iportalids etc.from the earlierdesign, vou already have a per-tenant view - you just need to surface it. Add a small adminaashhoara thar reans.ZCARD hubspot:r1:burst:{portalId}ZCARD hubspot:rl:search: portalld}GETnubspot:r1:da1lv:portalld→ current 10s usage→ current 1s usageHcETALL nuospot.rmeta:portauids→ today's usage→ last header values from HubSnotFor Jiminny's situation specifically — many customer portals, varving activity levels — this isthe on v view that scales. -ubsbor's ul doesn't ove vou cross-tenant combarisons. theaccount-info endpoint requires authenticated calls per portal, and headers only tell vou aboutportals currently being called. Your Redis store knows everything and can answer "which 10portals consumed the most vesterday" instantly.Practical patternKeen coing in Claude CodeSwitch to Claude Code and let Claude work directly in your repo,running and testing as it goesOpen Claude CodRemainino < mv count. trust HubSnot ). "'his catches drift from missed accountinglets focus onlv on hubspot api l can call vai postman. If I want to know specific portal what limitsdoes it haveOpus 4.7 Adaptive• suppont Dally • In 1hXx Hubspot v• SearchYour team is now on the Free plan with 1 admin. You retain editing access and other members are read-only. View team permissions to see who can edit, or upgrade to restore collaborationPOST ReacGET ReaGET readGET Get EtEngagements › read call({baseUrl)) /crm/v3/objects/deal/287386441?associations=contact&associations=companyE Docs Params • Authorization • Headers 8 Body Scripts Settingswuery ParamsDescriotionassociationscontactv associationscompanyDescriotionNo environmentv SaveSharecookiesBulk Edit .100% L2Inu / May 14.00.10VAIlVariables in requestG tokenCMiYz9LaMx|7a..G baseUrlhttos:/lapi.huba.…All VarlaolesV COLLECTIONS• Associations V4|• CMS - URL Redirects APl Collection• Companies• COMPARE• Contacts• CRM Obiects• CRM Owners> CRM Pipelines• Dealsv EngagementsM OLD ENGAGEMENTSGET list meetinasPOST search modified comnaniesPOST search tasksGET read cal> POST search callsGET list callsPost meetinas scheduledGET get meetingPOST aet link to taskPost Greate Contact with AccociationHubspo• Iournal & wehhoooks vA• ©Authi• Pronertiec• RESEARCH• SЕАРСН> Tickets• Ulsefule• Webhooksto) Send + Get a successful responseo Send + Visualize response# Send + Write testsCAMIDONMCNTeSPECS>FLOWS• Gonnect GitaConcole 5.) TerminaGlobals Vault Tools?000...
|
2061
|
NULL
|
NULL
|
NULL
|
|
2063
|
98
|
12
|
2026-05-07T11:00:19.297968+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-07/1778 /Users/lukas/.screenpipe/data/data/2026-05-07/1778151619297_m2.jpg...
|
iTerm2
|
NULL
|
True
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
PostmanEditVIeWWindowmelpHubSpot rate limit imple PostmanEditVIeWWindowmelpHubSpot rate limit implementation strategy vSo to directly answer the worry: yes, two bucket touches per request, but it's one Redis roundtrip. sub-millisecond, and vour infrastructure load profile for 100k requests is basically "Redistakes a nap while Hubspot rate-limits you.'Can I see rate limits per tenant (portal) in hubspotsynchesized multiple Hubspot visibilicy methoas tor per-portal rate tracking>yes, and there are four difterent sources depending on what kind of view you want.1. Response headers (per-call, real-time, per-portal automatically)Every non-search response includes the burst-window neaders, and they re already per-portalbecause the OAuth token in the request scopes them to that portal. X-HubSpot-RateLimit-Max, X-HubSpot-RateLimit-Remaining,and X-HubSpot-RateLimit-Interval-Milliseconds come back on every request. Just read them off and store keyed by portalidInis is the cheapest, most accurate signal you can get — straight trom Hudspot, no extra calls.hubsnotTwo caveats:• For OAuth-authorized requests, the daily headers (X-HubSpot-RateLimit-Daily and -Daily-Remaining) arenot included. You onlv get burst from headers. hubspot• Search endpoints don't return any of these headers. Track search vourself. hubspot2. The account-info endpoint der-portal dailv usage on demand)GET account-info/v3/api-usage/daily/private-apps returns aggregate daily APlcallsand the usage limit for the calling portal. The response includes currentUsage. usageLimit.and resetsAt -— the last one is critical because it's based on the portal's configured timezonenor vours. samble response: hubspot"results": 1Keen coing in Claude CodeSwitch to Claude Code and let Claude work directly in your repo,running and testing as it goesOpen Claude Codlets focus onlv on hubspot api l can call vai postman. If I want to know specific portal what limitsdoes it haveOpus 4.7 Adaptive v• suppont Dally • In 1hXx Hubspot v• SearchYour team is now on the Free plan with 1 admin. You retain editing access and other members are read-only. View team permissions to see who can edit, or upgrade to restore collaborationPOST ReacGET ReaGET readGET Get EtEngagements › read call({baseUrl)) /crm/v3/objects/deal/287386441?associations=contact&associations=companyE Docs Params • Authorization • Headers 8 Body Scripts SettingsQuery ParamsDescriotionassociationscontactv associationscompanyDescriotionNo environmentvSaveSharecookiesBulk Edit .100% L2Inu / May 14.00.19V COLLECTIONS• Associations V4|• CMS - URL Redirects APl Collection• Companies• COMPARE• Contacts• CRM Obiects• CRM Owners> CRM Pipelines• Dealsv EngagementsM OLD ENGAGEMENTSGET list meetinasPOST search modified comnaniesPOST search tasksGET read cal> POST search callsGET list callspost meetinas scheduledGET get meetingPost aet link to taskPost Greate Contact with Accociation• Hubspo• Iournal & wehhoooks vA• ©Authi• Pronertiec• RESEARCH> Tickets• Ulsefule• WebhooksVariables in requestG tokenG baseUrlAll VarlaolesCMiYz9LaMx Za..httos:/lapi.huba.to) Send + Get a successful responseo Send + Visualize response# Send + Write testsCAMIDONMCNTe> spEcs>FLOWSConnect Git = Concole 5.) TerminaGlobals Vault Tools?0O...
|
NULL
|
7120420518814464409
|
NULL
|
visual_change
|
ocr
|
NULL
|
PostmanEditVIeWWindowmelpHubSpot rate limit imple PostmanEditVIeWWindowmelpHubSpot rate limit implementation strategy vSo to directly answer the worry: yes, two bucket touches per request, but it's one Redis roundtrip. sub-millisecond, and vour infrastructure load profile for 100k requests is basically "Redistakes a nap while Hubspot rate-limits you.'Can I see rate limits per tenant (portal) in hubspotsynchesized multiple Hubspot visibilicy methoas tor per-portal rate tracking>yes, and there are four difterent sources depending on what kind of view you want.1. Response headers (per-call, real-time, per-portal automatically)Every non-search response includes the burst-window neaders, and they re already per-portalbecause the OAuth token in the request scopes them to that portal. X-HubSpot-RateLimit-Max, X-HubSpot-RateLimit-Remaining,and X-HubSpot-RateLimit-Interval-Milliseconds come back on every request. Just read them off and store keyed by portalidInis is the cheapest, most accurate signal you can get — straight trom Hudspot, no extra calls.hubsnotTwo caveats:• For OAuth-authorized requests, the daily headers (X-HubSpot-RateLimit-Daily and -Daily-Remaining) arenot included. You onlv get burst from headers. hubspot• Search endpoints don't return any of these headers. Track search vourself. hubspot2. The account-info endpoint der-portal dailv usage on demand)GET account-info/v3/api-usage/daily/private-apps returns aggregate daily APlcallsand the usage limit for the calling portal. The response includes currentUsage. usageLimit.and resetsAt -— the last one is critical because it's based on the portal's configured timezonenor vours. samble response: hubspot"results": 1Keen coing in Claude CodeSwitch to Claude Code and let Claude work directly in your repo,running and testing as it goesOpen Claude Codlets focus onlv on hubspot api l can call vai postman. If I want to know specific portal what limitsdoes it haveOpus 4.7 Adaptive v• suppont Dally • In 1hXx Hubspot v• SearchYour team is now on the Free plan with 1 admin. You retain editing access and other members are read-only. View team permissions to see who can edit, or upgrade to restore collaborationPOST ReacGET ReaGET readGET Get EtEngagements › read call({baseUrl)) /crm/v3/objects/deal/287386441?associations=contact&associations=companyE Docs Params • Authorization • Headers 8 Body Scripts SettingsQuery ParamsDescriotionassociationscontactv associationscompanyDescriotionNo environmentvSaveSharecookiesBulk Edit .100% L2Inu / May 14.00.19V COLLECTIONS• Associations V4|• CMS - URL Redirects APl Collection• Companies• COMPARE• Contacts• CRM Obiects• CRM Owners> CRM Pipelines• Dealsv EngagementsM OLD ENGAGEMENTSGET list meetinasPOST search modified comnaniesPOST search tasksGET read cal> POST search callsGET list callspost meetinas scheduledGET get meetingPost aet link to taskPost Greate Contact with Accociation• Hubspo• Iournal & wehhoooks vA• ©Authi• Pronertiec• RESEARCH> Tickets• Ulsefule• WebhooksVariables in requestG tokenG baseUrlAll VarlaolesCMiYz9LaMx Za..httos:/lapi.huba.to) Send + Get a successful responseo Send + Visualize response# Send + Write testsCAMIDONMCNTe> spEcs>FLOWSConnect Git = Concole 5.) TerminaGlobals Vault Tools?0O...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
2075
|
97
|
12
|
2026-05-07T11:01:02.040847+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-07/1778 /Users/lukas/.screenpipe/data/data/2026-05-07/1778151662040_m1.jpg...
|
iTerm2
|
NULL
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
iTerm2ShellEditViewSessionScriptsProfilesWindowHel iTerm2ShellEditViewSessionScriptsProfilesWindowHelpDOCKERLast login: Thu May₴1DEV (-zsh)7 09:45:09on ttys010₴82APP (-zsh)Poetry could not find a pyproject.toml file in /Users/lukas or its parentsPoetry could not find a pyproject.tomlfile in /Users/lukas or its parentslukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~$cd ~/.screenpipelukas@Lukas-Kovaliks-MacBook-Pro-Jiminny~/.screenpipe $ 11total667416drwxr-xr-xdrwx-drwxr-xr-x11lukasstaff3527 May13:4093lukasstaff29767 May13:4018lukasstaff5766May20:31datalukasstaff3361546247May13:40db.sqlite-rw-r--r--lukasstaff655367May10:42db.sqlite-shm-rw-r--r--lukasstaff44084327May13:40db.sqlite-waldrwxr-xr-x8lukasstaff2566May20:27pipes-rw-r--r--lukasstaff284086May21:02screenpipe.2026-05-06.0.10g-rw-r--r--lukasstaff1594697May13:40screenpipe.2026-05-07.0.10g-rwxr-xr-xlukasstaff149946May20:26-rw-r--r--1 lukasstaff3167screenpipe_sync.sh7 May 09:23 sync.loglukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe449M/Users/lukas/.screenpipelukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ П-zsh(ah]Support Daily • in 59 mA100% <478Thu 7 May 14:01:02181-zsh• 84|screenpipe*•$5-zsh...
|
NULL
|
-3746097489612402687
|
NULL
|
click
|
ocr
|
NULL
|
iTerm2ShellEditViewSessionScriptsProfilesWindowHel iTerm2ShellEditViewSessionScriptsProfilesWindowHelpDOCKERLast login: Thu May₴1DEV (-zsh)7 09:45:09on ttys010₴82APP (-zsh)Poetry could not find a pyproject.toml file in /Users/lukas or its parentsPoetry could not find a pyproject.tomlfile in /Users/lukas or its parentslukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~$cd ~/.screenpipelukas@Lukas-Kovaliks-MacBook-Pro-Jiminny~/.screenpipe $ 11total667416drwxr-xr-xdrwx-drwxr-xr-x11lukasstaff3527 May13:4093lukasstaff29767 May13:4018lukasstaff5766May20:31datalukasstaff3361546247May13:40db.sqlite-rw-r--r--lukasstaff655367May10:42db.sqlite-shm-rw-r--r--lukasstaff44084327May13:40db.sqlite-waldrwxr-xr-x8lukasstaff2566May20:27pipes-rw-r--r--lukasstaff284086May21:02screenpipe.2026-05-06.0.10g-rw-r--r--lukasstaff1594697May13:40screenpipe.2026-05-07.0.10g-rwxr-xr-xlukasstaff149946May20:26-rw-r--r--1 lukasstaff3167screenpipe_sync.sh7 May 09:23 sync.loglukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe449M/Users/lukas/.screenpipelukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ П-zsh(ah]Support Daily • in 59 mA100% <478Thu 7 May 14:01:02181-zsh• 84|screenpipe*•$5-zsh...
|
2074
|
NULL
|
NULL
|
NULL
|
|
2076
|
98
|
20
|
2026-05-07T11:01:02.129608+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-07/1778 /Users/lukas/.screenpipe/data/data/2026-05-07/1778151662129_m2.jpg...
|
iTerm2
|
NULL
|
True
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
PostmanEditVIewWindowmelpHubSpot rate limit imple PostmanEditVIewWindowmelpHubSpot rate limit implementation strategy vRetlirns"results":""name": "private-apps-api-calls-daily","usageLimit": 1000000,"currentUsage": 47213"resetsAt": "2026-05-08T05:00:00Z""tetchstatus": "success'This is the onlv API that tells vou the daily ceiling and current spend for a portal. Theendpoint name says private-apps, which is what it's officially documented for — itaggregates all legacy private apps in that portal. Ir your portal is connected via OAuth (publicapp). this endpoint may return empty results or a different shape; test it on one of vourcustomer vorials to see2 Portal conteyt (time'-te ated into)Reolv +GET https://api.hubapi.cont-info/v3/detailsAuthorization: Bearer {portal access token}Returns:"portalld": 123456."accountType": "STANDARD","timeZone": "Europe/Sofia"."utcottset": "+03:00"."uiDomain": "aop.hubsoot.com""datalostinolocation"l "eui"Whis doesn t show limits direct v. but vou need.V Zone to interpret resetsAt fromKeep going in Claude CodeSwitch to Claude Code and let Claude work directiv in vour renooDussuu — buly ylatesbuuse tcaueiWrite a message…Opus 4.7 Adaptive v# Support Daily - in 59mXx Hubspot v• SearchYour team is now on the Free plan with 1 admin. You retain editing access and other members are read-only. View team permissions to see who can edit, or upgrade to restore collaborationPOST Reac •GET ReaGET readGET Get EtHIIP Engagements › read call({baseUrl)) /crm/v3/objects/deal/287386441?associations=contact&associations=companyE Docs Params • Authorization • Headers 8 Body Scripts SettingsQuery ParamsDescriotionassociationscontactv associationscompanyDescriotionNo environmentv SaveSharecookiesBulk Edit .100% L2Inu / May 14.01:02UparadeVAIlVariables in requestG tokenCMiYz9LaMx|7a..G baseUrlhttos:/lapi.huba.All VarlaolesV COLLECTIONS• Associations V4|• CMS - URL Redirects APl Collection• Companies• COMPARI• Contacts• CRM Obiects• CRM Owners> CRM Pipelines• Dealsv EngagementsM OLD ENGAGEMENTSGET list meetinasPOST search modified comnaniesGET read cal> POST search callsGET list callspost meetinas scheduledGET get meetingPost aet link to taskPost Greate Contact with AccociationHubspot• Iournal & wehhoooks vA• ©Authi• Pronertiec• RESEARCH• SЕАРСН• Tickets• Ulsefule• Webhooksto) Send + Get a successful responseo Send + Visualize response# Send + Write testsCAMIDONMCNTe> spEcs>FLOWS- Connect Git = Concole 5.) TerminaGlobals Vault Tools?000...
|
NULL
|
2836533695122445997
|
NULL
|
click
|
ocr
|
NULL
|
PostmanEditVIewWindowmelpHubSpot rate limit imple PostmanEditVIewWindowmelpHubSpot rate limit implementation strategy vRetlirns"results":""name": "private-apps-api-calls-daily","usageLimit": 1000000,"currentUsage": 47213"resetsAt": "2026-05-08T05:00:00Z""tetchstatus": "success'This is the onlv API that tells vou the daily ceiling and current spend for a portal. Theendpoint name says private-apps, which is what it's officially documented for — itaggregates all legacy private apps in that portal. Ir your portal is connected via OAuth (publicapp). this endpoint may return empty results or a different shape; test it on one of vourcustomer vorials to see2 Portal conteyt (time'-te ated into)Reolv +GET https://api.hubapi.cont-info/v3/detailsAuthorization: Bearer {portal access token}Returns:"portalld": 123456."accountType": "STANDARD","timeZone": "Europe/Sofia"."utcottset": "+03:00"."uiDomain": "aop.hubsoot.com""datalostinolocation"l "eui"Whis doesn t show limits direct v. but vou need.V Zone to interpret resetsAt fromKeep going in Claude CodeSwitch to Claude Code and let Claude work directiv in vour renooDussuu — buly ylatesbuuse tcaueiWrite a message…Opus 4.7 Adaptive v# Support Daily - in 59mXx Hubspot v• SearchYour team is now on the Free plan with 1 admin. You retain editing access and other members are read-only. View team permissions to see who can edit, or upgrade to restore collaborationPOST Reac •GET ReaGET readGET Get EtHIIP Engagements › read call({baseUrl)) /crm/v3/objects/deal/287386441?associations=contact&associations=companyE Docs Params • Authorization • Headers 8 Body Scripts SettingsQuery ParamsDescriotionassociationscontactv associationscompanyDescriotionNo environmentv SaveSharecookiesBulk Edit .100% L2Inu / May 14.01:02UparadeVAIlVariables in requestG tokenCMiYz9LaMx|7a..G baseUrlhttos:/lapi.huba.All VarlaolesV COLLECTIONS• Associations V4|• CMS - URL Redirects APl Collection• Companies• COMPARI• Contacts• CRM Obiects• CRM Owners> CRM Pipelines• Dealsv EngagementsM OLD ENGAGEMENTSGET list meetinasPOST search modified comnaniesGET read cal> POST search callsGET list callspost meetinas scheduledGET get meetingPost aet link to taskPost Greate Contact with AccociationHubspot• Iournal & wehhoooks vA• ©Authi• Pronertiec• RESEARCH• SЕАРСН• Tickets• Ulsefule• Webhooksto) Send + Get a successful responseo Send + Visualize response# Send + Write testsCAMIDONMCNTe> spEcs>FLOWS- Connect Git = Concole 5.) TerminaGlobals Vault Tools?000...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
2077
|
97
|
13
|
2026-05-07T11:01:05.597280+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-07/1778 /Users/lukas/.screenpipe/data/data/2026-05-07/1778151665597_m1.jpg...
|
iTerm2
|
NULL
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
iTerm2ShellEditViewSessionScriptsProfilesWindowHel iTerm2ShellEditViewSessionScriptsProfilesWindowHelpDOCKERLast login: Thu May₴1DEV (-zsh)7 09:45:09on ttys010₴82APP (-zsh)Poetry could not find a pyproject.toml file in /Users/lukas or its parentsPoetry could not find a pyproject.tomlfile in /Users/lukas or its parentslukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~$cd ~/.screenpipelukas@Lukas-Kovaliks-MacBook-Pro-Jiminny~/.screenpipe $ 11total667416drwxr-xr-xdrwx-drwxr-xr-x11lukasstaff3527 May13:4093lukasstaff29767 May13:4018lukasstaff5766May20:31datalukasstaff3361546247May13:40db.sqlite-rw-r--r--lukasstaff655367May10:42db.sqlite-shm-rw-r--r--lukasstaff44084327May13:40db.sqlite-waldrwxr-xr-x8lukasstaff2566May20:27pipes-rw-r--r--lukasstaff284086May21:02screenpipe.2026-05-06.0.10g-rw-r--r--lukasstaff1594697May13:40screenpipe.2026-05-07.0.10g-rwxr-xr-xlukasstaff149946May20:26-rw-r--r--1 lukasstaff3167screenpipe_sync.sh7 May 09:23 sync.loglukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe449M/Users/lukas/.screenpipelukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ П-zsh(ah]Support Daily • in 59 mA100% <478Thu 7 May 14:01:05181-zsh• 84|screenpipe*•$5-zsh...
|
NULL
|
1543028911883451422
|
NULL
|
click
|
ocr
|
NULL
|
iTerm2ShellEditViewSessionScriptsProfilesWindowHel iTerm2ShellEditViewSessionScriptsProfilesWindowHelpDOCKERLast login: Thu May₴1DEV (-zsh)7 09:45:09on ttys010₴82APP (-zsh)Poetry could not find a pyproject.toml file in /Users/lukas or its parentsPoetry could not find a pyproject.tomlfile in /Users/lukas or its parentslukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~$cd ~/.screenpipelukas@Lukas-Kovaliks-MacBook-Pro-Jiminny~/.screenpipe $ 11total667416drwxr-xr-xdrwx-drwxr-xr-x11lukasstaff3527 May13:4093lukasstaff29767 May13:4018lukasstaff5766May20:31datalukasstaff3361546247May13:40db.sqlite-rw-r--r--lukasstaff655367May10:42db.sqlite-shm-rw-r--r--lukasstaff44084327May13:40db.sqlite-waldrwxr-xr-x8lukasstaff2566May20:27pipes-rw-r--r--lukasstaff284086May21:02screenpipe.2026-05-06.0.10g-rw-r--r--lukasstaff1594697May13:40screenpipe.2026-05-07.0.10g-rwxr-xr-xlukasstaff149946May20:26-rw-r--r--1 lukasstaff3167screenpipe_sync.sh7 May 09:23 sync.loglukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe449M/Users/lukas/.screenpipelukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ П-zsh(ah]Support Daily • in 59 mA100% <478Thu 7 May 14:01:05181-zsh• 84|screenpipe*•$5-zsh...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
2078
|
98
|
21
|
2026-05-07T11:01:05.663086+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-07/1778 /Users/lukas/.screenpipe/data/data/2026-05-07/1778151665663_m2.jpg...
|
iTerm2
|
NULL
|
True
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
PostmanEditVIewWindowmelpHubSpot rate limit imple PostmanEditVIewWindowmelpHubSpot rate limit implementation strategy vRetlirns"results":""name": "private-apps-api-calls-daily","usageLimit": 1000000,"currentUsage": 47213"resetsAt": "2026-05-08T05:00:00Z""tetchstatus": "success'This is the onlv API that tells vou the daily ceiling and current spend for a portal. Theendpoint name says private-apps, which is what it's officially documented for — itaggregates all legacy private apps in that portal. Ir your portal is connected via OAuth (publicapp). this endpoint may return empty results or a different shape; test it on one of vourcustomer vorials to see2 Portal conteyt (time'-te ated into)Reolv +GET https://api.hubapi.cont-info/v3/detailsAuthorization: Bearer {portal access token}Returns:"portalld": 123456."accountType": "STANDARD","timeZone": "Europe/Sofia"."utcottset":"+03:00"."uiDomain": "aop.hubsoot.com"."datalostinolocation"l "eui'Whis doesn t show limits direct v. but vou need.V Zone to interpret resetsAt fromKeep going in Claude CodeSwitch to Claude Code and let Claude work directiv in vour renooDussuu — buly ylatesbuuse tcaueiWrite a message…Opus 4.7 Adaptive v"suppont Dally • In ogmXx Hubspot v• SearchYour team is now on the Free plan with 1 admin. You retain editing access and other members are read-only. View team permissions to see who can edit, or upgrade to restore collaborationGET Re: •GET Re:•No environment vHTTP https:api.hubapi.com/account-info/v3/detaia SaveSharehttps://api.hubapi.com/account-info/v3/detailE Docs Params Authorization Headers 7 Body Scripts SettingscookiesQuery ParamsDescriotionBulk Edit .100% L2Inu / May 14.01.02UparadeVAllIVariables in requestNo variables used vet. Learn more aboutVallaoles.›All variablesV COLLECTIONS• Associations V4|• CMS - URL Redirects APl Collection• Companies• COMPARI• Contacts• CRM Obiects• CRM Owner‹• CRM Pipelines• Dealsv EngagementsM OLD ENGAGEMENTSGET list meetinasPOST search modified comnaniesGET read calll› POST search callsGET list callsGET get meetingPost aet link to taskPost Greate Contact with AccociationHubspo• Iournal & wehhoooks vA• ©Auth• Pronertiec• RESEARCH• SЕАРСН• Tickets• Ulsefule• WebhooksSend + Get a successful response0 Send + Visualize response# Send + Write testsCAMIDONMCNTe> spEcs>FLOWS- Connect Git = Concole 5.) TerminaGlobals Vault Tools?000...
|
NULL
|
4554832970553579352
|
NULL
|
click
|
ocr
|
NULL
|
PostmanEditVIewWindowmelpHubSpot rate limit imple PostmanEditVIewWindowmelpHubSpot rate limit implementation strategy vRetlirns"results":""name": "private-apps-api-calls-daily","usageLimit": 1000000,"currentUsage": 47213"resetsAt": "2026-05-08T05:00:00Z""tetchstatus": "success'This is the onlv API that tells vou the daily ceiling and current spend for a portal. Theendpoint name says private-apps, which is what it's officially documented for — itaggregates all legacy private apps in that portal. Ir your portal is connected via OAuth (publicapp). this endpoint may return empty results or a different shape; test it on one of vourcustomer vorials to see2 Portal conteyt (time'-te ated into)Reolv +GET https://api.hubapi.cont-info/v3/detailsAuthorization: Bearer {portal access token}Returns:"portalld": 123456."accountType": "STANDARD","timeZone": "Europe/Sofia"."utcottset":"+03:00"."uiDomain": "aop.hubsoot.com"."datalostinolocation"l "eui'Whis doesn t show limits direct v. but vou need.V Zone to interpret resetsAt fromKeep going in Claude CodeSwitch to Claude Code and let Claude work directiv in vour renooDussuu — buly ylatesbuuse tcaueiWrite a message…Opus 4.7 Adaptive v"suppont Dally • In ogmXx Hubspot v• SearchYour team is now on the Free plan with 1 admin. You retain editing access and other members are read-only. View team permissions to see who can edit, or upgrade to restore collaborationGET Re: •GET Re:•No environment vHTTP https:api.hubapi.com/account-info/v3/detaia SaveSharehttps://api.hubapi.com/account-info/v3/detailE Docs Params Authorization Headers 7 Body Scripts SettingscookiesQuery ParamsDescriotionBulk Edit .100% L2Inu / May 14.01.02UparadeVAllIVariables in requestNo variables used vet. Learn more aboutVallaoles.›All variablesV COLLECTIONS• Associations V4|• CMS - URL Redirects APl Collection• Companies• COMPARI• Contacts• CRM Obiects• CRM Owner‹• CRM Pipelines• Dealsv EngagementsM OLD ENGAGEMENTSGET list meetinasPOST search modified comnaniesGET read calll› POST search callsGET list callsGET get meetingPost aet link to taskPost Greate Contact with AccociationHubspo• Iournal & wehhoooks vA• ©Auth• Pronertiec• RESEARCH• SЕАРСН• Tickets• Ulsefule• WebhooksSend + Get a successful response0 Send + Visualize response# Send + Write testsCAMIDONMCNTe> spEcs>FLOWS- Connect Git = Concole 5.) TerminaGlobals Vault Tools?000...
|
2076
|
NULL
|
NULL
|
NULL
|
|
2079
|
97
|
14
|
2026-05-07T11:01:08.109480+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-07/1778 /Users/lukas/.screenpipe/data/data/2026-05-07/1778151668109_m1.jpg...
|
iTerm2
|
NULL
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
iTerm2ShellEditViewSessionScriptsProfilesWindowHel iTerm2ShellEditViewSessionScriptsProfilesWindowHelpDOCKERLast login: Thu May₴1DEV (-zsh)7 09:45:09on ttys010₴82APP (-zsh)Poetry could not find a pyproject.toml file in /Users/lukas or its parentsPoetry could not find a pyproject.tomlfile in /Users/lukas or its parentslukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~$cd ~/.screenpipelukas@Lukas-Kovaliks-MacBook-Pro-Jiminny~/.screenpipe $ 11total667416drwxr-xr-xdrwx-drwxr-xr-x11lukasstaff3527 May13:4093lukasstaff29767 May13:4018lukasstaff5766May20:31datalukasstaff3361546247May13:40db.sqlite-rw-r--r--lukasstaff655367May10:42db.sqlite-shm-rw-r--r--lukasstaff44084327May13:40db.sqlite-waldrwxr-xr-x8lukasstaff2566May20:27pipes-rw-r--r--lukasstaff284086May21:02screenpipe.2026-05-06.0.10g-rw-r--r--lukasstaff1594697May13:40screenpipe.2026-05-07.0.10g-rwxr-xr-xlukasstaff149946May20:26-rw-r--r--1 lukasstaff3167screenpipe_sync.sh7 May 09:23 sync.loglukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe449M/Users/lukas/.screenpipelukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ П-zsh(ah]Support Daily • in 59 mA100% <478Thu 7 May 14:01:08181-zsh• 84|screenpipe*•$5-zsh...
|
NULL
|
-3821326500592933954
|
NULL
|
click
|
ocr
|
NULL
|
iTerm2ShellEditViewSessionScriptsProfilesWindowHel iTerm2ShellEditViewSessionScriptsProfilesWindowHelpDOCKERLast login: Thu May₴1DEV (-zsh)7 09:45:09on ttys010₴82APP (-zsh)Poetry could not find a pyproject.toml file in /Users/lukas or its parentsPoetry could not find a pyproject.tomlfile in /Users/lukas or its parentslukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~$cd ~/.screenpipelukas@Lukas-Kovaliks-MacBook-Pro-Jiminny~/.screenpipe $ 11total667416drwxr-xr-xdrwx-drwxr-xr-x11lukasstaff3527 May13:4093lukasstaff29767 May13:4018lukasstaff5766May20:31datalukasstaff3361546247May13:40db.sqlite-rw-r--r--lukasstaff655367May10:42db.sqlite-shm-rw-r--r--lukasstaff44084327May13:40db.sqlite-waldrwxr-xr-x8lukasstaff2566May20:27pipes-rw-r--r--lukasstaff284086May21:02screenpipe.2026-05-06.0.10g-rw-r--r--lukasstaff1594697May13:40screenpipe.2026-05-07.0.10g-rwxr-xr-xlukasstaff149946May20:26-rw-r--r--1 lukasstaff3167screenpipe_sync.sh7 May 09:23 sync.loglukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe449M/Users/lukas/.screenpipelukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ П-zsh(ah]Support Daily • in 59 mA100% <478Thu 7 May 14:01:08181-zsh• 84|screenpipe*•$5-zsh...
|
2077
|
NULL
|
NULL
|
NULL
|
|
2080
|
98
|
22
|
2026-05-07T11:01:08.109395+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-07/1778 /Users/lukas/.screenpipe/data/data/2026-05-07/1778151668109_m2.jpg...
|
iTerm2
|
NULL
|
True
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
PostmanEditVIewWindowhelpHubSpot rate limit imple PostmanEditVIewWindowhelpHubSpot rate limit implementation strategyRetlirns"results":""name": "private-apps-api-calls-daily","usageLimit": 1000000,"currentUsage": 47213"resetsAt": "2026-05-08T05:00:00Z""tetchstatus": "success'This is the onlv API that tells vou the daily ceiling and current spend for a portal. Theendpoint name says private-apps, which is what it's officially documented for — itaggregates all legacy private apps in that portal. Ir your portal is connected via OAuth (publicapp). this endpoint may return empty results or a different shape; test it on one of vourcustomer vorials to see2 Portal conteyt (time'-te ated into)Reolv +GET https://api.hubapi.com/account-info/v3/detailsAuthorization: Bearer nortal access token‹Returns:"portalld": 123456."accountType": "STANDARD","timeZone": "Europe/Sofia"."utcottset": "+03:00"."uiDomain":"aoo.hubsoot.com"."datalostinolocation": "leut'Whis doesn t show limits direct v. bur vou needV Zone to interpret resetsAt fromKeep going in Claude CodeSwitch to Claude Code and let Claude work directiv in vour renooDussuu — buly ylatesbuuse tcaueiWrite a message…Opus 4.7 Adaptive v# Support Daily - in 59mXx Hubspot v• SearchYour team is now on the Free plan with 1 admin. You retain editing access and other members are read-only. View team permissions to see who can edit, or upgrade to restore collaborationGET Re:•No environmentvHTTP https:api.hubapi.com/account-info/v3/detaia SaveSharehttps://api.hubapi.com/account-info/v3/detaiE Docs Params Authorizjsion Headers 7 Body Scripts SettingscookiesQuery ParamsDescriotionBulk Edit .100% L2Inu / May 14:01.00V COLLECTIONS• Associations V4|• CMS - URL Redirects APl Collection• Companies• COMPARI• Contacts• CRM Obiects• CRM Owner‹> CRM Pipelines• Dealsv EngagementsM OLD ENGAGEMENTSGET list meetinasPOST search modified comnaniesGET read calll› POST search callsGET list callspost meetinas scheduledGET get meetingPost aet link to taskPost Greate Contact with AccociationHubspo• Iournal & wehhoooks vA• ©Authi• Pronertiec• RESEARCH• SЕАРСН• Tickets• Ulsefule• WebhooksVAllIVariables in requestNo variables used vet. Learn more aboutVallaoles.›All variablesSend + Get a successful responseo Send + Visualize response# Send + Write testsCAMIDONMCNTe> spEcs>FLOWS- Connect Git = Concole 5.) TerminaGlobals Vault Tools?000...
|
NULL
|
7704792959227119682
|
NULL
|
click
|
ocr
|
NULL
|
PostmanEditVIewWindowhelpHubSpot rate limit imple PostmanEditVIewWindowhelpHubSpot rate limit implementation strategyRetlirns"results":""name": "private-apps-api-calls-daily","usageLimit": 1000000,"currentUsage": 47213"resetsAt": "2026-05-08T05:00:00Z""tetchstatus": "success'This is the onlv API that tells vou the daily ceiling and current spend for a portal. Theendpoint name says private-apps, which is what it's officially documented for — itaggregates all legacy private apps in that portal. Ir your portal is connected via OAuth (publicapp). this endpoint may return empty results or a different shape; test it on one of vourcustomer vorials to see2 Portal conteyt (time'-te ated into)Reolv +GET https://api.hubapi.com/account-info/v3/detailsAuthorization: Bearer nortal access token‹Returns:"portalld": 123456."accountType": "STANDARD","timeZone": "Europe/Sofia"."utcottset": "+03:00"."uiDomain":"aoo.hubsoot.com"."datalostinolocation": "leut'Whis doesn t show limits direct v. bur vou needV Zone to interpret resetsAt fromKeep going in Claude CodeSwitch to Claude Code and let Claude work directiv in vour renooDussuu — buly ylatesbuuse tcaueiWrite a message…Opus 4.7 Adaptive v# Support Daily - in 59mXx Hubspot v• SearchYour team is now on the Free plan with 1 admin. You retain editing access and other members are read-only. View team permissions to see who can edit, or upgrade to restore collaborationGET Re:•No environmentvHTTP https:api.hubapi.com/account-info/v3/detaia SaveSharehttps://api.hubapi.com/account-info/v3/detaiE Docs Params Authorizjsion Headers 7 Body Scripts SettingscookiesQuery ParamsDescriotionBulk Edit .100% L2Inu / May 14:01.00V COLLECTIONS• Associations V4|• CMS - URL Redirects APl Collection• Companies• COMPARI• Contacts• CRM Obiects• CRM Owner‹> CRM Pipelines• Dealsv EngagementsM OLD ENGAGEMENTSGET list meetinasPOST search modified comnaniesGET read calll› POST search callsGET list callspost meetinas scheduledGET get meetingPost aet link to taskPost Greate Contact with AccociationHubspo• Iournal & wehhoooks vA• ©Authi• Pronertiec• RESEARCH• SЕАРСН• Tickets• Ulsefule• WebhooksVAllIVariables in requestNo variables used vet. Learn more aboutVallaoles.›All variablesSend + Get a successful responseo Send + Visualize response# Send + Write testsCAMIDONMCNTe> spEcs>FLOWS- Connect Git = Concole 5.) TerminaGlobals Vault Tools?000...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
2081
|
97
|
15
|
2026-05-07T11:01:09.695099+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-07/1778 /Users/lukas/.screenpipe/data/data/2026-05-07/1778151669695_m1.jpg...
|
iTerm2
|
NULL
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
iTerm2ShellEditViewSessionScriptsProfilesWindowHel iTerm2ShellEditViewSessionScriptsProfilesWindowHelpDOCKERLast login: Thu May₴1DEV (-zsh)7 09:45:09on ttys010₴82APP (-zsh)Poetry could not find a pyproject.toml file in /Users/lukas or its parentsPoetry could not find a pyproject.tomlfile in /Users/lukas or its parentslukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~$cd ~/.screenpipelukas@Lukas-Kovaliks-MacBook-Pro-Jiminny~/.screenpipe $ 11total667416drwxr-xr-xdrwx-drwxr-xr-x11lukasstaff3527 May13:4093lukasstaff29767 May13:4018lukasstaff5766May20:31datalukasstaff3361546247May13:40db.sqlite-rw-r--r--lukasstaff655367May10:42db.sqlite-shm-rw-r--r--lukasstaff44084327May13:40db.sqlite-waldrwxr-xr-x8lukasstaff2566May20:27pipes-rw-r--r--lukasstaff284086May21:02screenpipe.2026-05-06.0.10g-rw-r--r--lukasstaff1594697May13:40screenpipe.2026-05-07.0.10g-rwxr-xr-xlukasstaff149946May20:26-rw-r--r--1 lukasstaff3167screenpipe_sync.sh7 May 09:23 sync.loglukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe449M/Users/lukas/.screenpipelukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ П-zsh(ah]Support Daily • in 59 mA100% <478Thu 7 May 14:01:09181-zsh• 84|screenpipe*•$5-zsh...
|
NULL
|
-8936178427285703294
|
NULL
|
click
|
ocr
|
NULL
|
iTerm2ShellEditViewSessionScriptsProfilesWindowHel iTerm2ShellEditViewSessionScriptsProfilesWindowHelpDOCKERLast login: Thu May₴1DEV (-zsh)7 09:45:09on ttys010₴82APP (-zsh)Poetry could not find a pyproject.toml file in /Users/lukas or its parentsPoetry could not find a pyproject.tomlfile in /Users/lukas or its parentslukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~$cd ~/.screenpipelukas@Lukas-Kovaliks-MacBook-Pro-Jiminny~/.screenpipe $ 11total667416drwxr-xr-xdrwx-drwxr-xr-x11lukasstaff3527 May13:4093lukasstaff29767 May13:4018lukasstaff5766May20:31datalukasstaff3361546247May13:40db.sqlite-rw-r--r--lukasstaff655367May10:42db.sqlite-shm-rw-r--r--lukasstaff44084327May13:40db.sqlite-waldrwxr-xr-x8lukasstaff2566May20:27pipes-rw-r--r--lukasstaff284086May21:02screenpipe.2026-05-06.0.10g-rw-r--r--lukasstaff1594697May13:40screenpipe.2026-05-07.0.10g-rwxr-xr-xlukasstaff149946May20:26-rw-r--r--1 lukasstaff3167screenpipe_sync.sh7 May 09:23 sync.loglukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe449M/Users/lukas/.screenpipelukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ П-zsh(ah]Support Daily • in 59 mA100% <478Thu 7 May 14:01:09181-zsh• 84|screenpipe*•$5-zsh...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
2082
|
98
|
23
|
2026-05-07T11:01:09.770475+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-07/1778 /Users/lukas/.screenpipe/data/data/2026-05-07/1778151669770_m2.jpg...
|
iTerm2
|
NULL
|
True
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
PostmanEditVIewWindowmelpHubSpot rate limit imple PostmanEditVIewWindowmelpHubSpot rate limit implementation strategyRetlirns"results":""name": "private-apps-api-calls-daily","usageLimit": 1000000,"currentUsage": 47213"resetsAt": "2026-05-08T05:00:00Z""tetchstatus": "success'This is the onlv API that tells vou the daily ceiling and current spend for a portal. Theendpoint name says private-apps, which is what it's officially documented for — itaggregates all legacy private apps in that portal. Ir your portal is connected via OAuth (publicapp). this endpoint may return empty results or a different shape; test it on one of vourcustomer vorials to see2 Portal conteyt (time'-te ated into)Reolv +GET https://api.hubapi.com/account-info/v3/detailsAuthorization: Bearer nortal access token‹Returns:"mortalid": 123456."accountType": "STANDARD","timeZone": "Europe/Sofia"."utcottset": "+03:00"."uiDomain": "aop.hubsoot.com"."datalostinolocation": "leut'Whis doesn t show limits direct v. bur vou need iV Zone to interpret resetsAt fromKeep going in Claude CodeSwitch to Claude Code and let Claude work directiv in vour renooDussuu — buly ylatesbuuse tcaueiWrite a message…Opus 4.7 Adaptive v# Support Daily - in 59mXx Hubspot v• SearchYour team is now on the Free plan with 1 admin. You retain editing access and other members are read-only. View team permissions to see who can edit, or upgrade to restore collaborationGET Re:•No environmentvHTTP https:api.hubapi.com/account-info/v3/detaia SaveSharehttps://api.hubapi.com/account-info/v3/detai= Docs Params Authorization Headers 7 Body Scripts SettinascookiesAuth TypeNo Auth100% L2Thu 7 May 14:01:09VAllIVariables in requestNo variables used vet. Learn more aboutVallaoles.›All variablesV COLLECTIONS• Associations V4|• CMS - URL Redirects APl Collection• Companies• COMPARI• Contacts• CRM Obiects• CRM Owner‹• CRM Pipelines• Dealsv EngagementsM OID ENGAGEMENTSGET list meetinasPOST search modified comnaniesGET read calll› POST search callsGET list callsGET get meetingPost aet link to taskPost Greate Contact with AccociationHubspo• Iournal & wehhoooks vA• ©Auth• Pronertiec• RESEARCH• SЕАРСН• Tickets• Ulsefule• WebhooksNo AuthThis request does not use any authorization.Quick setup> HubSpot CRM APlsto) Send + Get a successful response0 Send + Visualize response# Send + Write testsCAMIDONMCNTe> spEcs>FLOWSConnect Git = Concole 5.) TerminaGiobals Vault Tooks •- m=m...
|
NULL
|
-7179666709304923908
|
NULL
|
click
|
ocr
|
NULL
|
PostmanEditVIewWindowmelpHubSpot rate limit imple PostmanEditVIewWindowmelpHubSpot rate limit implementation strategyRetlirns"results":""name": "private-apps-api-calls-daily","usageLimit": 1000000,"currentUsage": 47213"resetsAt": "2026-05-08T05:00:00Z""tetchstatus": "success'This is the onlv API that tells vou the daily ceiling and current spend for a portal. Theendpoint name says private-apps, which is what it's officially documented for — itaggregates all legacy private apps in that portal. Ir your portal is connected via OAuth (publicapp). this endpoint may return empty results or a different shape; test it on one of vourcustomer vorials to see2 Portal conteyt (time'-te ated into)Reolv +GET https://api.hubapi.com/account-info/v3/detailsAuthorization: Bearer nortal access token‹Returns:"mortalid": 123456."accountType": "STANDARD","timeZone": "Europe/Sofia"."utcottset": "+03:00"."uiDomain": "aop.hubsoot.com"."datalostinolocation": "leut'Whis doesn t show limits direct v. bur vou need iV Zone to interpret resetsAt fromKeep going in Claude CodeSwitch to Claude Code and let Claude work directiv in vour renooDussuu — buly ylatesbuuse tcaueiWrite a message…Opus 4.7 Adaptive v# Support Daily - in 59mXx Hubspot v• SearchYour team is now on the Free plan with 1 admin. You retain editing access and other members are read-only. View team permissions to see who can edit, or upgrade to restore collaborationGET Re:•No environmentvHTTP https:api.hubapi.com/account-info/v3/detaia SaveSharehttps://api.hubapi.com/account-info/v3/detai= Docs Params Authorization Headers 7 Body Scripts SettinascookiesAuth TypeNo Auth100% L2Thu 7 May 14:01:09VAllIVariables in requestNo variables used vet. Learn more aboutVallaoles.›All variablesV COLLECTIONS• Associations V4|• CMS - URL Redirects APl Collection• Companies• COMPARI• Contacts• CRM Obiects• CRM Owner‹• CRM Pipelines• Dealsv EngagementsM OID ENGAGEMENTSGET list meetinasPOST search modified comnaniesGET read calll› POST search callsGET list callsGET get meetingPost aet link to taskPost Greate Contact with AccociationHubspo• Iournal & wehhoooks vA• ©Auth• Pronertiec• RESEARCH• SЕАРСН• Tickets• Ulsefule• WebhooksNo AuthThis request does not use any authorization.Quick setup> HubSpot CRM APlsto) Send + Get a successful response0 Send + Visualize response# Send + Write testsCAMIDONMCNTe> spEcs>FLOWSConnect Git = Concole 5.) TerminaGiobals Vault Tooks •- m=m...
|
2080
|
NULL
|
NULL
|
NULL
|
|
2083
|
97
|
16
|
2026-05-07T11:01:10.605458+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-07/1778 /Users/lukas/.screenpipe/data/data/2026-05-07/1778151670605_m1.jpg...
|
iTerm2
|
NULL
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
iTerm2ShellEditViewSessionScriptsProfilesWindowHel iTerm2ShellEditViewSessionScriptsProfilesWindowHelpDOCKERLast login: Thu May₴1DEV (-zsh)7 09:45:09on ttys010₴82APP (-zsh)Poetry could not find a pyproject.toml file in /Users/lukas or its parentsPoetry could not find a pyproject.tomlfile in /Users/lukas or its parentslukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~$cd ~/.screenpipelukas@Lukas-Kovaliks-MacBook-Pro-Jiminny~/.screenpipe $ 11total667416drwxr-xr-xdrwx-drwxr-xr-x11lukasstaff3527 May13:4093lukasstaff29767 May13:4018lukasstaff5766May20:31datalukasstaff3361546247May13:40db.sqlite-rw-r--r--lukasstaff655367May10:42db.sqlite-shm-rw-r--r--lukasstaff44084327May13:40db.sqlite-waldrwxr-xr-x8lukasstaff2566May20:27pipes-rw-r--r--lukasstaff284086May21:02screenpipe.2026-05-06.0.10g-rw-r--r--lukasstaff1594697May13:40screenpipe.2026-05-07.0.10g-rwxr-xr-xlukasstaff149946May20:26-rw-r--r--1 lukasstaff3167screenpipe_sync.sh7 May 09:23 sync.loglukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe449M/Users/lukas/.screenpipelukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ П-zsh(ah]Support Daily • in 59 mA100% <478Thu 7 May 14:01:10181-zsh• 84|screenpipe*•₴5-zsh...
|
NULL
|
-5859057155920158887
|
NULL
|
click
|
ocr
|
NULL
|
iTerm2ShellEditViewSessionScriptsProfilesWindowHel iTerm2ShellEditViewSessionScriptsProfilesWindowHelpDOCKERLast login: Thu May₴1DEV (-zsh)7 09:45:09on ttys010₴82APP (-zsh)Poetry could not find a pyproject.toml file in /Users/lukas or its parentsPoetry could not find a pyproject.tomlfile in /Users/lukas or its parentslukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~$cd ~/.screenpipelukas@Lukas-Kovaliks-MacBook-Pro-Jiminny~/.screenpipe $ 11total667416drwxr-xr-xdrwx-drwxr-xr-x11lukasstaff3527 May13:4093lukasstaff29767 May13:4018lukasstaff5766May20:31datalukasstaff3361546247May13:40db.sqlite-rw-r--r--lukasstaff655367May10:42db.sqlite-shm-rw-r--r--lukasstaff44084327May13:40db.sqlite-waldrwxr-xr-x8lukasstaff2566May20:27pipes-rw-r--r--lukasstaff284086May21:02screenpipe.2026-05-06.0.10g-rw-r--r--lukasstaff1594697May13:40screenpipe.2026-05-07.0.10g-rwxr-xr-xlukasstaff149946May20:26-rw-r--r--1 lukasstaff3167screenpipe_sync.sh7 May 09:23 sync.loglukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ du -sh ~/.screenpipe449M/Users/lukas/.screenpipelukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe $ П-zsh(ah]Support Daily • in 59 mA100% <478Thu 7 May 14:01:10181-zsh• 84|screenpipe*•₴5-zsh...
|
2081
|
NULL
|
NULL
|
NULL
|
|
2125
|
98
|
45
|
2026-05-07T11:02:44.235269+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-07/1778 /Users/lukas/.screenpipe/data/data/2026-05-07/1778151764235_m2.jpg...
|
iTerm2
|
NULL
|
True
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
rostmancaltvlewWindowmelprTavsco.s°9 masterProlede rostmancaltvlewWindowmelprTavsco.s°9 masterProledey© RingCentral/Client.phpA EU (EU]v &[EMAIL]© RateLimitException.php© RateLimitAwareWrapper.php& console uiminny clocainosA DI [jiminny@localhost]A HS_local [jiminny@localhosA SF ([jiminny@localhost]A zoho_dev (jiminny@localhoV A PRODMiddleware/RateLimited.pnpuHtp/RateLimited.phpC) ProviderRateLimiter.pho Xclass ProviderRateLimiterpublic function canMakeRequest(RateLimited Sprovider): bool& console PrODI& console 1 PRODLDI PROD I> AOA/** @vac RateLimitinterface SrateLimit */foreach (Sprovider->getRateLimits) as SrateLimit)‹$key = SrateLimit->getKeyO:L@AI#QAI PRODLSTAGINGif (Sthis->rateLimiter->tooManyAttempts(Skey, SrateLimit->getQuotaO)) {neturn false.& console STAGING& console STAGiNgduranus STAGINGI> Fxtansinnsservicesv D DatabaseV AEUconsolev &iiminny@localhostA HS local 1s 212 msA SFV A PRODconsole 1s 381 msASTAGING¿ console 1s 901 ms÷ Docker© SyncToUserPilot.phpv 520522524525526527= custom.log= laravel.log4 SF jiminny@localhoA console [STAGING] XTx: Auto vCONCATCU.10. CASE WHEN U.10 = 1.0U.eman..sa.*t.owner 1d FROM social accounts s.JOIN users u on u.id = sa.sociable_icVOIN teams t 1..n<->1on t.id = u.te:WHERE U.team_id = 1052 and sa.provideselect * from teams where id = 1;select * from groups g JOIN playbooksselect * from groups where id = 565;select * from playbooks where team_idselect * from playbooks where id = 17select * from plavbook cateaonies wheselect * from users where team_id = 1select * from users where id = 7160:h Outoutii Result 3W 1rowvWuser_idW emailDidI sociable idM provider user idM orovider user tokenl provider_refresh_tokenexpiresI refresh_ token_ expiresI providenM stateW auth_scopeI retry_afterI• created atI updated atMorovider user token encrvotedlMorovider refresh token encrvntedm encnvntion kev (Hey)I sociable type(* owner id23552 (owner)[EMAIL] 7OLNOMI 8K0EWPAOWACAKUAhI.IBB4BAOEDBX1DYWOTMSX-BU006wCMh0rvv03z0W700hF0GvochLCo/mLiov0l.N0M1 8k05na1-1522-0818-4440-868b-141165c3ed07177/390304hubspotful-refresh¿nulls2025-11-17 21:21:132026-03-24 06:06:20evJodiT6T#Z2UXN1KzdTbEFLL3czMXVia01+SFE9PSIsInZhbHV1ToiTEFCYXZ5d3dHcGFVMnoNak03NXRvaHM0Z1VaWnF10WT2S010cD|ev.JodiT6TlhGeFRt0Td.JZvt5ZUV≥MzJERmE00UE9PSIsInZhbHV1TioiMTFHcnq3TihMT2x@c2RTVHJJMT16a1RidnoBYLVYTktJVVo0eT*Ax010203007861920909600600301ERCQ0EAEES5AC/5E580165CE3E302R3R627026AA7CEC7CA01AANARCCA37320C1065F20A1R84R923552"suppont Dally • In oomXx Hubspot v• SearchYour team is now on the Free plan with 1 admin. You retain editing access and other members are read-only. View team permissions to see who can edit, or upgrade to restore collaborationGET Re:•GET Get'No environmentvHTTP https:api.hubapi.com/account-info/v3/detaia SaveShareV COLLECTIONShttps://api.hubapi.com/account-info/v3/detaiAssociations V4= DocsAuthorization • Headers 8 Body Scripts SettingscookiesCMS - URL Redirects APl CollectionToken• Companies{{token})• COMPAREThe authorization header will be• Contactsautomatically generated when vou send• CRM ObiectsCRM Ownersbearer lloken authorization• CRM Pipelines• Dealsv Engagements> O OLD ENGAGEMENTSGet list meetinasPOST search modified comnaniesPOST search tasksGET read calll› POST search callsGET list callspost meetinas scheduledGET get meetingPoSt aet link tolit.skPost Greate Contact with AccociationHubspot• Iournal & wehhoooks vA> ©Auth• Pronertiec> RESEARCH• СЕАРСН> Tickets• Ulsefule> Webhooks100% L2Thu 7 May 14:02:43VAllIVariables in requestG tokenCMiYz9LaMx|7a..>All variablesSend + Get a successful responseo Send + Visualize response# Send + Write testsCAMIDONMCNTeSPECS>FLOWSGlobals Vault Tools?0O...
|
NULL
|
-8068502238361053294
|
NULL
|
visual_change
|
ocr
|
NULL
|
rostmancaltvlewWindowmelprTavsco.s°9 masterProlede rostmancaltvlewWindowmelprTavsco.s°9 masterProledey© RingCentral/Client.phpA EU (EU]v &[EMAIL]© RateLimitException.php© RateLimitAwareWrapper.php& console uiminny clocainosA DI [jiminny@localhost]A HS_local [jiminny@localhosA SF ([jiminny@localhost]A zoho_dev (jiminny@localhoV A PRODMiddleware/RateLimited.pnpuHtp/RateLimited.phpC) ProviderRateLimiter.pho Xclass ProviderRateLimiterpublic function canMakeRequest(RateLimited Sprovider): bool& console PrODI& console 1 PRODLDI PROD I> AOA/** @vac RateLimitinterface SrateLimit */foreach (Sprovider->getRateLimits) as SrateLimit)‹$key = SrateLimit->getKeyO:L@AI#QAI PRODLSTAGINGif (Sthis->rateLimiter->tooManyAttempts(Skey, SrateLimit->getQuotaO)) {neturn false.& console STAGING& console STAGiNgduranus STAGINGI> Fxtansinnsservicesv D DatabaseV AEUconsolev &iiminny@localhostA HS local 1s 212 msA SFV A PRODconsole 1s 381 msASTAGING¿ console 1s 901 ms÷ Docker© SyncToUserPilot.phpv 520522524525526527= custom.log= laravel.log4 SF jiminny@localhoA console [STAGING] XTx: Auto vCONCATCU.10. CASE WHEN U.10 = 1.0U.eman..sa.*t.owner 1d FROM social accounts s.JOIN users u on u.id = sa.sociable_icVOIN teams t 1..n<->1on t.id = u.te:WHERE U.team_id = 1052 and sa.provideselect * from teams where id = 1;select * from groups g JOIN playbooksselect * from groups where id = 565;select * from playbooks where team_idselect * from playbooks where id = 17select * from plavbook cateaonies wheselect * from users where team_id = 1select * from users where id = 7160:h Outoutii Result 3W 1rowvWuser_idW emailDidI sociable idM provider user idM orovider user tokenl provider_refresh_tokenexpiresI refresh_ token_ expiresI providenM stateW auth_scopeI retry_afterI• created atI updated atMorovider user token encrvotedlMorovider refresh token encrvntedm encnvntion kev (Hey)I sociable type(* owner id23552 (owner)[EMAIL] 7OLNOMI 8K0EWPAOWACAKUAhI.IBB4BAOEDBX1DYWOTMSX-BU006wCMh0rvv03z0W700hF0GvochLCo/mLiov0l.N0M1 8k05na1-1522-0818-4440-868b-141165c3ed07177/390304hubspotful-refresh¿nulls2025-11-17 21:21:132026-03-24 06:06:20evJodiT6T#Z2UXN1KzdTbEFLL3czMXVia01+SFE9PSIsInZhbHV1ToiTEFCYXZ5d3dHcGFVMnoNak03NXRvaHM0Z1VaWnF10WT2S010cD|ev.JodiT6TlhGeFRt0Td.JZvt5ZUV≥MzJERmE00UE9PSIsInZhbHV1TioiMTFHcnq3TihMT2x@c2RTVHJJMT16a1RidnoBYLVYTktJVVo0eT*Ax010203007861920909600600301ERCQ0EAEES5AC/5E580165CE3E302R3R627026AA7CEC7CA01AANARCCA37320C1065F20A1R84R923552"suppont Dally • In oomXx Hubspot v• SearchYour team is now on the Free plan with 1 admin. You retain editing access and other members are read-only. View team permissions to see who can edit, or upgrade to restore collaborationGET Re:•GET Get'No environmentvHTTP https:api.hubapi.com/account-info/v3/detaia SaveShareV COLLECTIONShttps://api.hubapi.com/account-info/v3/detaiAssociations V4= DocsAuthorization • Headers 8 Body Scripts SettingscookiesCMS - URL Redirects APl CollectionToken• Companies{{token})• COMPAREThe authorization header will be• Contactsautomatically generated when vou send• CRM ObiectsCRM Ownersbearer lloken authorization• CRM Pipelines• Dealsv Engagements> O OLD ENGAGEMENTSGet list meetinasPOST search modified comnaniesPOST search tasksGET read calll› POST search callsGET list callspost meetinas scheduledGET get meetingPoSt aet link tolit.skPost Greate Contact with AccociationHubspot• Iournal & wehhoooks vA> ©Auth• Pronertiec> RESEARCH• СЕАРСН> Tickets• Ulsefule> Webhooks100% L2Thu 7 May 14:02:43VAllIVariables in requestG tokenCMiYz9LaMx|7a..>All variablesSend + Get a successful responseo Send + Visualize response# Send + Write testsCAMIDONMCNTeSPECS>FLOWSGlobals Vault Tools?0O...
|
2124
|
NULL
|
NULL
|
NULL
|
|
2126
|
97
|
37
|
2026-05-07T11:02:44.994587+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-07/1778 /Users/lukas/.screenpipe/data/data/2026-05-07/1778151764994_m1.jpg...
|
iTerm2
|
NULL
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
iTerm2ShellEditViewSessionScriptsProfilesWindowHel iTerm2ShellEditViewSessionScriptsProfilesWindowHelpDOCKERDOCKER (docker-compose)DEV (-zsh)882APP (-zsh)STAGE (ssh)*3"@timestamp":"2026-05-07T11:02:36Z""taskManager""taskManager"],,"tags" : ["info""message": "TaskManager is identified by the Kibbf01f365-e094-4cde-940d-3e0db65fa22a"}elasticsearch1 {"type":"timestamp":"2026-05-07T11:02:37,362Z*"level": "I"component" :"o.e.c.m.MetadataIndexTemplateService""cluster.name":"node. name": "e802ad473a4f""message" :"adding template [.management-beats]dex patterns [.management-beats]","8uh2w1CUSGyWYR_OvaKx6g","e2ZKzgw4Q4aCf2w51 jWr1A"{"type" : "log","@timestamp" : "2026-05-07T11:02:37Z", "tags" : ["info", "plugi,"crossClusterReplication"],"pid":7,"message": "Your basic license does not support crossClusterReplication.Please upgrade your license."}1 {"type" : "log""@timestamp": "2026-05-07T11:02:37Z" , "tags" : ["info", "plugi,"watcher"], "pid" :7,"message": "Your basic licensenot support watcher.grade your license. "31 {"type": "log""@timestamp": "2026-05-07T11:02:37Z","tags" : ["info", "plugi"monitoring","monitoring", "kibana-moni toring"], "pid" :7, "message" : "Starting monitorincollection"}1 {"type": "log", "@timestamp": "2026-05-07T11:02:38Z", "tags" : ["error", "elas,"data"], "pid" :7, "message": "[version_conflict_engine_exception]: [task:Actions-actions_telemetry]: versionconflict, document already exists (current version (754])"}kibanaticsearch"1 {"type" : "log""@timestamp" : "2026-05-07T11:02:38Z","tags" : ["error", "data"], "pid":7, "message" : "[version_conflict_engine_exception]: [task:endpoint:user-artifact-packager:1.0.0]: version conflict, document already exists (current version [313028])"}1 {"type": "log", "@timestamp": "2026-05-07T11:02:38Z", "tags" : ["error", "elasticsearch", "data"], "pid" :7, "message" : "[version_conflict_engine_exception]: [task:Alerting-alerting_telemetry]: version conflict, document already exists (current version [754])1 {"type": "log", "@timestamp": "2026-05-07T11:02:38Z","tags" : ["error"ticsearch", "data"], "pid" :7, "message": "[version_conflict_engine_exception]: [task:apm-telemetry-task]: version conflict, document already exists (current version [1231])"}1 {"type" : "log", "@timestamp":"2026-05-07T11:02:38Z".,"tags" : ["error"ticsearch", "data"], "pid":7,"message":"[version_conflict_engine_exception]: [task:Lens-lens_telemetry]: versionconflict,document already exists (current version1 {"type": "log""@timestamp": "2026-05-07T11:02:392","tags" : ["listening","info"],"pid" :7, "message": "Serverrunning at [URL_WITH_CREDENTIALS] "2026-05-07T11:02:42Z","tags" : ["info", "http""server", "Kibana"],"message": "http server running at [URL_WITH_CREDENTIALS] : "2026-05-07T11:02:44Z", "tags" : ["warning","reporting"], "pid":7, "message": "Enabling the Chromium sandbox provides an additional layer of protection. "}<Support Daily - in 58 m100% <78Thu 7 May 14:02:44-zsh• 84screenpipe*Y2PROD (ssh)'do-release-upgrade' to upgrade to it.• *5-zsh|*** System restart required ***Last login: Mon Apr 27 07:45:272026 from 212.5.153.87lukas@jiminny-prod-bastion:~$ 0X T3 EU (-zsh)Last login: Thu May 7 09:29:14 on consolePoetry could not find a pyproject.toml file in /Users/lukas or its parentsPoetry could not find a pyproject.toml file in /Users/lukas or its parentsukas-Kovaliks-MacBook-Pro-Jiminny ~ $ I|T4STAGE (ssh)Run 'do-release-upgrade' to upgrade to it.181₴6+PRODSTAGE*** System restart required ***Last login: Tue Apr 28 06:25:10 2026 from 212.5.153.87in:-$X T5QA (-zsh)Last login: Thu May 7 09:44:56on ttys002Poetry could not find a pyproject.toml file in /Users/lukas or its parentsPoetry could not find a pyproject.tomlfile in /Users/lukas or its parentsX t6FE (-zsh)Last login: Thu May 7 09:44:56on ttys004Poetry could not find a pyproject.toml file in /Users/lukas or its parentsPoetry could not find a pyproject.tomlfile in /Users/lukas or its parentslukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ IX W7 ExT(-zsh)Poetry could not find a pyproject.toml file in /Users/lukas or its parentsPoetry could not find a pyproject.tomlfile in /Users/lukas or its parentslukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ [|FRONTENDEXTENSIONView in Docker Desktopo View ConfigEnable Watch...
|
NULL
|
-4545556424166212335
|
NULL
|
click
|
ocr
|
NULL
|
iTerm2ShellEditViewSessionScriptsProfilesWindowHel iTerm2ShellEditViewSessionScriptsProfilesWindowHelpDOCKERDOCKER (docker-compose)DEV (-zsh)882APP (-zsh)STAGE (ssh)*3"@timestamp":"2026-05-07T11:02:36Z""taskManager""taskManager"],,"tags" : ["info""message": "TaskManager is identified by the Kibbf01f365-e094-4cde-940d-3e0db65fa22a"}elasticsearch1 {"type":"timestamp":"2026-05-07T11:02:37,362Z*"level": "I"component" :"o.e.c.m.MetadataIndexTemplateService""cluster.name":"node. name": "e802ad473a4f""message" :"adding template [.management-beats]dex patterns [.management-beats]","8uh2w1CUSGyWYR_OvaKx6g","e2ZKzgw4Q4aCf2w51 jWr1A"{"type" : "log","@timestamp" : "2026-05-07T11:02:37Z", "tags" : ["info", "plugi,"crossClusterReplication"],"pid":7,"message": "Your basic license does not support crossClusterReplication.Please upgrade your license."}1 {"type" : "log""@timestamp": "2026-05-07T11:02:37Z" , "tags" : ["info", "plugi,"watcher"], "pid" :7,"message": "Your basic licensenot support watcher.grade your license. "31 {"type": "log""@timestamp": "2026-05-07T11:02:37Z","tags" : ["info", "plugi"monitoring","monitoring", "kibana-moni toring"], "pid" :7, "message" : "Starting monitorincollection"}1 {"type": "log", "@timestamp": "2026-05-07T11:02:38Z", "tags" : ["error", "elas,"data"], "pid" :7, "message": "[version_conflict_engine_exception]: [task:Actions-actions_telemetry]: versionconflict, document already exists (current version (754])"}kibanaticsearch"1 {"type" : "log""@timestamp" : "2026-05-07T11:02:38Z","tags" : ["error", "data"], "pid":7, "message" : "[version_conflict_engine_exception]: [task:endpoint:user-artifact-packager:1.0.0]: version conflict, document already exists (current version [313028])"}1 {"type": "log", "@timestamp": "2026-05-07T11:02:38Z", "tags" : ["error", "elasticsearch", "data"], "pid" :7, "message" : "[version_conflict_engine_exception]: [task:Alerting-alerting_telemetry]: version conflict, document already exists (current version [754])1 {"type": "log", "@timestamp": "2026-05-07T11:02:38Z","tags" : ["error"ticsearch", "data"], "pid" :7, "message": "[version_conflict_engine_exception]: [task:apm-telemetry-task]: version conflict, document already exists (current version [1231])"}1 {"type" : "log", "@timestamp":"2026-05-07T11:02:38Z".,"tags" : ["error"ticsearch", "data"], "pid":7,"message":"[version_conflict_engine_exception]: [task:Lens-lens_telemetry]: versionconflict,document already exists (current version1 {"type": "log""@timestamp": "2026-05-07T11:02:392","tags" : ["listening","info"],"pid" :7, "message": "Serverrunning at [URL_WITH_CREDENTIALS] "2026-05-07T11:02:42Z","tags" : ["info", "http""server", "Kibana"],"message": "http server running at [URL_WITH_CREDENTIALS] : "2026-05-07T11:02:44Z", "tags" : ["warning","reporting"], "pid":7, "message": "Enabling the Chromium sandbox provides an additional layer of protection. "}<Support Daily - in 58 m100% <78Thu 7 May 14:02:44-zsh• 84screenpipe*Y2PROD (ssh)'do-release-upgrade' to upgrade to it.• *5-zsh|*** System restart required ***Last login: Mon Apr 27 07:45:272026 from 212.5.153.87lukas@jiminny-prod-bastion:~$ 0X T3 EU (-zsh)Last login: Thu May 7 09:29:14 on consolePoetry could not find a pyproject.toml file in /Users/lukas or its parentsPoetry could not find a pyproject.toml file in /Users/lukas or its parentsukas-Kovaliks-MacBook-Pro-Jiminny ~ $ I|T4STAGE (ssh)Run 'do-release-upgrade' to upgrade to it.181₴6+PRODSTAGE*** System restart required ***Last login: Tue Apr 28 06:25:10 2026 from 212.5.153.87in:-$X T5QA (-zsh)Last login: Thu May 7 09:44:56on ttys002Poetry could not find a pyproject.toml file in /Users/lukas or its parentsPoetry could not find a pyproject.tomlfile in /Users/lukas or its parentsX t6FE (-zsh)Last login: Thu May 7 09:44:56on ttys004Poetry could not find a pyproject.toml file in /Users/lukas or its parentsPoetry could not find a pyproject.tomlfile in /Users/lukas or its parentslukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ IX W7 ExT(-zsh)Poetry could not find a pyproject.toml file in /Users/lukas or its parentsPoetry could not find a pyproject.tomlfile in /Users/lukas or its parentslukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ [|FRONTENDEXTENSIONView in Docker Desktopo View ConfigEnable Watch...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
2127
|
97
|
38
|
2026-05-07T11:02:50.121508+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-07/1778 /Users/lukas/.screenpipe/data/data/2026-05-07/1778151770121_m1.jpg...
|
iTerm2
|
NULL
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
iTerm2ShellEditViewSessionScriptsProfilesWindowHel iTerm2ShellEditViewSessionScriptsProfilesWindowHelp<Support Daily - in 58 m100% <78Thu 7 May 14:02:49DEV (-zsh)882APP (-zsh)STAGE (ssh)*3DOCKERDOCKER (docker-compose)"@timestamp": "2026-05-07T11:02:36Z""taskManager""taskManager"],,"tags" : ["info""message": "TaskManager is identified by the Kibbf01f365-e094-4cde-940d-3e0db65fa22a"}elasticsearch1 {"type":"timestamp":"2026-05-07T11:02:37,362Z""level": "I"component" :"o.e.c.m.MetadataIndexTemplateService""cluster.name":"node. name": "e802ad473a4f""message" :"adding template [.management-beats]dex patterns [.management-beats]","8uh2w1CUSGyWYR_OvaKx6g","e2ZKzgw4Q4aCf2w51 jWr1A"{"type" : "log","@timestamp" : "2026-05-07T11:02:37Z", "tags" : ["info", "plugi,"crossClusterReplication"],"pid":7,"message": "Your basic license does not support crossClusterReplication.Please upgrade your license."}1 {"type" : "log","@timestamp" : "2026-05-07T11:02:37Z" , "tags" : ["info", "plugi,"watcher"], "pid" :7,"message": "Your basic licensenot support watcher.grade your license. "}1 {"type": "log""@timestamp": "2026-05-07T11:02:37Z","tags" : ["info", "plugi"monitoring","monitoring", "kibana-moni toring"], "pid" :7, "message" : "Starting monitorincollection"}1 {"type": "log", "@timestamp": "2026-05-07T11:02:38Z", "tags" : ["error", "elas,"data"], "pid" :7, "message": "[version_conflict_engine_exception]: [task:Actions-actions_telemetry]: versionconflict, document already exists (current version (754])"}kibanaticsearch"1 {"type" : "log","@timestamp" : "2026-05-07T11:02:382","tags" : ["error", "data"], "pid":7, "message" : "[version_conflict_engine_exception]: [task:endpoint:user-artifact-packager:1.0.0]: version conflict, document already exists (current version [313028])"}1 {"type": "log", "@timestamp": "2026-05-07T11:02:38Z", "tags" : ["error", "elasticsearch", "data"], "pid" :7, "message" : "[version_conflict_engine_exception]: [task:Alerting-alerting_telemetry]: version conflict, document already exists (current version [754])1 {"type": "log", "@timestamp": "2026-05-07T11:02:38Z","tags" : ["error"ticsearch", "data"], "pid" :7, "message": "[version_conflict_engine_exception]: [task:apm-telemetry-task]: version conflict, document already exists (current version [1231])"}1 {"type" : "log", "@timestamp":"2026-05-07T11:02:38Z".,"tags" : ["error"ticsearch", "data"], "pid":7, "message":"[version_conflict_engine_exception]: [task:Lens-lens_telemetry]: versiondocument already exists (current version1 {"type": "log""@timestamp": "2026-05-07T11:02:392","tags" : ["listening","info"],"pid" :7, "message": "Serverrunning at [URL_WITH_CREDENTIALS] "2026-05-07T11:02:42Z","tags" : ["info", "http""server", "Kibana"],"message": "http server running at [URL_WITH_CREDENTIALS] : "2026-05-07T11:02:44Z", "tags" : ["warning","reporting"], "pid":7, "message": "Enabling the Chromium sandbox provides an additional layer of protection. "}XIY2-zsh• 84screenpipe*PROD (ssh)'do-release-upgrade' to upgrade to it.• *5-zsh|*** System restart required ***Last login: Mon Apr 27 07:45:272026 from 212.5.153.87lukas@jiminny-prod-bastion:~$ 0X T3 EU (-zsh)Last login: Thu May 7 09:29:14 on consolePoetry could not find a pyproject.toml file in /Users/lukas or its parentsPoetry could not find a pyproject.toml file in /Users/lukas or its parentsukas-Kovaliks-MacBook-Pro-Jiminny ~ $ I|T4STAGE (ssh)Run 'do-release-upgrade' to upgrade to it.*** System restart required ***Last login: Tue Apr 28 06:25:10 2026 from 212.5.153.87in:-$X T5QA (-zsh)Last login: Thu May 7 09:44:56on ttys002Poetry could not find a pyproject.toml file in /Users/lukas or its parentsPoetry could not find a pyproject.tomlfile in /Users/lukas or its parentsX 16FE (-zsh)Last login: Thu May 7 09:44:56on ttys004₴6181+PRODSTAGEPoetry could not find a pyproject.toml file in /Users/lukas or its parentsFRONTENDPoetry could not find a pyproject.tomlfile in /Users/lukas or its parentslukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ IX W7 ExT(-zsh)Poetry could not find a pyproject.toml file in /Users/lukas or its parentsEXTENSIONPoetry could not find a pyproject.tomlfile in /Users/lukas or its parentslukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ I|View in Docker Desktopo View ConfigEnable Watch...
|
NULL
|
7382194655953113011
|
NULL
|
click
|
ocr
|
NULL
|
iTerm2ShellEditViewSessionScriptsProfilesWindowHel iTerm2ShellEditViewSessionScriptsProfilesWindowHelp<Support Daily - in 58 m100% <78Thu 7 May 14:02:49DEV (-zsh)882APP (-zsh)STAGE (ssh)*3DOCKERDOCKER (docker-compose)"@timestamp": "2026-05-07T11:02:36Z""taskManager""taskManager"],,"tags" : ["info""message": "TaskManager is identified by the Kibbf01f365-e094-4cde-940d-3e0db65fa22a"}elasticsearch1 {"type":"timestamp":"2026-05-07T11:02:37,362Z""level": "I"component" :"o.e.c.m.MetadataIndexTemplateService""cluster.name":"node. name": "e802ad473a4f""message" :"adding template [.management-beats]dex patterns [.management-beats]","8uh2w1CUSGyWYR_OvaKx6g","e2ZKzgw4Q4aCf2w51 jWr1A"{"type" : "log","@timestamp" : "2026-05-07T11:02:37Z", "tags" : ["info", "plugi,"crossClusterReplication"],"pid":7,"message": "Your basic license does not support crossClusterReplication.Please upgrade your license."}1 {"type" : "log","@timestamp" : "2026-05-07T11:02:37Z" , "tags" : ["info", "plugi,"watcher"], "pid" :7,"message": "Your basic licensenot support watcher.grade your license. "}1 {"type": "log""@timestamp": "2026-05-07T11:02:37Z","tags" : ["info", "plugi"monitoring","monitoring", "kibana-moni toring"], "pid" :7, "message" : "Starting monitorincollection"}1 {"type": "log", "@timestamp": "2026-05-07T11:02:38Z", "tags" : ["error", "elas,"data"], "pid" :7, "message": "[version_conflict_engine_exception]: [task:Actions-actions_telemetry]: versionconflict, document already exists (current version (754])"}kibanaticsearch"1 {"type" : "log","@timestamp" : "2026-05-07T11:02:382","tags" : ["error", "data"], "pid":7, "message" : "[version_conflict_engine_exception]: [task:endpoint:user-artifact-packager:1.0.0]: version conflict, document already exists (current version [313028])"}1 {"type": "log", "@timestamp": "2026-05-07T11:02:38Z", "tags" : ["error", "elasticsearch", "data"], "pid" :7, "message" : "[version_conflict_engine_exception]: [task:Alerting-alerting_telemetry]: version conflict, document already exists (current version [754])1 {"type": "log", "@timestamp": "2026-05-07T11:02:38Z","tags" : ["error"ticsearch", "data"], "pid" :7, "message": "[version_conflict_engine_exception]: [task:apm-telemetry-task]: version conflict, document already exists (current version [1231])"}1 {"type" : "log", "@timestamp":"2026-05-07T11:02:38Z".,"tags" : ["error"ticsearch", "data"], "pid":7, "message":"[version_conflict_engine_exception]: [task:Lens-lens_telemetry]: versiondocument already exists (current version1 {"type": "log""@timestamp": "2026-05-07T11:02:392","tags" : ["listening","info"],"pid" :7, "message": "Serverrunning at [URL_WITH_CREDENTIALS] "2026-05-07T11:02:42Z","tags" : ["info", "http""server", "Kibana"],"message": "http server running at [URL_WITH_CREDENTIALS] : "2026-05-07T11:02:44Z", "tags" : ["warning","reporting"], "pid":7, "message": "Enabling the Chromium sandbox provides an additional layer of protection. "}XIY2-zsh• 84screenpipe*PROD (ssh)'do-release-upgrade' to upgrade to it.• *5-zsh|*** System restart required ***Last login: Mon Apr 27 07:45:272026 from 212.5.153.87lukas@jiminny-prod-bastion:~$ 0X T3 EU (-zsh)Last login: Thu May 7 09:29:14 on consolePoetry could not find a pyproject.toml file in /Users/lukas or its parentsPoetry could not find a pyproject.toml file in /Users/lukas or its parentsukas-Kovaliks-MacBook-Pro-Jiminny ~ $ I|T4STAGE (ssh)Run 'do-release-upgrade' to upgrade to it.*** System restart required ***Last login: Tue Apr 28 06:25:10 2026 from 212.5.153.87in:-$X T5QA (-zsh)Last login: Thu May 7 09:44:56on ttys002Poetry could not find a pyproject.toml file in /Users/lukas or its parentsPoetry could not find a pyproject.tomlfile in /Users/lukas or its parentsX 16FE (-zsh)Last login: Thu May 7 09:44:56on ttys004₴6181+PRODSTAGEPoetry could not find a pyproject.toml file in /Users/lukas or its parentsFRONTENDPoetry could not find a pyproject.tomlfile in /Users/lukas or its parentslukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ IX W7 ExT(-zsh)Poetry could not find a pyproject.toml file in /Users/lukas or its parentsEXTENSIONPoetry could not find a pyproject.tomlfile in /Users/lukas or its parentslukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ I|View in Docker Desktopo View ConfigEnable Watch...
|
2126
|
NULL
|
NULL
|
NULL
|
|
2128
|
98
|
46
|
2026-05-07T11:02:50.091657+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-07/1778 /Users/lukas/.screenpipe/data/data/2026-05-07/1778151770091_m2.jpg...
|
iTerm2
|
NULL
|
True
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
rostmancaltvlewWindowmelprTavsco.s°9 masterProlede rostmancaltvlewWindowmelprTavsco.s°9 masterProledey© RingCentral/Client.phpA EU (EU]v &[EMAIL]© RateLimitException.php© RateLimitAwareWrapper.php& console uiminny clocainosA DI [jiminny@localhost]A HS_local [jiminny@localhosA SF ([jiminny@localhost]A zoho_dev (jiminny@localhoV A PRODMiddleware/RateLimited.pnpuHtp/RateLimited.phpC) ProviderRateLimiter.pho Xclass ProviderRateLimiten& console PrODI& console 1 PRODLDI PROD I> AOAL@AI#QAI PRODLSTAGING& console STAGING& console STAGINGduranus STAGINGI> Fxtansinnsservicesv D DatabaseV AEUconsolev &iiminny@localhostA HS local 1s 212 msA SFV A PRODconsole 1s 381 msASTAGING¿ console 1s 901 ms÷ Dockerpublic function canMakeRequest(RateLimited Sprovider): bool/** @vac RateLimitinterface SrateLimit */foreach (Sprovider->getRateLimits) as SrateLimit)‹$key = SrateLimit->getKeyO;if (Sthis->rateLimiter->tooManyAttempts(Skey, SrateLimit->getQuotaO)) {neturn false.h Outoutii Result 3W 1rowvWuser_idW emailDidI sociable idM provider user idM orovider user tokenl provider_refresh_tokenexpiresI refresh_ token_ expiresI providenM stateW auth_scopeI retry_afterI• created atI updated atMorovider user token encrvotedlMorovider refresh token encrvntedm encnvntion kev (Hey)I sociable type(* owner id© SyncToUserPilot.phpv 520522524525526527528= custom.log= laravel.log4 SF jiminny@localhoA console [STAGING] XTx: AutovCONCATCU.10. CASE WHEN U.10 = 1.0U.eman..sa.*t.owner 1d FROM social accounts s.JOIN users u on u.id = sa.sociable_ioVOIN teams t 1..n<->1on t.id = u.te:WHERE U.team_id = 1052 and sa.provideselect * from teams where id = 1;select * from groups g JOIN playbooksselect * from groups where id = 565;select * from playbooks where team_idselect * from playbooks where id = 17select * from plavbook cateaonies wheselect * from users where team_id = 1select * from users where id = 7160:23552 (owner)[EMAIL] 7OLNOMI 8K0EWPAOWACAKUAhI.IBB4BAOEDBX1DYWOTMSX-BU006wCMh0rvv03z0W700hF0GvochLCo/mLiov0l.N0M1 8k05na1-1522-0818-4440-868b-141165c3ed07177/390304hubspotful-refresh¿nulls2025-11-17 21:21:132026-03-24 06:06:20evJodiT6T#Z2UXN1KzdTbEFLL3czMXVia01+SFE9PSIsInZhbHV1ToiTEFCYXZ5d3dHcGFVMnoNak03NXRvaHM0Z1VaWnF10WT2S010cD|ev.JodiT6TlhGeFRt0Td.JZvt5ZUV≥MzJERmE00UE9PSIsInZhbHV1TioiMTFHcnq3TihMT2x@c2RTVHJJMT16a1RidnoBYLVYTktJVVo0eT*Ax010203007861920909600600301ERCQ0EAEES5AC/5E580165CE3E302R3R627026AA7CEC7CA01AANARCCA37320C1065F20A1R84R923552"suppont Dally • In oomXx Hubspot v• SearchYour team is now on the Free plan with 1 admin. You retain editing access and other members are read-only. View team permissions to see who can edit, or upgrade to restore collaborationGET Re:•GET Get'No environmentvHTTP https:api.hubapi.com/account-info/v3/detaia SaveShareV COLLECTIONShttps://api.hubapi.com/account-info/v3/detaiAssociations V4= DocsAuthorization • Headers 8 Body Scripts SettinascookiesCMS - URL Redirects APl CollectionAuth Type• CompaniesRearer TokenToken{{token})• COMPAREThe authorization header will be• Contactsautomatically generated when vou send• CRM ObiectsCRM Ownersbearer lloken authorization• CRM Pipelines• Dealsv Engagements> O OLD ENGAGEMENTSGet list meetinasPOST search modified comnaniesPOST search tasksGET read calll› POST search callsGET list callspost meetinas scheduledGET get meetingPost aet link to taskPost Greate Contact with AccociationHubspot• Iournal & wehhoooks vA> ©Auth• Pronertiec> RESEARCH• СЕАРСН> Tickets• Ulsefule> Webhooks100% L2Thu 7 May 14:02:49VAllIVariables in requestG token> All variablesto) Send + Get a successful responseo Send + Visualize response# Send + Write testsCAMIDONMCNTeSPECS>FLOWSGlobals Vault Tools?000...
|
NULL
|
-4836017556224895642
|
NULL
|
click
|
ocr
|
NULL
|
rostmancaltvlewWindowmelprTavsco.s°9 masterProlede rostmancaltvlewWindowmelprTavsco.s°9 masterProledey© RingCentral/Client.phpA EU (EU]v &[EMAIL]© RateLimitException.php© RateLimitAwareWrapper.php& console uiminny clocainosA DI [jiminny@localhost]A HS_local [jiminny@localhosA SF ([jiminny@localhost]A zoho_dev (jiminny@localhoV A PRODMiddleware/RateLimited.pnpuHtp/RateLimited.phpC) ProviderRateLimiter.pho Xclass ProviderRateLimiten& console PrODI& console 1 PRODLDI PROD I> AOAL@AI#QAI PRODLSTAGING& console STAGING& console STAGINGduranus STAGINGI> Fxtansinnsservicesv D DatabaseV AEUconsolev &iiminny@localhostA HS local 1s 212 msA SFV A PRODconsole 1s 381 msASTAGING¿ console 1s 901 ms÷ Dockerpublic function canMakeRequest(RateLimited Sprovider): bool/** @vac RateLimitinterface SrateLimit */foreach (Sprovider->getRateLimits) as SrateLimit)‹$key = SrateLimit->getKeyO;if (Sthis->rateLimiter->tooManyAttempts(Skey, SrateLimit->getQuotaO)) {neturn false.h Outoutii Result 3W 1rowvWuser_idW emailDidI sociable idM provider user idM orovider user tokenl provider_refresh_tokenexpiresI refresh_ token_ expiresI providenM stateW auth_scopeI retry_afterI• created atI updated atMorovider user token encrvotedlMorovider refresh token encrvntedm encnvntion kev (Hey)I sociable type(* owner id© SyncToUserPilot.phpv 520522524525526527528= custom.log= laravel.log4 SF jiminny@localhoA console [STAGING] XTx: AutovCONCATCU.10. CASE WHEN U.10 = 1.0U.eman..sa.*t.owner 1d FROM social accounts s.JOIN users u on u.id = sa.sociable_ioVOIN teams t 1..n<->1on t.id = u.te:WHERE U.team_id = 1052 and sa.provideselect * from teams where id = 1;select * from groups g JOIN playbooksselect * from groups where id = 565;select * from playbooks where team_idselect * from playbooks where id = 17select * from plavbook cateaonies wheselect * from users where team_id = 1select * from users where id = 7160:23552 (owner)[EMAIL] 7OLNOMI 8K0EWPAOWACAKUAhI.IBB4BAOEDBX1DYWOTMSX-BU006wCMh0rvv03z0W700hF0GvochLCo/mLiov0l.N0M1 8k05na1-1522-0818-4440-868b-141165c3ed07177/390304hubspotful-refresh¿nulls2025-11-17 21:21:132026-03-24 06:06:20evJodiT6T#Z2UXN1KzdTbEFLL3czMXVia01+SFE9PSIsInZhbHV1ToiTEFCYXZ5d3dHcGFVMnoNak03NXRvaHM0Z1VaWnF10WT2S010cD|ev.JodiT6TlhGeFRt0Td.JZvt5ZUV≥MzJERmE00UE9PSIsInZhbHV1TioiMTFHcnq3TihMT2x@c2RTVHJJMT16a1RidnoBYLVYTktJVVo0eT*Ax010203007861920909600600301ERCQ0EAEES5AC/5E580165CE3E302R3R627026AA7CEC7CA01AANARCCA37320C1065F20A1R84R923552"suppont Dally • In oomXx Hubspot v• SearchYour team is now on the Free plan with 1 admin. You retain editing access and other members are read-only. View team permissions to see who can edit, or upgrade to restore collaborationGET Re:•GET Get'No environmentvHTTP https:api.hubapi.com/account-info/v3/detaia SaveShareV COLLECTIONShttps://api.hubapi.com/account-info/v3/detaiAssociations V4= DocsAuthorization • Headers 8 Body Scripts SettinascookiesCMS - URL Redirects APl CollectionAuth Type• CompaniesRearer TokenToken{{token})• COMPAREThe authorization header will be• Contactsautomatically generated when vou send• CRM ObiectsCRM Ownersbearer lloken authorization• CRM Pipelines• Dealsv Engagements> O OLD ENGAGEMENTSGet list meetinasPOST search modified comnaniesPOST search tasksGET read calll› POST search callsGET list callspost meetinas scheduledGET get meetingPost aet link to taskPost Greate Contact with AccociationHubspot• Iournal & wehhoooks vA> ©Auth• Pronertiec> RESEARCH• СЕАРСН> Tickets• Ulsefule> Webhooks100% L2Thu 7 May 14:02:49VAllIVariables in requestG token> All variablesto) Send + Get a successful responseo Send + Visualize response# Send + Write testsCAMIDONMCNTeSPECS>FLOWSGlobals Vault Tools?000...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
2129
|
98
|
47
|
2026-05-07T11:02:51.517629+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-07/1778 /Users/lukas/.screenpipe/data/data/2026-05-07/1778151771517_m2.jpg...
|
iTerm2
|
NULL
|
True
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
rostmancaltvlewWindowmelprTavsco.s°9 masterProlede rostmancaltvlewWindowmelprTavsco.s°9 masterProledey© RingCentral/Client.phpA EU (EU]v &[EMAIL]© RateLimitException.php© RateLimitAwareWrapper.php& console uiminny clocainosA DI [jiminny@localhost]A HS_local [jiminny@localhosA SF ([jiminny@localhost]A zoho_dev (jiminny@localhoV A PRODMiddleware/RateLimited.pnpuHtp/RateLimited.phpC) ProviderRateLimiter.pho Xclass ProviderRateLimiten& console PrODI& console 1 PRODLDI PROD I> AOAL@AI#QAI PRODLSTAGING& console STAGING& console STAGINGduranus STAGINGI> Fxtansinnsservicesv D DatabaseV AEUconsolev &iiminny@localhostA HS local 1s 212 msA SFV A PRODconsole 1s 381 msASTAGING¿ console 1s 901 ms÷ Dockerpublic function canMakeRequest(RateLimited Sprovider): bool/** @vac RateLimitinterface SrateLimit */foreach (Sprovider->getRateLimits) as SrateLimit)‹$key = SrateLimit->getKeyO;if (Sthis->rateLimiter->tooManyAttempts(Skey, SrateLimit->getQuotaO)) {neturn false.h Outoutii Result 3W 1rowvWuser_idW emailDidI sociable idM provider user idM orovider user tokenl provider_refresh_tokenexpiresI refresh_ token_ expiresI providenM stateW auth_scopeI retry_afterI• created atI updated atMorovider user token encrvotedlMorovider refresh token encrvntedm encnvntion kev (Hey)I sociable type(* owner id© SyncToUserPilot.phpv 520522524525526527528= custom.log= laravel.log4 SF jiminny@localhoA console [STAGING] XTx: AutovCONCATCU.10. CASE WHEN U.10 = 1.0U.eman..sa.*t.owner 1d FROM social accounts s.JOIN users u on u.id = sa.sociable_ioVOIN teams t 1..n<->1on t.id = u.te:WHERE U.team_id = 1052 and sa.provideselect * from teams where id = 1;select * from groups g JOIN playbooksselect * from groups where id = 565;select * from playbooks where team_idselect * from playbooks where id = 17select * from plavbook cateaonies wheselect * from users where team_id = 1select * from users where id = 7160:23552 (owner)[EMAIL] 7OLNOMI 8K0EWPAOWACAKUAhI.IBB4BAOEDBX1DYWOTMSX-BU006wCMh0rvv03z0W700hF0GvochLCo/mLiov0l.N0M1 8k05na1-1522-0818-4440-868b-141165c3ed07177/390304hubspotful-refresh¿nulls2025-11-17 21:21:132026-03-24 06:06:20evJodiT6T#Z2UXN1KzdTbEFLL3czMXVia01+SFE9PSIsInZhbHV1ToiTEFCYXZ5d3dHcGFVMnoNak03NXRvaHM0Z1VaWnF10WT2S010cD|ev.JodiT6TlhGeFRt0Td.JZvt5ZUV≥MzJERmE00UE9PSIsInZhbHV1TioiMTFHcnq3TihMT2x@c2RTVHJJMT16a1RidnoBYLVYTktJVVo0eT*Ax010203007861920909600600301ERCQ0EAEES5AC/5E580165CE3E302R3R627026AA7CEC7CA01AANARCCA37320C1065F20A1R84R923552"suppont Dally • In oom100% L2Inu / May 14.02:01Xx Hubspot v@ SearchUparadeYour team is now on the Free plan with 1 admin. You retain editing access and other members are read-only. View team permissions to see who can edit, or upgrade to restore collaborationPOST Re: • POST Re: oGET Re: •GET Re:•GET Get'No environmentvVAIIHTTP https:api.hubapi.com/account-info/v3/detaia SaveShare→ Variables in requestV COLLECTIONSG tokenCP31reTRMx z0....https://api.hubapi.com/account-info/v3/detaiAssociations V4= DocsAuthorization • Headers 8 Body Scripts Settinascookies> All variablesCMS - URL Redirects APl CollectionAuth TypeToken• CompaniesRearer Token{{token})• COMPAREThe authorization header will be• Contactsautomatically generated when vou send• CRM ObiectsCRM Ownersbearer lloken authorization• CRM Pipelines• Dealsv Engagements> O OLD ENGAGEMENTSGet list meetinasPOST search modified comnaniesPOST search tasksGET read calll› POST search callsGET list callspost meetinas scheduledGET get meetingPost aet link to taskPost Greate Contact with AccociationHubspot• Iournal & wehhoooks vA> ©Auth• Pronertiec> RESEARCH• СЕАРСН> Tickets• Ulsefule> Webhooksto) Send + Get a successful responseo Send + Visualize response# Send + Write testsCAMIDONMCNTeSPECS>FLOWSGlobals Vault Tools?000...
|
NULL
|
4696211641251407951
|
NULL
|
click
|
ocr
|
NULL
|
rostmancaltvlewWindowmelprTavsco.s°9 masterProlede rostmancaltvlewWindowmelprTavsco.s°9 masterProledey© RingCentral/Client.phpA EU (EU]v &[EMAIL]© RateLimitException.php© RateLimitAwareWrapper.php& console uiminny clocainosA DI [jiminny@localhost]A HS_local [jiminny@localhosA SF ([jiminny@localhost]A zoho_dev (jiminny@localhoV A PRODMiddleware/RateLimited.pnpuHtp/RateLimited.phpC) ProviderRateLimiter.pho Xclass ProviderRateLimiten& console PrODI& console 1 PRODLDI PROD I> AOAL@AI#QAI PRODLSTAGING& console STAGING& console STAGINGduranus STAGINGI> Fxtansinnsservicesv D DatabaseV AEUconsolev &iiminny@localhostA HS local 1s 212 msA SFV A PRODconsole 1s 381 msASTAGING¿ console 1s 901 ms÷ Dockerpublic function canMakeRequest(RateLimited Sprovider): bool/** @vac RateLimitinterface SrateLimit */foreach (Sprovider->getRateLimits) as SrateLimit)‹$key = SrateLimit->getKeyO;if (Sthis->rateLimiter->tooManyAttempts(Skey, SrateLimit->getQuotaO)) {neturn false.h Outoutii Result 3W 1rowvWuser_idW emailDidI sociable idM provider user idM orovider user tokenl provider_refresh_tokenexpiresI refresh_ token_ expiresI providenM stateW auth_scopeI retry_afterI• created atI updated atMorovider user token encrvotedlMorovider refresh token encrvntedm encnvntion kev (Hey)I sociable type(* owner id© SyncToUserPilot.phpv 520522524525526527528= custom.log= laravel.log4 SF jiminny@localhoA console [STAGING] XTx: AutovCONCATCU.10. CASE WHEN U.10 = 1.0U.eman..sa.*t.owner 1d FROM social accounts s.JOIN users u on u.id = sa.sociable_ioVOIN teams t 1..n<->1on t.id = u.te:WHERE U.team_id = 1052 and sa.provideselect * from teams where id = 1;select * from groups g JOIN playbooksselect * from groups where id = 565;select * from playbooks where team_idselect * from playbooks where id = 17select * from plavbook cateaonies wheselect * from users where team_id = 1select * from users where id = 7160:23552 (owner)[EMAIL] 7OLNOMI 8K0EWPAOWACAKUAhI.IBB4BAOEDBX1DYWOTMSX-BU006wCMh0rvv03z0W700hF0GvochLCo/mLiov0l.N0M1 8k05na1-1522-0818-4440-868b-141165c3ed07177/390304hubspotful-refresh¿nulls2025-11-17 21:21:132026-03-24 06:06:20evJodiT6T#Z2UXN1KzdTbEFLL3czMXVia01+SFE9PSIsInZhbHV1ToiTEFCYXZ5d3dHcGFVMnoNak03NXRvaHM0Z1VaWnF10WT2S010cD|ev.JodiT6TlhGeFRt0Td.JZvt5ZUV≥MzJERmE00UE9PSIsInZhbHV1TioiMTFHcnq3TihMT2x@c2RTVHJJMT16a1RidnoBYLVYTktJVVo0eT*Ax010203007861920909600600301ERCQ0EAEES5AC/5E580165CE3E302R3R627026AA7CEC7CA01AANARCCA37320C1065F20A1R84R923552"suppont Dally • In oom100% L2Inu / May 14.02:01Xx Hubspot v@ SearchUparadeYour team is now on the Free plan with 1 admin. You retain editing access and other members are read-only. View team permissions to see who can edit, or upgrade to restore collaborationPOST Re: • POST Re: oGET Re: •GET Re:•GET Get'No environmentvVAIIHTTP https:api.hubapi.com/account-info/v3/detaia SaveShare→ Variables in requestV COLLECTIONSG tokenCP31reTRMx z0....https://api.hubapi.com/account-info/v3/detaiAssociations V4= DocsAuthorization • Headers 8 Body Scripts Settinascookies> All variablesCMS - URL Redirects APl CollectionAuth TypeToken• CompaniesRearer Token{{token})• COMPAREThe authorization header will be• Contactsautomatically generated when vou send• CRM ObiectsCRM Ownersbearer lloken authorization• CRM Pipelines• Dealsv Engagements> O OLD ENGAGEMENTSGet list meetinasPOST search modified comnaniesPOST search tasksGET read calll› POST search callsGET list callspost meetinas scheduledGET get meetingPost aet link to taskPost Greate Contact with AccociationHubspot• Iournal & wehhoooks vA> ©Auth• Pronertiec> RESEARCH• СЕАРСН> Tickets• Ulsefule> Webhooksto) Send + Get a successful responseo Send + Visualize response# Send + Write testsCAMIDONMCNTeSPECS>FLOWSGlobals Vault Tools?000...
|
2128
|
NULL
|
NULL
|
NULL
|
|
2130
|
97
|
39
|
2026-05-07T11:02:51.568549+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-07/1778 /Users/lukas/.screenpipe/data/data/2026-05-07/1778151771568_m1.jpg...
|
iTerm2
|
NULL
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
iTerm2ShellEditViewSessionScriptsProfilesWindowHel iTerm2ShellEditViewSessionScriptsProfilesWindowHelp<Support Daily - in 58 m100% <78Thu 7 May 14:02:51DEV (-zsh)882APP (-zsh)STAGE (ssh)*3DOCKERDOCKER (docker-compose)"@timestamp": "2026-05-07T11:02:36Z""taskManager""taskManager"],,"tags" : ["info""message": "TaskManager is identified by the Kibbf01f365-e094-4cde-940d-3e0db65fa22a"}elasticsearch1 {"type":"timestamp":"2026-05-07T11:02:37,362Z""level": "I"component" :"o.e.c.m.MetadataIndexTemplateService""cluster.name":"node. name": "e802ad473a4f""message" :"adding template [.management-beats]dex patterns [.management-beats]","8uh2w1CUSGyWYR_OvaKx6g","e2ZKzgw4Q4aCf2w51 jWr1A"{"type" : "log","@timestamp" : "2026-05-07T11:02:37Z", "tags" : ["info", "plugi,"crossClusterReplication"],"pid":7,"message": "Your basic license does not support crossClusterReplication.Please upgrade your license."}1 {"type" : "log","@timestamp" : "2026-05-07T11:02:37Z" , "tags" : ["info", "plugi,"watcher"], "pid" :7,"message": "Your basic licensenot support watcher.grade your license. "}1 {"type": "log""@timestamp": "2026-05-07T11:02:37Z","tags" : ["info", "plugi"monitoring","monitoring", "kibana-moni toring"], "pid" :7, "message" : "Starting monitorincollection"}1 {"type": "log", "@timestamp": "2026-05-07T11:02:38Z", "tags" : ["error", "elas,"data"], "pid" :7, "message": "[version_conflict_engine_exception]: [task:Actions-actions_telemetry]: versionconflict, document already exists (current version (754])"}kibanaticsearch"1 {"type" : "log","@timestamp" : "2026-05-07T11:02:382","tags" : ["error", "data"], "pid":7, "message" : "[version_conflict_engine_exception]: [task:endpoint:user-artifact-packager:1.0.0]: version conflict, document already exists (current version [313028])"}1 {"type": "log", "@timestamp": "2026-05-07T11:02:38Z", "tags" : ["error", "elasticsearch", "data"], "pid" :7, "message" : "[version_conflict_engine_exception]: [task:Alerting-alerting_telemetry]: version conflict, document already exists (current version [754])1 {"type": "log", "@timestamp": "2026-05-07T11:02:38Z","tags" : ["error"ticsearch", "data"], "pid" :7, "message": "[version_conflict_engine_exception]: [task:apm-telemetry-task]: version conflict, document already exists (current version [1231])"}1 {"type" : "log", "@timestamp":"2026-05-07T11:02:38Z".,"tags" : ["error"ticsearch", "data"], "pid":7, "message":"[version_conflict_engine_exception]: [task:Lens-lens_telemetry]: versiondocument already exists (current version1 {"type": "log""@timestamp": "2026-05-07T11:02:392","tags" : ["listening","info"],"pid" :7, "message": "Serverrunning at [URL_WITH_CREDENTIALS] "2026-05-07T11:02:42Z","tags" : ["info", "http""server", "Kibana"],"message": "http server running at [URL_WITH_CREDENTIALS] : "2026-05-07T11:02:44Z", "tags" : ["warning","reporting"], "pid":7, "message": "Enabling the Chromium sandbox provides an additional layer of protection. "}XIY2-zsh• 84screenpipe*PROD (ssh)'do-release-upgrade' to upgrade to it.• *5-zsh|*** System restart required ***Last login: Mon Apr 27 07:45:272026 from 212.5.153.87lukas@jiminny-prod-bastion:~$ 0X T3 EU (-zsh)Last login: Thu May 7 09:29:14 on consolePoetry could not find a pyproject.toml file in /Users/lukas or its parentsPoetry could not find a pyproject.toml file in /Users/lukas or its parentsukas-Kovaliks-MacBook-Pro-Jiminny ~ $ I|T4STAGE (ssh)Run 'do-release-upgrade' to upgrade to it.*** System restart required ***Last login: Tue Apr 28 06:25:10 2026 from 212.5.153.87in:-$X T5QA (-zsh)Last login: Thu May 7 09:44:56on ttys002Poetry could not find a pyproject.toml file in /Users/lukas or its parentsPoetry could not find a pyproject.tomlfile in /Users/lukas or its parentsX 16FE (-zsh)Last login: Thu May 7 09:44:56on ttys004₴6181+PRODSTAGEPoetry could not find a pyproject.toml file in /Users/lukas or its parentsFRONTENDPoetry could not find a pyproject.tomlfile in /Users/lukas or its parentslukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ IX W7 ExT(-zsh)Poetry could not find a pyproject.toml file in /Users/lukas or its parentsEXTENSIONPoetry could not find a pyproject.tomlfile in /Users/lukas or its parentslukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ I|View in Docker Desktopo View ConfigEnable Watch...
|
NULL
|
-4598299494301057881
|
NULL
|
click
|
ocr
|
NULL
|
iTerm2ShellEditViewSessionScriptsProfilesWindowHel iTerm2ShellEditViewSessionScriptsProfilesWindowHelp<Support Daily - in 58 m100% <78Thu 7 May 14:02:51DEV (-zsh)882APP (-zsh)STAGE (ssh)*3DOCKERDOCKER (docker-compose)"@timestamp": "2026-05-07T11:02:36Z""taskManager""taskManager"],,"tags" : ["info""message": "TaskManager is identified by the Kibbf01f365-e094-4cde-940d-3e0db65fa22a"}elasticsearch1 {"type":"timestamp":"2026-05-07T11:02:37,362Z""level": "I"component" :"o.e.c.m.MetadataIndexTemplateService""cluster.name":"node. name": "e802ad473a4f""message" :"adding template [.management-beats]dex patterns [.management-beats]","8uh2w1CUSGyWYR_OvaKx6g","e2ZKzgw4Q4aCf2w51 jWr1A"{"type" : "log","@timestamp" : "2026-05-07T11:02:37Z", "tags" : ["info", "plugi,"crossClusterReplication"],"pid":7,"message": "Your basic license does not support crossClusterReplication.Please upgrade your license."}1 {"type" : "log","@timestamp" : "2026-05-07T11:02:37Z" , "tags" : ["info", "plugi,"watcher"], "pid" :7,"message": "Your basic licensenot support watcher.grade your license. "}1 {"type": "log""@timestamp": "2026-05-07T11:02:37Z","tags" : ["info", "plugi"monitoring","monitoring", "kibana-moni toring"], "pid" :7, "message" : "Starting monitorincollection"}1 {"type": "log", "@timestamp": "2026-05-07T11:02:38Z", "tags" : ["error", "elas,"data"], "pid" :7, "message": "[version_conflict_engine_exception]: [task:Actions-actions_telemetry]: versionconflict, document already exists (current version (754])"}kibanaticsearch"1 {"type" : "log","@timestamp" : "2026-05-07T11:02:382","tags" : ["error", "data"], "pid":7, "message" : "[version_conflict_engine_exception]: [task:endpoint:user-artifact-packager:1.0.0]: version conflict, document already exists (current version [313028])"}1 {"type": "log", "@timestamp": "2026-05-07T11:02:38Z", "tags" : ["error", "elasticsearch", "data"], "pid" :7, "message" : "[version_conflict_engine_exception]: [task:Alerting-alerting_telemetry]: version conflict, document already exists (current version [754])1 {"type": "log", "@timestamp": "2026-05-07T11:02:38Z","tags" : ["error"ticsearch", "data"], "pid" :7, "message": "[version_conflict_engine_exception]: [task:apm-telemetry-task]: version conflict, document already exists (current version [1231])"}1 {"type" : "log", "@timestamp":"2026-05-07T11:02:38Z".,"tags" : ["error"ticsearch", "data"], "pid":7, "message":"[version_conflict_engine_exception]: [task:Lens-lens_telemetry]: versiondocument already exists (current version1 {"type": "log""@timestamp": "2026-05-07T11:02:392","tags" : ["listening","info"],"pid" :7, "message": "Serverrunning at [URL_WITH_CREDENTIALS] "2026-05-07T11:02:42Z","tags" : ["info", "http""server", "Kibana"],"message": "http server running at [URL_WITH_CREDENTIALS] : "2026-05-07T11:02:44Z", "tags" : ["warning","reporting"], "pid":7, "message": "Enabling the Chromium sandbox provides an additional layer of protection. "}XIY2-zsh• 84screenpipe*PROD (ssh)'do-release-upgrade' to upgrade to it.• *5-zsh|*** System restart required ***Last login: Mon Apr 27 07:45:272026 from 212.5.153.87lukas@jiminny-prod-bastion:~$ 0X T3 EU (-zsh)Last login: Thu May 7 09:29:14 on consolePoetry could not find a pyproject.toml file in /Users/lukas or its parentsPoetry could not find a pyproject.toml file in /Users/lukas or its parentsukas-Kovaliks-MacBook-Pro-Jiminny ~ $ I|T4STAGE (ssh)Run 'do-release-upgrade' to upgrade to it.*** System restart required ***Last login: Tue Apr 28 06:25:10 2026 from 212.5.153.87in:-$X T5QA (-zsh)Last login: Thu May 7 09:44:56on ttys002Poetry could not find a pyproject.toml file in /Users/lukas or its parentsPoetry could not find a pyproject.tomlfile in /Users/lukas or its parentsX 16FE (-zsh)Last login: Thu May 7 09:44:56on ttys004₴6181+PRODSTAGEPoetry could not find a pyproject.toml file in /Users/lukas or its parentsFRONTENDPoetry could not find a pyproject.tomlfile in /Users/lukas or its parentslukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ IX W7 ExT(-zsh)Poetry could not find a pyproject.toml file in /Users/lukas or its parentsEXTENSIONPoetry could not find a pyproject.tomlfile in /Users/lukas or its parentslukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ I|View in Docker Desktopo View ConfigEnable Watch...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
2131
|
98
|
48
|
2026-05-07T11:02:52.551725+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-07/1778 /Users/lukas/.screenpipe/data/data/2026-05-07/1778151772551_m2.jpg...
|
iTerm2
|
NULL
|
True
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
rostmancaltvlewWindowmelprTavsco.s°9 masterProlete rostmancaltvlewWindowmelprTavsco.s°9 masterProletey© RingCentral/Client.phpA EU (EU]v &[EMAIL]© RateLimitException.php© RateLimitAwareWrapper.php& console uiminny clocainosA DI [jiminny@localhost]A HS_local [jiminny@localhosA SF ([jiminny@localhost]A zoho_dev (jiminny@localhcV A PRODMiddleware/RateLimited.pnpuHtp/RateLimited.phpC) ProviderRateLimiter.pho Xclass ProviderRateLimiterpublic function canMakeRequest(RateLimited Sprovider): bool& console PrODI& console 1 PRODLDI PROD I> AOA/** @vac RateLimitinterface SrateLimit */foreach (Sprovider->getRateLimits) as SrateLimit)‹$key = SrateLimit->getKeyO;L@AI#QAI PRODLSTAGINGif (Sthis->rateLimiter->tooManyAttempts(Skey, SrateLimit->getQuotaO)) {neturn false.& console STAGING& console STAGiNgduranus STAGINGI> Fxtansinnsservicesv D DatabaseV AEUconsolev &iiminny@localhostA HS local 1s 212 msA SFV A PRODconsole 1s 381 msASTAGING¿ console 1s 901 ms÷ Docker© SyncToUserPilot.php/v 520522524525526527= custom.log= laravel.log4 SF jiminny@localhoA console [STAGING] XTx: Auto vCONCATCU.10. CASE WHEN U.10 = 1.0U.eman..sa.*t.owner 1d FROM social accounts s.JOIN users u on u.id = sa.sociable_icVOIN teams t 1..n<->1on t.id = u.te:WHERE U.team_id = 1052 and sa.provideselect * from teams where id = 1;select * from groups g JOIN playbooksselect * from groups where id = 565;select * from playbooks where team_idselect * from playbooks where id = 17select * from pavbook cateaonies wheselect * from users where team_id = 1select * from users where id = 7160:40 h"suppont Dally • In oom100% L2Inu / May 14:02:02Xx Hubspot v@ SearchUparadeYour team is now on the Free olan with 1admin. You retain editina access and other members are read-onlv. View team nermissions to see who can edit or unarade to restore collaborationPOST Readat • POST Readat •GET ReadHTTP https:api.hubapi.com/account-info/v3/[URL_WITH_CREDENTIALS] COLLECTIONSAssociations V4CMS - URL Redirects APl Collection• Companies• COMPARE• Contacts• CRM ObiectsCRM Owners• CRM Pipelines• Dealsv Engagements> O OLD ENGAGEMENTSGet list meetinasPOST search modified comnaniesPOST search tasksGET read calll› POST search callsGET list callspost meetinas scheduledGET get meetingPost aet link to taskPost Greate Contact with AccociationHubspot• Iournal & wehhoooks vA> ©Auth• Pronertiec> RESEARCH• СЕАРСН> Tickets• Ulsefule> Webhooks•) Send + Get a successful responseo Send + Visualize response# Send + Write testsCAMIDONMCNTeSPECS>FLOWSGlobals Vault Tools?000...
|
NULL
|
-7789796968827687264
|
NULL
|
visual_change
|
ocr
|
NULL
|
rostmancaltvlewWindowmelprTavsco.s°9 masterProlete rostmancaltvlewWindowmelprTavsco.s°9 masterProletey© RingCentral/Client.phpA EU (EU]v &[EMAIL]© RateLimitException.php© RateLimitAwareWrapper.php& console uiminny clocainosA DI [jiminny@localhost]A HS_local [jiminny@localhosA SF ([jiminny@localhost]A zoho_dev (jiminny@localhcV A PRODMiddleware/RateLimited.pnpuHtp/RateLimited.phpC) ProviderRateLimiter.pho Xclass ProviderRateLimiterpublic function canMakeRequest(RateLimited Sprovider): bool& console PrODI& console 1 PRODLDI PROD I> AOA/** @vac RateLimitinterface SrateLimit */foreach (Sprovider->getRateLimits) as SrateLimit)‹$key = SrateLimit->getKeyO;L@AI#QAI PRODLSTAGINGif (Sthis->rateLimiter->tooManyAttempts(Skey, SrateLimit->getQuotaO)) {neturn false.& console STAGING& console STAGiNgduranus STAGINGI> Fxtansinnsservicesv D DatabaseV AEUconsolev &iiminny@localhostA HS local 1s 212 msA SFV A PRODconsole 1s 381 msASTAGING¿ console 1s 901 ms÷ Docker© SyncToUserPilot.php/v 520522524525526527= custom.log= laravel.log4 SF jiminny@localhoA console [STAGING] XTx: Auto vCONCATCU.10. CASE WHEN U.10 = 1.0U.eman..sa.*t.owner 1d FROM social accounts s.JOIN users u on u.id = sa.sociable_icVOIN teams t 1..n<->1on t.id = u.te:WHERE U.team_id = 1052 and sa.provideselect * from teams where id = 1;select * from groups g JOIN playbooksselect * from groups where id = 565;select * from playbooks where team_idselect * from playbooks where id = 17select * from pavbook cateaonies wheselect * from users where team_id = 1select * from users where id = 7160:40 h"suppont Dally • In oom100% L2Inu / May 14:02:02Xx Hubspot v@ SearchUparadeYour team is now on the Free olan with 1admin. You retain editina access and other members are read-onlv. View team nermissions to see who can edit or unarade to restore collaborationPOST Readat • POST Readat •GET ReadHTTP https:api.hubapi.com/account-info/v3/[URL_WITH_CREDENTIALS] COLLECTIONSAssociations V4CMS - URL Redirects APl Collection• Companies• COMPARE• Contacts• CRM ObiectsCRM Owners• CRM Pipelines• Dealsv Engagements> O OLD ENGAGEMENTSGet list meetinasPOST search modified comnaniesPOST search tasksGET read calll› POST search callsGET list callspost meetinas scheduledGET get meetingPost aet link to taskPost Greate Contact with AccociationHubspot• Iournal & wehhoooks vA> ©Auth• Pronertiec> RESEARCH• СЕАРСН> Tickets• Ulsefule> Webhooks•) Send + Get a successful responseo Send + Visualize response# Send + Write testsCAMIDONMCNTeSPECS>FLOWSGlobals Vault Tools?000...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
2132
|
98
|
49
|
2026-05-07T11:02:54.684644+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-07/1778 /Users/lukas/.screenpipe/data/data/2026-05-07/1778151774684_m2.jpg...
|
iTerm2
|
NULL
|
True
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
rostmancaltvlewWindowmelprTavsco.s°9 masterProlete rostmancaltvlewWindowmelprTavsco.s°9 masterProletey© RingCentral/Client.phpA EU (EU]v &[EMAIL]© RateLimitException.php© RateLimitAwareWrapper.php& console uiminny clocainosA DI [jiminny@localhost]A HS_local [jiminny@localhosA SF ([jiminny@localhost]A zoho_dev (jiminny@localhcV A PRODMiddleware/RateLimited.pnpuHtp/RateLimited.phpC) ProviderRateLimiter.pho Xclass ProviderRateLimiterpublic function canMakeRequest(RateLimited Sprovider): bool& console PrODI& console 1 PRODLDI PROD I> AOA/** @vac RateLimitinterface SrateLimit */foreach (Sprovider->getRateLimits) as SrateLimit)‹$key = SrateLimit->getKeyO;L@AI#QAI PRODLSTAGINGif (Sthis->rateLimiter->tooManyAttempts(Skey, SrateLimit->getQuotaO)) {neturn false.& console STAGING& console STAGiNgduranus STAGINGI> Fxtansinnsservicesv D DatabaseV AEUconsolev &iiminny@localhostA HS local 1s 212 msA SFV A PRODconsole 1s 381 msASTAGING¿ console 1s 901 ms÷ Docker© SyncToUserPilot.php/v 520522524525526527= custom.log= laravel.log4 SF jiminny@localhoA console [STAGING] XTx: AutovCONCATCU.10. CASE WHEN U.10 = 1.0U.eman..sa.*t.owner 1d FROM social accounts s.JOIN users u on u.id = sa.sociable_icVOIN teams t 1..n<->1on t.id = u.te:WHERE U.team_id = 1052 and sa.provideselect * from teams where id = 1;select * from groups g JOIN playbooksselect * from groups where id = 565;select * from playbooks where team_idselect * from playbooks where id = 17select * from plavbook cateaonies wheselect * from users where team_id = 1select * from users where id = 7160:"suppont Dally • In oom100% L2Inu / May 14:02:04Xx Hubspot v• SearchUparadeYour team is now on the Free olan with 1admin. You retain editina access and other members are read-onlv. View team nermissions to see who can edit or unarade to restore collaborationPOST Readat • POST Readat •GET ReadHTTP https:api.hubapi.com/account-info/v3/[URL_WITH_CREDENTIALS] COLLECTIONSAssociations V4CMS - URL Redirects APl Collection• Companies• COMPARE• Contacts• CRM ObiectsCRM Owners• CRM Pipelines• Dealsv Engagements> O OLD ENGAGEMENTSGet list meetinasPOST search modified comnaniesPOST search tasksGET read calll› POST search callsGET list callspost meetinas scheduledGET get meetingPost aet link to taskPost Greate Contact with AccociationHubspot• Iournal & wehhoooks vA> ©Auth• Pronertiec> RESEARCH• СЕАРСН> Tickets• Ulsefule> Webhooks•) Send + Get a successful responseo Send + Visualize response# Send + Write testsCAMIDONMCNTeSPECS>FLOWSGlobals Vault Tools?000...
|
NULL
|
-6615198832644204444
|
NULL
|
click
|
ocr
|
NULL
|
rostmancaltvlewWindowmelprTavsco.s°9 masterProlete rostmancaltvlewWindowmelprTavsco.s°9 masterProletey© RingCentral/Client.phpA EU (EU]v &[EMAIL]© RateLimitException.php© RateLimitAwareWrapper.php& console uiminny clocainosA DI [jiminny@localhost]A HS_local [jiminny@localhosA SF ([jiminny@localhost]A zoho_dev (jiminny@localhcV A PRODMiddleware/RateLimited.pnpuHtp/RateLimited.phpC) ProviderRateLimiter.pho Xclass ProviderRateLimiterpublic function canMakeRequest(RateLimited Sprovider): bool& console PrODI& console 1 PRODLDI PROD I> AOA/** @vac RateLimitinterface SrateLimit */foreach (Sprovider->getRateLimits) as SrateLimit)‹$key = SrateLimit->getKeyO;L@AI#QAI PRODLSTAGINGif (Sthis->rateLimiter->tooManyAttempts(Skey, SrateLimit->getQuotaO)) {neturn false.& console STAGING& console STAGiNgduranus STAGINGI> Fxtansinnsservicesv D DatabaseV AEUconsolev &iiminny@localhostA HS local 1s 212 msA SFV A PRODconsole 1s 381 msASTAGING¿ console 1s 901 ms÷ Docker© SyncToUserPilot.php/v 520522524525526527= custom.log= laravel.log4 SF jiminny@localhoA console [STAGING] XTx: AutovCONCATCU.10. CASE WHEN U.10 = 1.0U.eman..sa.*t.owner 1d FROM social accounts s.JOIN users u on u.id = sa.sociable_icVOIN teams t 1..n<->1on t.id = u.te:WHERE U.team_id = 1052 and sa.provideselect * from teams where id = 1;select * from groups g JOIN playbooksselect * from groups where id = 565;select * from playbooks where team_idselect * from playbooks where id = 17select * from plavbook cateaonies wheselect * from users where team_id = 1select * from users where id = 7160:"suppont Dally • In oom100% L2Inu / May 14:02:04Xx Hubspot v• SearchUparadeYour team is now on the Free olan with 1admin. You retain editina access and other members are read-onlv. View team nermissions to see who can edit or unarade to restore collaborationPOST Readat • POST Readat •GET ReadHTTP https:api.hubapi.com/account-info/v3/[URL_WITH_CREDENTIALS] COLLECTIONSAssociations V4CMS - URL Redirects APl Collection• Companies• COMPARE• Contacts• CRM ObiectsCRM Owners• CRM Pipelines• Dealsv Engagements> O OLD ENGAGEMENTSGet list meetinasPOST search modified comnaniesPOST search tasksGET read calll› POST search callsGET list callspost meetinas scheduledGET get meetingPost aet link to taskPost Greate Contact with AccociationHubspot• Iournal & wehhoooks vA> ©Auth• Pronertiec> RESEARCH• СЕАРСН> Tickets• Ulsefule> Webhooks•) Send + Get a successful responseo Send + Visualize response# Send + Write testsCAMIDONMCNTeSPECS>FLOWSGlobals Vault Tools?000...
|
2131
|
NULL
|
NULL
|
NULL
|
|
2133
|
97
|
40
|
2026-05-07T11:02:54.768848+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-07/1778 /Users/lukas/.screenpipe/data/data/2026-05-07/1778151774768_m1.jpg...
|
iTerm2
|
NULL
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
iTerm2ShellEditViewSessionScriptsProfilesWindowHel iTerm2ShellEditViewSessionScriptsProfilesWindowHelp<Support Daily - in 58 m100% <78Thu 7 May 14:02:54DEV (-zsh)882APP (-zsh)STAGE (ssh)*3DOCKERDOCKER (docker-compose)"@timestamp": "2026-05-07T11:02:36Z""taskManager""taskManager"],,"tags" : ["info""message": "TaskManager is identified by the Kibbf01f365-e094-4cde-940d-3e0db65fa22a"}elasticsearch1 {"type":"timestamp":"2026-05-07T11:02:37,362Z""level": "I"component" :"o.e.c.m.MetadataIndexTemplateService""cluster.name":"node. name": "e802ad473a4f""message" :"adding template [.management-beats]dex patterns [.management-beats]","8uh2w1CUSGyWYR_OvaKx6g","e2ZKzgw4Q4aCf2w51 jWr1A"{"type" : "log","@timestamp" : "2026-05-07T11:02:37Z", "tags" : ["info", "plugi,"crossClusterReplication"],"pid":7,"message": "Your basic license does not support crossClusterReplication.Please upgrade your license."}1 {"type" : "log","@timestamp" : "2026-05-07T11:02:37Z" , "tags" : ["info", "plugi,"watcher"], "pid" :7,"message": "Your basic licensenot support watcher.grade your license. "}1 {"type": "log""@timestamp": "2026-05-07T11:02:37Z","tags" : ["info", "plugi"monitoring","monitoring", "kibana-moni toring"], "pid" :7, "message" : "Starting monitorincollection"}1 {"type": "log", "@timestamp": "2026-05-07T11:02:38Z", "tags" : ["error", "elas,"data"], "pid" :7, "message": "[version_conflict_engine_exception]: [task:Actions-actions_telemetry]: versionconflict, document already exists (current version (754])"}kibanaticsearch"1 {"type" : "log","@timestamp" : "2026-05-07T11:02:382","tags" : ["error", "data"], "pid":7, "message" : "[version_conflict_engine_exception]: [task:endpoint:user-artifact-packager:1.0.0]: version conflict, document already exists (current version [313028])"}1 {"type": "log", "@timestamp": "2026-05-07T11:02:38Z", "tags" : ["error", "elasticsearch", "data"], "pid" :7, "message" : "[version_conflict_engine_exception]: [task:Alerting-alerting_telemetry]: version conflict, document already exists (current version [754])1 {"type": "log", "@timestamp": "2026-05-07T11:02:38Z","tags" : ["error"ticsearch", "data"], "pid" :7, "message": "[version_conflict_engine_exception]: [task:apm-telemetry-task]: version conflict, document already exists (current version [1231])"}1 {"type" : "log", "@timestamp":"2026-05-07T11:02:38Z".,"tags" : ["error"ticsearch", "data"], "pid":7, "message":"[version_conflict_engine_exception]: [task:Lens-lens_telemetry]: versiondocument already exists (current version1 {"type": "log""@timestamp": "2026-05-07T11:02:392","tags" : ["listening","info"],"pid" :7, "message": "Serverrunning at [URL_WITH_CREDENTIALS] "2026-05-07T11:02:42Z","tags" : ["info", "http""server", "Kibana"],"message": "http server running at [URL_WITH_CREDENTIALS] : "2026-05-07T11:02:44Z", "tags" : ["warning","reporting"], "pid":7, "message": "Enabling the Chromium sandbox provides an additional layer of protection. "}XIY2-zsh• 84screenpipe*PROD (ssh)'do-release-upgrade' to upgrade to it.• *5-zsh|*** System restart required ***Last login: Mon Apr 27 07:45:272026 from 212.5.153.87lukas@jiminny-prod-bastion:~$ 0X T3 EU (-zsh)Last login: Thu May 7 09:29:14 on consolePoetry could not find a pyproject.toml file in /Users/lukas or its parentsPoetry could not find a pyproject.toml file in /Users/lukas or its parentsukas-Kovaliks-MacBook-Pro-Jiminny ~ $ I|T4STAGE (ssh)Run 'do-release-upgrade' to upgrade to it.*** System restart required ***Last login: Tue Apr 28 06:25:10 2026 from 212.5.153.87in:-$X T5QA (-zsh)Last login: Thu May 7 09:44:56on ttys002Poetry could not find a pyproject.toml file in /Users/lukas or its parentsPoetry could not find a pyproject.tomlfile in /Users/lukas or its parentsX 16FE (-zsh)Last login: Thu May 7 09:44:56on ttys004₴6181+PRODSTAGEPoetry could not find a pyproject.toml file in /Users/lukas or its parentsFRONTENDPoetry could not find a pyproject.tomlfile in /Users/lukas or its parentslukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ IX W7 ExT(-zsh)Poetry could not find a pyproject.toml file in /Users/lukas or its parentsEXTENSIONPoetry could not find a pyproject.tomlfile in /Users/lukas or its parentslukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ I|View in Docker Desktopo View ConfigEnable Watch...
|
NULL
|
4005450734105750523
|
NULL
|
click
|
ocr
|
NULL
|
iTerm2ShellEditViewSessionScriptsProfilesWindowHel iTerm2ShellEditViewSessionScriptsProfilesWindowHelp<Support Daily - in 58 m100% <78Thu 7 May 14:02:54DEV (-zsh)882APP (-zsh)STAGE (ssh)*3DOCKERDOCKER (docker-compose)"@timestamp": "2026-05-07T11:02:36Z""taskManager""taskManager"],,"tags" : ["info""message": "TaskManager is identified by the Kibbf01f365-e094-4cde-940d-3e0db65fa22a"}elasticsearch1 {"type":"timestamp":"2026-05-07T11:02:37,362Z""level": "I"component" :"o.e.c.m.MetadataIndexTemplateService""cluster.name":"node. name": "e802ad473a4f""message" :"adding template [.management-beats]dex patterns [.management-beats]","8uh2w1CUSGyWYR_OvaKx6g","e2ZKzgw4Q4aCf2w51 jWr1A"{"type" : "log","@timestamp" : "2026-05-07T11:02:37Z", "tags" : ["info", "plugi,"crossClusterReplication"],"pid":7,"message": "Your basic license does not support crossClusterReplication.Please upgrade your license."}1 {"type" : "log","@timestamp" : "2026-05-07T11:02:37Z" , "tags" : ["info", "plugi,"watcher"], "pid" :7,"message": "Your basic licensenot support watcher.grade your license. "}1 {"type": "log""@timestamp": "2026-05-07T11:02:37Z","tags" : ["info", "plugi"monitoring","monitoring", "kibana-moni toring"], "pid" :7, "message" : "Starting monitorincollection"}1 {"type": "log", "@timestamp": "2026-05-07T11:02:38Z", "tags" : ["error", "elas,"data"], "pid" :7, "message": "[version_conflict_engine_exception]: [task:Actions-actions_telemetry]: versionconflict, document already exists (current version (754])"}kibanaticsearch"1 {"type" : "log","@timestamp" : "2026-05-07T11:02:382","tags" : ["error", "data"], "pid":7, "message" : "[version_conflict_engine_exception]: [task:endpoint:user-artifact-packager:1.0.0]: version conflict, document already exists (current version [313028])"}1 {"type": "log", "@timestamp": "2026-05-07T11:02:38Z", "tags" : ["error", "elasticsearch", "data"], "pid" :7, "message" : "[version_conflict_engine_exception]: [task:Alerting-alerting_telemetry]: version conflict, document already exists (current version [754])1 {"type": "log", "@timestamp": "2026-05-07T11:02:38Z","tags" : ["error"ticsearch", "data"], "pid" :7, "message": "[version_conflict_engine_exception]: [task:apm-telemetry-task]: version conflict, document already exists (current version [1231])"}1 {"type" : "log", "@timestamp":"2026-05-07T11:02:38Z".,"tags" : ["error"ticsearch", "data"], "pid":7, "message":"[version_conflict_engine_exception]: [task:Lens-lens_telemetry]: versiondocument already exists (current version1 {"type": "log""@timestamp": "2026-05-07T11:02:392","tags" : ["listening","info"],"pid" :7, "message": "Serverrunning at [URL_WITH_CREDENTIALS] "2026-05-07T11:02:42Z","tags" : ["info", "http""server", "Kibana"],"message": "http server running at [URL_WITH_CREDENTIALS] : "2026-05-07T11:02:44Z", "tags" : ["warning","reporting"], "pid":7, "message": "Enabling the Chromium sandbox provides an additional layer of protection. "}XIY2-zsh• 84screenpipe*PROD (ssh)'do-release-upgrade' to upgrade to it.• *5-zsh|*** System restart required ***Last login: Mon Apr 27 07:45:272026 from 212.5.153.87lukas@jiminny-prod-bastion:~$ 0X T3 EU (-zsh)Last login: Thu May 7 09:29:14 on consolePoetry could not find a pyproject.toml file in /Users/lukas or its parentsPoetry could not find a pyproject.toml file in /Users/lukas or its parentsukas-Kovaliks-MacBook-Pro-Jiminny ~ $ I|T4STAGE (ssh)Run 'do-release-upgrade' to upgrade to it.*** System restart required ***Last login: Tue Apr 28 06:25:10 2026 from 212.5.153.87in:-$X T5QA (-zsh)Last login: Thu May 7 09:44:56on ttys002Poetry could not find a pyproject.toml file in /Users/lukas or its parentsPoetry could not find a pyproject.tomlfile in /Users/lukas or its parentsX 16FE (-zsh)Last login: Thu May 7 09:44:56on ttys004₴6181+PRODSTAGEPoetry could not find a pyproject.toml file in /Users/lukas or its parentsFRONTENDPoetry could not find a pyproject.tomlfile in /Users/lukas or its parentslukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ IX W7 ExT(-zsh)Poetry could not find a pyproject.toml file in /Users/lukas or its parentsEXTENSIONPoetry could not find a pyproject.tomlfile in /Users/lukas or its parentslukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ I|View in Docker Desktopo View ConfigEnable Watch...
|
2130
|
NULL
|
NULL
|
NULL
|
|
2134
|
97
|
41
|
2026-05-07T11:03:02.341307+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-07/1778 /Users/lukas/.screenpipe/data/data/2026-05-07/1778151782341_m1.jpg...
|
iTerm2
|
NULL
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
iTerm2ShellEditViewSessionScriptsProfilesWindowHel iTerm2ShellEditViewSessionScriptsProfilesWindowHelpDOCKERDOCKER (docker-compose)DEV (-zsh)882APP (-zsh)STAGE (ssh)*3kibana"@timestamp":"2026-05-07T11:02:36Z"ns""taskManager""taskManager"],,"tags" : ["info""message": "TaskManager is identified by the Kibana UUID:bf01f365-e094-4cde-940d-3e0db65fa22a"}elasticsearch1 {"type":"timestamp""2026-05-07T11:02:37,362Z""Level": "INFO""component":"o.e.c.m.MetadataIndexTemplateService""cluster.name":ep""node. name":"e802ad473a4f""message" :"adding template [.management-beats]dex patterns[.management-beats]","8uh2w1CUSGyWYR_OvaKx6g","e2ZKzgw4Q4aCf2w51 jWr1A"{"type" : "log""@timestamp" : "2026-05-07T11:02:37Z", "tags" : ["info", "plugi,"cross(lusterReplication"],:"Your basic license does not support crossClusterReplication.Please upgrade your license."}1 {"type" : "log""@timestamp": "2026-05-07T11:02:37Z" , "tags" : ["info", "plugi,"watcher"], "pid" :7,"message": "Your basic licensenot support watcher.grade your license."}1 {"type": "log""@timestamp": "2026-05-07T11:02:37Z" , "tags" : ["info" , "plugi"monitoring""monitoring", "kibana-monitoring"], "pid" :7, "message" : "Starting monitorincollection"}1 {"type":"log"!,"@timestamp":"2026-05-07T11:02:38Z"., "tags" : ["error", "elas, "data"], "pid":7, "message" : "[version_conflict_engine_exception]: [task:Actions-actions_telemetry]: versionconflict, document already exists (current version (754])"}kibanaticsearch"1 {"type" : "log""@timestamp" : "2026-05-07T11:02:38Z","tags" : ["error", "data"], "pid":7, "message" : "[version_conflict_engine_exception]: [task:endpoint:user-artifact-packager:1.0.0]: version conflict, document already exists (current version [313028])"}1 {"type": "log", "@timestamp": "2026-05-07T11:02:38Z", "tags" : ["error", "elasticsearch", "data"], "pid" :7, "message" : "[version_conflict_engine_exception]: [task:Alerting-alerting_telemetry]: version conflict, document already exists (current version [754])1 {"type": "log", "@timestamp": "2026-05-07T11:02:38Z","tags" : ["error"ticsearch", "data"], "pid":7, "message" : "[version_conflict_engine_exception]: [task:apm-telemetry-task]: version conflict, document already exists (current version [1231])"}1 {"type" : "log", "@timestamp":"2026-05-07T11:02:38Z".,"tags" : ["error"ticsearch", "data"], "pid":7,"message":"[version_conflict_engine_exception]: [task:Lens-lens_telemetry]: versionconflict,document already exists (current version1 {"type": "log""@timestamp": "2026-05-07T11:02:392","tags" : ["listening","info"],"pid" :7, "message": "Serverrunning at [URL_WITH_CREDENTIALS] "2026-05-07T11:02:42Z","tags" : ["info", "http""server", "Kibana"],"message": "http server running at [URL_WITH_CREDENTIALS] : "2026-05-07T11:02:44Z", "tags" : ["warning","reporting"], "pid":7, "message": "Enabling the Chromium sandbox provides an additional layer of protection. "}§ Support Daily - in 57 m-zsh• X4screenpipe*Y2PROD (ssh)'do-release-upgrade' to upgrade to it.100% <47• 2858Thu 7 May 14:03:02-zsh|181₴6+PROD*** System restart required ***Last login: Mon Apr 27 07:45:272026 from 212.5.153.87lukas@jiminny-prod-bastion:~$ 0X T3 EU (-zsh)Last login: Thu May 7 09:29:14 on consolePoetry could not find a pyproject.toml file in /Users/lukas or its parentsPoetry could not find a pyproject.toml file in /Users/lukas or its parentsiks-MacBook-Pro-Jiminny ~ $ I|T4STAGE (ssh)Run 'do-release-upgrade' to upgrade to it.*** System restart required ***Last login: Tue Apr 28 06:25:10 2026 from 212.5.153.87in:-$X T5QA (-zsh)Last login: Thu May 7 09:44:56on ttys002Poetry could not find a pyproject.toml file in /Users/lukas or its parentsPoetry could not find a pyproject.tomlfile in /Users/lukas or its parentsX t6FE (-zsh)Last login: Thu May 7 09:44:56on ttys004Poetry could not find a pyproject.toml file in /Users/lukas or its parentsPoetry could not find a pyproject.tomlfile in /Users/lukas or its parentslukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ IX W7 ExT(-zsh)Poetry could not find a pyproject.toml file in /Users/lukas or its parentsPoetry could not find a pyproject.tomlfile in /Users/lukas or its parents‹as@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ I|STAGEFRONTENDEXTENSIONView in Docker Desktopo View ConfigEnable Watch...
|
NULL
|
8445850702247382378
|
NULL
|
click
|
ocr
|
NULL
|
iTerm2ShellEditViewSessionScriptsProfilesWindowHel iTerm2ShellEditViewSessionScriptsProfilesWindowHelpDOCKERDOCKER (docker-compose)DEV (-zsh)882APP (-zsh)STAGE (ssh)*3kibana"@timestamp":"2026-05-07T11:02:36Z"ns""taskManager""taskManager"],,"tags" : ["info""message": "TaskManager is identified by the Kibana UUID:bf01f365-e094-4cde-940d-3e0db65fa22a"}elasticsearch1 {"type":"timestamp""2026-05-07T11:02:37,362Z""Level": "INFO""component":"o.e.c.m.MetadataIndexTemplateService""cluster.name":ep""node. name":"e802ad473a4f""message" :"adding template [.management-beats]dex patterns[.management-beats]","8uh2w1CUSGyWYR_OvaKx6g","e2ZKzgw4Q4aCf2w51 jWr1A"{"type" : "log""@timestamp" : "2026-05-07T11:02:37Z", "tags" : ["info", "plugi,"cross(lusterReplication"],:"Your basic license does not support crossClusterReplication.Please upgrade your license."}1 {"type" : "log""@timestamp": "2026-05-07T11:02:37Z" , "tags" : ["info", "plugi,"watcher"], "pid" :7,"message": "Your basic licensenot support watcher.grade your license."}1 {"type": "log""@timestamp": "2026-05-07T11:02:37Z" , "tags" : ["info" , "plugi"monitoring""monitoring", "kibana-monitoring"], "pid" :7, "message" : "Starting monitorincollection"}1 {"type":"log"!,"@timestamp":"2026-05-07T11:02:38Z"., "tags" : ["error", "elas, "data"], "pid":7, "message" : "[version_conflict_engine_exception]: [task:Actions-actions_telemetry]: versionconflict, document already exists (current version (754])"}kibanaticsearch"1 {"type" : "log""@timestamp" : "2026-05-07T11:02:38Z","tags" : ["error", "data"], "pid":7, "message" : "[version_conflict_engine_exception]: [task:endpoint:user-artifact-packager:1.0.0]: version conflict, document already exists (current version [313028])"}1 {"type": "log", "@timestamp": "2026-05-07T11:02:38Z", "tags" : ["error", "elasticsearch", "data"], "pid" :7, "message" : "[version_conflict_engine_exception]: [task:Alerting-alerting_telemetry]: version conflict, document already exists (current version [754])1 {"type": "log", "@timestamp": "2026-05-07T11:02:38Z","tags" : ["error"ticsearch", "data"], "pid":7, "message" : "[version_conflict_engine_exception]: [task:apm-telemetry-task]: version conflict, document already exists (current version [1231])"}1 {"type" : "log", "@timestamp":"2026-05-07T11:02:38Z".,"tags" : ["error"ticsearch", "data"], "pid":7,"message":"[version_conflict_engine_exception]: [task:Lens-lens_telemetry]: versionconflict,document already exists (current version1 {"type": "log""@timestamp": "2026-05-07T11:02:392","tags" : ["listening","info"],"pid" :7, "message": "Serverrunning at [URL_WITH_CREDENTIALS] "2026-05-07T11:02:42Z","tags" : ["info", "http""server", "Kibana"],"message": "http server running at [URL_WITH_CREDENTIALS] : "2026-05-07T11:02:44Z", "tags" : ["warning","reporting"], "pid":7, "message": "Enabling the Chromium sandbox provides an additional layer of protection. "}§ Support Daily - in 57 m-zsh• X4screenpipe*Y2PROD (ssh)'do-release-upgrade' to upgrade to it.100% <47• 2858Thu 7 May 14:03:02-zsh|181₴6+PROD*** System restart required ***Last login: Mon Apr 27 07:45:272026 from 212.5.153.87lukas@jiminny-prod-bastion:~$ 0X T3 EU (-zsh)Last login: Thu May 7 09:29:14 on consolePoetry could not find a pyproject.toml file in /Users/lukas or its parentsPoetry could not find a pyproject.toml file in /Users/lukas or its parentsiks-MacBook-Pro-Jiminny ~ $ I|T4STAGE (ssh)Run 'do-release-upgrade' to upgrade to it.*** System restart required ***Last login: Tue Apr 28 06:25:10 2026 from 212.5.153.87in:-$X T5QA (-zsh)Last login: Thu May 7 09:44:56on ttys002Poetry could not find a pyproject.toml file in /Users/lukas or its parentsPoetry could not find a pyproject.tomlfile in /Users/lukas or its parentsX t6FE (-zsh)Last login: Thu May 7 09:44:56on ttys004Poetry could not find a pyproject.toml file in /Users/lukas or its parentsPoetry could not find a pyproject.tomlfile in /Users/lukas or its parentslukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ IX W7 ExT(-zsh)Poetry could not find a pyproject.toml file in /Users/lukas or its parentsPoetry could not find a pyproject.tomlfile in /Users/lukas or its parents‹as@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ I|STAGEFRONTENDEXTENSIONView in Docker Desktopo View ConfigEnable Watch...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
2135
|
98
|
50
|
2026-05-07T11:03:02.341325+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-07/1778 /Users/lukas/.screenpipe/data/data/2026-05-07/1778151782341_m2.jpg...
|
iTerm2
|
NULL
|
True
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
FV faVsco.js°9 masterProleteyA EU (EU]v &jimin FV faVsco.js°9 masterProleteyA EU (EU]v &jiminny@localhost& console uiminny clocainosA DI [jiminny@localhost]A HS_local [jiminny@localhosA SF ([jiminny@localhost]A zoho_dev (jiminny@localhcV A PROD& console ProDI& console 1 PRODLDI PROD I> AOAL@AI#QAI PRODLSTAGING& console STAGING& console STAGINGduranus STAGINGI> Fxtansinnsservicesv D DatabaseV AEUconsolev &iiminny@localhostA HS local 1s 212 msA SFV A PRODconsole 1s 381 msASTAGING¿ console 1s 901 ms÷ DockerRematchActivityOnCrmObjectDetach.phpDeleteCrmEntityTrait.php© RateLimitException.phpMiddleware/RateLimited.pnpuHtp/RateLimited.phpC) ProviderRateLimiter.php Xclass ProviderRateLimitenpublic function canMakeRequest(RateLimited Sprovider): bool/** @vac RateLimitinterface SrateLimit */foreach (Sprovider->getRateLimits) as SrateLimit)‹Skev = Sratelimit->aetKevo.if (Sthis->rateLimiter->tooManyAttempts(Skey, SrateLimit->getQuotaO)) {neturn false.h Outoutii Result 3W 1rowvWuser_idW emailDidI sociable idM provider user idM orovider user tokenl provider_refresh_tokenexpiresI refresh_ token_ expiresI providenM stateW auth_scopeI retry_afterI• created atI updated atMorovider user token encrvotedlMorovider refresh token encrvntedm encnvntion kev (Hey)I sociable type(* owner id© SyncToUserPilot.php/v 520522525526527= custom.log= laravel.log4 SF jiminny@localhoA console [STAGING] XTx: Auto vCONCATCU.10. CASE WHEN U.10 = 1.0U.eman..sa.*t.owner 1d FROM social accounts s.JOIN users u on u.id = sa.sociable_ioVOIN teams t 1..n<->1on t.id = U.tealWHERE U.team_id = 1052 and sa.provideselect * from teams where id = 1;select * from groups g JOIN playbooksselect * from groups where id = 565;select * from playbooks where team_idselect * from playbooks where id = 17select * from pavbook cateaonies wheselect * from users where team_id = 1select *from users where id = 7160:Ihlsuppont Dally• In o/m100% L2Inu / May 14.03.02Xx Hubspot v• SearchYour team is now on the Free olan with 1admin. You retain editina access and other members are read-onlv. View team nermissions to see who can edit or unarade to restore collaborationPOST Readat • POST Readat •HTTP https:api.hubapi.com/account-info/v3/[URL_WITH_CREDENTIALS] COLLECTIONSAssociations V4CMS - URL Redirects APl Collection• Companies• COMPARE• Contacts• CRM ObiectsCRM Owners• CRM Pipelines• Dealsv Engagements> O OLD ENGAGEMENTSGet list meetinasPOST search modified comnaniesPOST search tasksGET read calll> POST search callsGET list callsPost meetinas scheduledGET get meetingPOST aet link to task> Post Greate Contact with AccociationHubspot• Iournal & wehhoooks vA> ©Auth• Pronertiec> RESEARCH• СЕАРСН> Tickets• Ulsefule> Webhooks404 Not Found 205 ms • 1.3 KB • C1...=01EX HTMLVPreviewYd Debua with Alllv<meta htto-equiv="Content-Tvoe" content="text/html:charset=utf-8"/><title>Exror 404 Not Found</title>choduschasuttp sopnp лoлe/sCAMIDONMCNTe> spEcs>FLOWS§ Connect GitGlobals Vault Tools?000...
|
NULL
|
7665488183255405467
|
NULL
|
click
|
ocr
|
NULL
|
FV faVsco.js°9 masterProleteyA EU (EU]v &jimin FV faVsco.js°9 masterProleteyA EU (EU]v &jiminny@localhost& console uiminny clocainosA DI [jiminny@localhost]A HS_local [jiminny@localhosA SF ([jiminny@localhost]A zoho_dev (jiminny@localhcV A PROD& console ProDI& console 1 PRODLDI PROD I> AOAL@AI#QAI PRODLSTAGING& console STAGING& console STAGINGduranus STAGINGI> Fxtansinnsservicesv D DatabaseV AEUconsolev &iiminny@localhostA HS local 1s 212 msA SFV A PRODconsole 1s 381 msASTAGING¿ console 1s 901 ms÷ DockerRematchActivityOnCrmObjectDetach.phpDeleteCrmEntityTrait.php© RateLimitException.phpMiddleware/RateLimited.pnpuHtp/RateLimited.phpC) ProviderRateLimiter.php Xclass ProviderRateLimitenpublic function canMakeRequest(RateLimited Sprovider): bool/** @vac RateLimitinterface SrateLimit */foreach (Sprovider->getRateLimits) as SrateLimit)‹Skev = Sratelimit->aetKevo.if (Sthis->rateLimiter->tooManyAttempts(Skey, SrateLimit->getQuotaO)) {neturn false.h Outoutii Result 3W 1rowvWuser_idW emailDidI sociable idM provider user idM orovider user tokenl provider_refresh_tokenexpiresI refresh_ token_ expiresI providenM stateW auth_scopeI retry_afterI• created atI updated atMorovider user token encrvotedlMorovider refresh token encrvntedm encnvntion kev (Hey)I sociable type(* owner id© SyncToUserPilot.php/v 520522525526527= custom.log= laravel.log4 SF jiminny@localhoA console [STAGING] XTx: Auto vCONCATCU.10. CASE WHEN U.10 = 1.0U.eman..sa.*t.owner 1d FROM social accounts s.JOIN users u on u.id = sa.sociable_ioVOIN teams t 1..n<->1on t.id = U.tealWHERE U.team_id = 1052 and sa.provideselect * from teams where id = 1;select * from groups g JOIN playbooksselect * from groups where id = 565;select * from playbooks where team_idselect * from playbooks where id = 17select * from pavbook cateaonies wheselect * from users where team_id = 1select *from users where id = 7160:Ihlsuppont Dally• In o/m100% L2Inu / May 14.03.02Xx Hubspot v• SearchYour team is now on the Free olan with 1admin. You retain editina access and other members are read-onlv. View team nermissions to see who can edit or unarade to restore collaborationPOST Readat • POST Readat •HTTP https:api.hubapi.com/account-info/v3/[URL_WITH_CREDENTIALS] COLLECTIONSAssociations V4CMS - URL Redirects APl Collection• Companies• COMPARE• Contacts• CRM ObiectsCRM Owners• CRM Pipelines• Dealsv Engagements> O OLD ENGAGEMENTSGet list meetinasPOST search modified comnaniesPOST search tasksGET read calll> POST search callsGET list callsPost meetinas scheduledGET get meetingPOST aet link to task> Post Greate Contact with AccociationHubspot• Iournal & wehhoooks vA> ©Auth• Pronertiec> RESEARCH• СЕАРСН> Tickets• Ulsefule> Webhooks404 Not Found 205 ms • 1.3 KB • C1...=01EX HTMLVPreviewYd Debua with Alllv<meta htto-equiv="Content-Tvoe" content="text/html:charset=utf-8"/><title>Exror 404 Not Found</title>choduschasuttp sopnp лoлe/sCAMIDONMCNTe> spEcs>FLOWS§ Connect GitGlobals Vault Tools?000...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
2162
|
100
|
1
|
2026-05-07T11:03:51.497307+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-07/1778 /Users/lukas/.screenpipe/data/data/2026-05-07/1778151831497_m2.jpg...
|
iTerm2
|
NULL
|
True
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
vlewWindowProject© RingCentral/Client.php© Rematch vlewWindowProject© RingCentral/Client.php© RematchActivityOnCrmObjectDetach.phpE test.py<> Untitled Diagram.xmlIs vetur.config.jsM+ WEBHOOK_FILTERING_IMPLEMEI› Ib External Libraries~ E* Scratches and ConsolesD Database Consolesv Atu& console culliA DEAL RISKS (EUJ&DI zUA EU TEUTv & iminny@localhost# console liiminny@localhost# DI ljiminny@localhost)4 HS local liminny@localhosA SF [jiminny@localhost]₫ zoho dey fiiminnv@localhe 29v ADRODservices# DeleteCrmEntity Trait.php© RateLimitException.php© SyncToUserPilot.php= custom.logA console (STAGING]E laravel.log4 SF [iminny@localhoTx: AutoMiddleware/RateLimited.pnpSELECT * FROM crm_field_data WHERE criSELECT * FROM crm_field_data WHERE criC) ProviderRateLimiter.pho X37vclass ProviderRateLimiterpublic function canMakeRequest(RateLimited Sprovider): bool/** @var RateLimitInterface $rateLimit */foreach (Sprovider-›getRateLimits() as $rateLimit) {$key = $rateLimit->getKey();SELECTCONCAT(u.id, CASE WHEN u.id = t.cU.emallsa.*t.owner_id FROM social_accounts sJOIN users uon u.id = sa.sociable idJOIN teams t 1.n<->1: on t.id = u.tearWHERE u.team id = 2 and sa.provider =if (Sthis-›rateLimiter->tooManyAttempts($key, $rateLimit->getQuota())) €return false;select * from opportunities where teaand crm_provider_id IN ('51317301383'h Outoutf Result 3v D DatabaseV AEUconsole& |iminny@localhost4 HS_Jocal 739 msA SF~ A PRODconsole 1s 381 msV A STAGINGA console 1s 901 ms…Docken4rows vprovider user 1d Y I provider_user_token TCJf rMuaMxTeOlNOM18k0EwrAhEACAcCFATSC00dA0EBAOEBAOEGGTK.I-ATOos3FA17TrATVEKFcEwV1WK3oAt1b=BAvKW v0WvS0*SCU1AvXvCLf3vIngMxIYQLNQML8kQEwгAgsACAkWEgkEHgEBAQMHGIKJjAIgn9eNHyjSгAIyFMm7DfjPN-v1toQWt-M2SNwEbK5h0¡9CU1AyXyRATCsCIgCNі2гongMxIZQLNQML8kQEwгAgwACAkUAh]JBB4BAQEDBxіCiYwCIN7Y_Qwo0qwCMhRcWjVd1omxGY-ZK73WP0LB2X87pzoyQLNQML8kQEwrAi206 60875738CNSs_quaMхIZQLNQML8kQEwгAgwACAkUAhIJBB4BAQEDBx¿CiYwCINгHgx0o06wCMhTXUSuJboYdOS8vHsYuxKTIVnNjXToyQLNQML8kQEwrAi$0"suppont Dally• In o/m100% L2Inu / May 14.03.01• SearchYour team is now on the Free olan with 1admin. You retain editina access and other members are read-onlv. View team nermissions to see who can edit or unarade to restore collaborationPOST Readat • POST Readat •GET ReadHTTP https:api.hubapi.com/account-info/v3/detaihttps://api.hubapi.com/account-info/v3/detailE DocsAuth TypeBearer TokenAuthorization • Headers 9 Body Scripts SettingsTokenThe authorization header will be automaticallygenerated when vou send the reauest. Learn moreabout Bearer Token authorization.GET Get Enga,•PATCH https://apGET https://ap•No environment1^ SaveCookies((token))V COLLECTIONS• AssociationsAssociations V4• CMS - URL Redirects APl Collection• Companies• COMPARE• Contacts> CRM Obiects> CRM Owners> CRM Pipelines› Dealsv Enqagements> O OLD ENGAGEMENTSGet list meetinasPOST search modified companiesGET read call> POST search callsGET list callspost meetinas scheduledGET get meetingPost get link to task> Post Greate Contact with AccociationHubspot> Journal & webhoooks v4> ©Auth› Properties• СЕАРСН> Tickets• Ulsefule• WebhooksHeaders 17 Test ResultsEX HTMLVPreviewYd Debua with Alllv<meta htto-equiv="Content-Tvoe" content="text/html:charset=utf-8"/><title>Error 404 Not Found</title>choduschasHtTp sopnp Aolelas404 Not Found 205 ms • 1.3 KB • C1...=QCAMIDONMCNTe> spEcs>FLOWSGlobals Vault Tools S 0 0 0...
|
NULL
|
2279157314628110789
|
NULL
|
visual_change
|
ocr
|
NULL
|
vlewWindowProject© RingCentral/Client.php© Rematch vlewWindowProject© RingCentral/Client.php© RematchActivityOnCrmObjectDetach.phpE test.py<> Untitled Diagram.xmlIs vetur.config.jsM+ WEBHOOK_FILTERING_IMPLEMEI› Ib External Libraries~ E* Scratches and ConsolesD Database Consolesv Atu& console culliA DEAL RISKS (EUJ&DI zUA EU TEUTv & iminny@localhost# console liiminny@localhost# DI ljiminny@localhost)4 HS local liminny@localhosA SF [jiminny@localhost]₫ zoho dey fiiminnv@localhe 29v ADRODservices# DeleteCrmEntity Trait.php© RateLimitException.php© SyncToUserPilot.php= custom.logA console (STAGING]E laravel.log4 SF [iminny@localhoTx: AutoMiddleware/RateLimited.pnpSELECT * FROM crm_field_data WHERE criSELECT * FROM crm_field_data WHERE criC) ProviderRateLimiter.pho X37vclass ProviderRateLimiterpublic function canMakeRequest(RateLimited Sprovider): bool/** @var RateLimitInterface $rateLimit */foreach (Sprovider-›getRateLimits() as $rateLimit) {$key = $rateLimit->getKey();SELECTCONCAT(u.id, CASE WHEN u.id = t.cU.emallsa.*t.owner_id FROM social_accounts sJOIN users uon u.id = sa.sociable idJOIN teams t 1.n<->1: on t.id = u.tearWHERE u.team id = 2 and sa.provider =if (Sthis-›rateLimiter->tooManyAttempts($key, $rateLimit->getQuota())) €return false;select * from opportunities where teaand crm_provider_id IN ('51317301383'h Outoutf Result 3v D DatabaseV AEUconsole& |iminny@localhost4 HS_Jocal 739 msA SF~ A PRODconsole 1s 381 msV A STAGINGA console 1s 901 ms…Docken4rows vprovider user 1d Y I provider_user_token TCJf rMuaMxTeOlNOM18k0EwrAhEACAcCFATSC00dA0EBAOEBAOEGGTK.I-ATOos3FA17TrATVEKFcEwV1WK3oAt1b=BAvKW v0WvS0*SCU1AvXvCLf3vIngMxIYQLNQML8kQEwгAgsACAkWEgkEHgEBAQMHGIKJjAIgn9eNHyjSгAIyFMm7DfjPN-v1toQWt-M2SNwEbK5h0¡9CU1AyXyRATCsCIgCNі2гongMxIZQLNQML8kQEwгAgwACAkUAh]JBB4BAQEDBxіCiYwCIN7Y_Qwo0qwCMhRcWjVd1omxGY-ZK73WP0LB2X87pzoyQLNQML8kQEwrAi206 60875738CNSs_quaMхIZQLNQML8kQEwгAgwACAkUAhIJBB4BAQEDBx¿CiYwCINгHgx0o06wCMhTXUSuJboYdOS8vHsYuxKTIVnNjXToyQLNQML8kQEwrAi$0"suppont Dally• In o/m100% L2Inu / May 14.03.01• SearchYour team is now on the Free olan with 1admin. You retain editina access and other members are read-onlv. View team nermissions to see who can edit or unarade to restore collaborationPOST Readat • POST Readat •GET ReadHTTP https:api.hubapi.com/account-info/v3/detaihttps://api.hubapi.com/account-info/v3/detailE DocsAuth TypeBearer TokenAuthorization • Headers 9 Body Scripts SettingsTokenThe authorization header will be automaticallygenerated when vou send the reauest. Learn moreabout Bearer Token authorization.GET Get Enga,•PATCH https://apGET https://ap•No environment1^ SaveCookies((token))V COLLECTIONS• AssociationsAssociations V4• CMS - URL Redirects APl Collection• Companies• COMPARE• Contacts> CRM Obiects> CRM Owners> CRM Pipelines› Dealsv Enqagements> O OLD ENGAGEMENTSGet list meetinasPOST search modified companiesGET read call> POST search callsGET list callspost meetinas scheduledGET get meetingPost get link to task> Post Greate Contact with AccociationHubspot> Journal & webhoooks v4> ©Auth› Properties• СЕАРСН> Tickets• Ulsefule• WebhooksHeaders 17 Test ResultsEX HTMLVPreviewYd Debua with Alllv<meta htto-equiv="Content-Tvoe" content="text/html:charset=utf-8"/><title>Error 404 Not Found</title>choduschasHtTp sopnp Aolelas404 Not Found 205 ms • 1.3 KB • C1...=QCAMIDONMCNTe> spEcs>FLOWSGlobals Vault Tools S 0 0 0...
|
2161
|
NULL
|
NULL
|
NULL
|
|
2163
|
99
|
1
|
2026-05-07T11:03:52.532899+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-07/1778 /Users/lukas/.screenpipe/data/data/2026-05-07/1778151832532_m1.jpg...
|
iTerm2
|
NULL
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
iTerm2ShellEditViewSessionScriptsProfilesWindowHel iTerm2ShellEditViewSessionScriptsProfilesWindowHelp(aholSupport Daily • in 57 m100% <478DEV (docker)DOCKERLast login: Thu May0 81DEV (docker)7 09:44:56 on ttys006182APP (-zsh)-zsh|Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parentsPoetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parentslukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20773-fix-automated-reports-user-pilot-tracking) $ devroot@docker_lamp_1:/home/jiminny# 0• 84|screenpipe"•$5-zshThu 7 May 14:03:52T81₴6DEV...
|
NULL
|
-8522538078333004083
|
NULL
|
click
|
ocr
|
NULL
|
iTerm2ShellEditViewSessionScriptsProfilesWindowHel iTerm2ShellEditViewSessionScriptsProfilesWindowHelp(aholSupport Daily • in 57 m100% <478DEV (docker)DOCKERLast login: Thu May0 81DEV (docker)7 09:44:56 on ttys006182APP (-zsh)-zsh|Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parentsPoetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parentslukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20773-fix-automated-reports-user-pilot-tracking) $ devroot@docker_lamp_1:/home/jiminny# 0• 84|screenpipe"•$5-zshThu 7 May 14:03:52T81₴6DEV...
|
2160
|
NULL
|
NULL
|
NULL
|
|
2164
|
100
|
2
|
2026-05-07T11:03:52.603535+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-07/1778 /Users/lukas/.screenpipe/data/data/2026-05-07/1778151832603_m2.jpg...
|
iTerm2
|
NULL
|
True
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
vlewWindowProject© RingCentral/Client.php© Rematch vlewWindowProject© RingCentral/Client.php© RematchActivityOnCrmObjectDetach.phpE test.py<> Untitled Diagram.xmlIs vetur.config.jsM+ WEBHOOK_FILTERING_IMPLEMEI› Ib External Libraries~ E* Scratches and ConsolesD Database Consolesv Atu& console culliA DEAL RISKS (EUJ&DI zUA EU TEUTv & iminny@localhost# console liiminny@localhost# DI ljiminny@localhost)4 HS local liminny@localhosA SF [jiminny@localhost]₫ zoho dey fiiminnv@localhe 29v ADRODservices# DeleteCrmEntity Trait.php© RateLimitException.php© SyncToUserPilot.php= custom.logA console (STAGING]E laravel.log4 SF [iminny@localhoTx: AutoMiddleware/RateLimited.pnpSELECT * FROM crm_field_data WHERE criSELECT * FROM crm_field_data WHERE criC) ProviderRateLimiter.pho X37vclass ProviderRateLimiterpublic function canMakeRequest(RateLimited Sprovider): bool/** @var RateLimitInterface $rateLimit */foreach (Sprovider-›getRateLimits() as $rateLimit) {$key = $rateLimit->getKey();SELECTCONCAT(u.id, CASE WHEN u.id = t.cU.emallsa.*t.owner_id FROM social_accounts sJOIN users uon u.id = sa.sociable idJOIN teams t 1.n<->1: on t.id = u.tearWHERE u.team id = 2 and sa.provider =if (Sthis-›rateLimiter->tooManyAttempts($key, $rateLimit->getQuota())) €return false;select * from opportunities where teaand crm_provider_id IN ('51317301383'h Outoutf Result 3v D DatabaseV AEUconsole& |iminny@localhost4 HS_Jocal 739 msA SF~ A PRODconsole 1s 381 msV A STAGINGA console 1s 901 ms…Docken4rows vprovider user 1d Y I provider_user_token TCJf rMuaMxTeOlNOM18k0EwrAhEACAcCFATSC00dA0EBAOEBAOEGGTK.I-ATOos3FA17TrATVEKFcEwV1WK3oAt1b=BAvKW v0WvS0*SCU1AvXvCLf3vIngMxIYQLNQML8kQEwгAgsACAkWEgkEHgEBAQMHGIKJjAIgn9eNHyjSгAIyFMm7DfjPN-v1toQWt-M2SNwEbK5h0¡9CU1AyXyRATCsCIgCNі2гongMxIZQLNQML8kQEwгAgwACAkUAh]JBB4BAQEDBxіCiYwCIN7Y_Qwo0qwCMhRcWjVd1omxGY-ZK73WP0LB2X87pzoyQLNQML8kQEwrAi206 60875738CNSs_quaMхIZQLNQML8kQEwгAgwACAkUAhIJBB4BAQEDBx¿CiYwCINгHgx0o06wCMhTXUSuJboYdOS8vHsYuxKTIVnNjXToyQLNQML8kQEwrAi$0hell"suppont Dally• In o/m100% L2Inu / May 14.03.04• SearchYour team is now on the Free olan with 1admin. You retain editina access and other members are read-onlv. View team nermissions to see who can edit or unarade to restore collaborationPOST Readat • POST Readat •HTTP https:api.hubapi.com/account-info/v3/detaihttps://api.hubapi.com/account-info/v3/detailE DocsAuth TypeBearer TokenAuthorization • Headers 9 Body Scripts SettingsTokenThe authorization header will be automaticallygenerated when vou send the reauest. Learn moreabout Bearer Token authorization.PATCH https://apGET https://apNo environment~ SaveCookies((token))V COLLECTIONS• AssociationsAssociations V4• CMS - URL Redirects APl Collection• Companies• COMPARE• Contacts> CRM Obiects> CRM Owners> CRM Pipelines› Dealsv Engagements> O OLD ENGAGEMENTSGet list meetinasPOST search modified companiesGET read call> POST search callsGET list callspost meetinas scheduledGET get meetingPost get link to task> Post Greate Contact with AccociationHubspot> Journal & webhoooks v4> ©Auth› Properties• СЕАРСН> Tickets• Ulsefule• Webhooks404 Not Found 205 ms • 1.3 KB • C1...=QEX HTMLVPreviewYd Debua with Alllv<meta htto-equiv="Content-Tvoe" content="text/html:charset=utf-8"/><title>Error 404 Not Found</title>choduschasHtTp sopnp AolelasCAMIDONMCNTe> spEcs>FLOWSGlobals Vault Tools 5000...
|
NULL
|
-2540972537478761392
|
NULL
|
click
|
ocr
|
NULL
|
vlewWindowProject© RingCentral/Client.php© Rematch vlewWindowProject© RingCentral/Client.php© RematchActivityOnCrmObjectDetach.phpE test.py<> Untitled Diagram.xmlIs vetur.config.jsM+ WEBHOOK_FILTERING_IMPLEMEI› Ib External Libraries~ E* Scratches and ConsolesD Database Consolesv Atu& console culliA DEAL RISKS (EUJ&DI zUA EU TEUTv & iminny@localhost# console liiminny@localhost# DI ljiminny@localhost)4 HS local liminny@localhosA SF [jiminny@localhost]₫ zoho dey fiiminnv@localhe 29v ADRODservices# DeleteCrmEntity Trait.php© RateLimitException.php© SyncToUserPilot.php= custom.logA console (STAGING]E laravel.log4 SF [iminny@localhoTx: AutoMiddleware/RateLimited.pnpSELECT * FROM crm_field_data WHERE criSELECT * FROM crm_field_data WHERE criC) ProviderRateLimiter.pho X37vclass ProviderRateLimiterpublic function canMakeRequest(RateLimited Sprovider): bool/** @var RateLimitInterface $rateLimit */foreach (Sprovider-›getRateLimits() as $rateLimit) {$key = $rateLimit->getKey();SELECTCONCAT(u.id, CASE WHEN u.id = t.cU.emallsa.*t.owner_id FROM social_accounts sJOIN users uon u.id = sa.sociable idJOIN teams t 1.n<->1: on t.id = u.tearWHERE u.team id = 2 and sa.provider =if (Sthis-›rateLimiter->tooManyAttempts($key, $rateLimit->getQuota())) €return false;select * from opportunities where teaand crm_provider_id IN ('51317301383'h Outoutf Result 3v D DatabaseV AEUconsole& |iminny@localhost4 HS_Jocal 739 msA SF~ A PRODconsole 1s 381 msV A STAGINGA console 1s 901 ms…Docken4rows vprovider user 1d Y I provider_user_token TCJf rMuaMxTeOlNOM18k0EwrAhEACAcCFATSC00dA0EBAOEBAOEGGTK.I-ATOos3FA17TrATVEKFcEwV1WK3oAt1b=BAvKW v0WvS0*SCU1AvXvCLf3vIngMxIYQLNQML8kQEwгAgsACAkWEgkEHgEBAQMHGIKJjAIgn9eNHyjSгAIyFMm7DfjPN-v1toQWt-M2SNwEbK5h0¡9CU1AyXyRATCsCIgCNі2гongMxIZQLNQML8kQEwгAgwACAkUAh]JBB4BAQEDBxіCiYwCIN7Y_Qwo0qwCMhRcWjVd1omxGY-ZK73WP0LB2X87pzoyQLNQML8kQEwrAi206 60875738CNSs_quaMхIZQLNQML8kQEwгAgwACAkUAhIJBB4BAQEDBx¿CiYwCINгHgx0o06wCMhTXUSuJboYdOS8vHsYuxKTIVnNjXToyQLNQML8kQEwrAi$0hell"suppont Dally• In o/m100% L2Inu / May 14.03.04• SearchYour team is now on the Free olan with 1admin. You retain editina access and other members are read-onlv. View team nermissions to see who can edit or unarade to restore collaborationPOST Readat • POST Readat •HTTP https:api.hubapi.com/account-info/v3/detaihttps://api.hubapi.com/account-info/v3/detailE DocsAuth TypeBearer TokenAuthorization • Headers 9 Body Scripts SettingsTokenThe authorization header will be automaticallygenerated when vou send the reauest. Learn moreabout Bearer Token authorization.PATCH https://apGET https://apNo environment~ SaveCookies((token))V COLLECTIONS• AssociationsAssociations V4• CMS - URL Redirects APl Collection• Companies• COMPARE• Contacts> CRM Obiects> CRM Owners> CRM Pipelines› Dealsv Engagements> O OLD ENGAGEMENTSGet list meetinasPOST search modified companiesGET read call> POST search callsGET list callspost meetinas scheduledGET get meetingPost get link to task> Post Greate Contact with AccociationHubspot> Journal & webhoooks v4> ©Auth› Properties• СЕАРСН> Tickets• Ulsefule• Webhooks404 Not Found 205 ms • 1.3 KB • C1...=QEX HTMLVPreviewYd Debua with Alllv<meta htto-equiv="Content-Tvoe" content="text/html:charset=utf-8"/><title>Error 404 Not Found</title>choduschasHtTp sopnp AolelasCAMIDONMCNTe> spEcs>FLOWSGlobals Vault Tools 5000...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
2165
|
99
|
2
|
2026-05-07T11:03:53.542025+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-07/1778 /Users/lukas/.screenpipe/data/data/2026-05-07/1778151833542_m1.jpg...
|
iTerm2
|
NULL
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
iTerm2ShellEditViewSessionScriptsProfilesWindowHel iTerm2ShellEditViewSessionScriptsProfilesWindowHelp(aholSupport Daily • in 57 m100% <478DEV (docker)DOCKERLast login: Thu May0 81DEV (docker)7 09:44:56 on ttys006182APP (-zsh)-zsh|Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parentsPoetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parentslukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20773-fix-automated-reports-user-pilot-tracking) $ devroot@docker_lamp_1:/home/jiminny# 0• 84|screenpipe"•$5-zshThu 7 May 14:03:53T81₴6DEV...
|
NULL
|
8160127114034369755
|
NULL
|
click
|
ocr
|
NULL
|
iTerm2ShellEditViewSessionScriptsProfilesWindowHel iTerm2ShellEditViewSessionScriptsProfilesWindowHelp(aholSupport Daily • in 57 m100% <478DEV (docker)DOCKERLast login: Thu May0 81DEV (docker)7 09:44:56 on ttys006182APP (-zsh)-zsh|Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parentsPoetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parentslukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20773-fix-automated-reports-user-pilot-tracking) $ devroot@docker_lamp_1:/home/jiminny# 0• 84|screenpipe"•$5-zshThu 7 May 14:03:53T81₴6DEV...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
2166
|
100
|
3
|
2026-05-07T11:03:53.802710+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-07/1778 /Users/lukas/.screenpipe/data/data/2026-05-07/1778151833802_m2.jpg...
|
iTerm2
|
NULL
|
True
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
vlewWindowProject© RingCentral/Client.php© Rematch vlewWindowProject© RingCentral/Client.php© RematchActivityOnCrmObjectDetach.phpE test.py<> Untitled Diagram.xmlIs vetur.config.jsM+ WEBHOOK_FILTERING_IMPLEMEI› Ib External Libraries~ E* Scratches and ConsolesD Database Consolesv Atu& console culliA DEAL RISKS (EUJ&DI zUA EU TEUTv & iminny@localhost# console liiminny@localhost# DI ljiminny@localhost)4 HS local liminny@localhosA SF [jiminny@localhost]₫ zoho dey fiiminnv@localhe 29v ADRODservices# DeleteCrmEntity Trait.php© RateLimitException.php© SyncToUserPilot.php= custom.logA console (STAGING]E laravel.log4 SF [iminny@localhoTx: AutoMiddleware/RateLimited.pnpSELECT * FROM crm_field_data WHERE criSELECT * FROM crm_field_data WHERE criC) ProviderRateLimiter.php X37vclass ProviderRateLimitenpublic function canMakeRequest(RateLimited Sprovider): bool/** @var RateLimitInterface $rateLimit */foreach (Sprovider-›getRateLimits() as $rateLimit) {$key = $rateLimit->getKey();SELECTCONCAT(u.id, CASE WHEN u.id = t.cU.emallsa.*t.owner_id FROM social_accounts sJOIN users uon u.id = sa.sociable idJOIN teams t 1.n<->1: on t.id = u.tearWHERE u.team id = 2 and sa.provider =if (Sthis-›rateLimiter->tooManyAttempts($key, $rateLimit->getQuota())) €return false;select * from opportunities where teaand crm_provider_id IN ('51317301383'h Outoutf Result 3v D DatabaseV AEUconsole& |iminny@localhost4 HS_Jocal 739 msA SF~ A PRODconsole 1s 381 msV A STAGINGA console 1s 901 ms…Docken4rows vprovider user 1d Y I provider_user_token TCJf rMuaMxTeOlNOM18k0EwrAhEACAcCFATSC00dA0EBAOEBAOEGGTK.I-ATOos3FA17TrATVEKFcEwV1WK3oAt1b=BAvKW v0WvS0*SCU1AvXvCLf3vIngMxIYQLNQML8kQEwгAgsACAkWEgkEHgEBAQMHGIKJjAIgn9eNHyjSгAIyFMm7DfjPN-v1toQWt-M2SNwEbK5h0¡9CU1AyXyRATCsCIgCNі2гongMxIZQLNQML8kQEwгAgwACAkUAh]JBB4BAQEDBxіCiYwCIN7Y_Qwo0qwCMhRcWjVd1omxGY-ZK73WP0LB2X87pzoyQLNQML8kQEwrAi206 60875738CNSs_quaMхIZQLNQML8kQEwгAgwACAkUAhIJBB4BAQEDBx¿CiYwCINгHgx0o06wCMhTXUSuJboYdOS8vHsYuxKTIVnNjXToyQLNQML8kQEwrAi$0# Support Daily - in 57 m• SearchYour team is now on the Free plan with 1 admin. You retain editing access and other members are read-only. View team permissions to see who can edit, or upgrade to restore collaborationGET Re:•HTTP https:api.hubapi.com/account-info/v3/detaihttps://api.hubapi.com/account-info/v3/detailE DocsAuth TypeBearer TokenAuthorization • Headers 9 Body Scripts SettingsTokenThe authorization header will beautomatically generated when vou send ibearer lloken authorizationGET http:+No environmentvf SaveSharecookies((token)100% L2Thu 7 May 14:03:53V COLLECTIONS• AssociationsAssociations V4• CMS - URL Redirects APl Collection• Companies• COMPARE• Contacts> CRM Obiects> CRM Owners> CRM Pipelines› Dealsv Engagements> O OLD ENGAGEMENTSGet list meetinasPOST search modified companiesGET read call> POST search callsGET list callspost meetinas scheduledGET get meetingPost get link to task> Post Greate Contact with AccociationHubspot> Journal & webhoooks v4> ©Auth› Properties• СЕАРСН> Tickets• Ulsefule• WebhooksVariables in requestG tokenCP31reTRJAxIZQ...> All variablesHeaders 17 Test ResultsEX HTMLVPreviewYd Debua with Alllv<meta htto-equiv="Content-Tvoe" content="text/html:charset=utf-8"/><title>Exror 404 Not Found</title>choduschasutTp sopnp Aole/hs404 Not Found 205 ms • 1.3 KB •C1 ..=a100CAMIDONMCNTe> spEcs>FLOWSGlobals Vault Tools S000...
|
NULL
|
2993512199329014946
|
NULL
|
click
|
ocr
|
NULL
|
vlewWindowProject© RingCentral/Client.php© Rematch vlewWindowProject© RingCentral/Client.php© RematchActivityOnCrmObjectDetach.phpE test.py<> Untitled Diagram.xmlIs vetur.config.jsM+ WEBHOOK_FILTERING_IMPLEMEI› Ib External Libraries~ E* Scratches and ConsolesD Database Consolesv Atu& console culliA DEAL RISKS (EUJ&DI zUA EU TEUTv & iminny@localhost# console liiminny@localhost# DI ljiminny@localhost)4 HS local liminny@localhosA SF [jiminny@localhost]₫ zoho dey fiiminnv@localhe 29v ADRODservices# DeleteCrmEntity Trait.php© RateLimitException.php© SyncToUserPilot.php= custom.logA console (STAGING]E laravel.log4 SF [iminny@localhoTx: AutoMiddleware/RateLimited.pnpSELECT * FROM crm_field_data WHERE criSELECT * FROM crm_field_data WHERE criC) ProviderRateLimiter.php X37vclass ProviderRateLimitenpublic function canMakeRequest(RateLimited Sprovider): bool/** @var RateLimitInterface $rateLimit */foreach (Sprovider-›getRateLimits() as $rateLimit) {$key = $rateLimit->getKey();SELECTCONCAT(u.id, CASE WHEN u.id = t.cU.emallsa.*t.owner_id FROM social_accounts sJOIN users uon u.id = sa.sociable idJOIN teams t 1.n<->1: on t.id = u.tearWHERE u.team id = 2 and sa.provider =if (Sthis-›rateLimiter->tooManyAttempts($key, $rateLimit->getQuota())) €return false;select * from opportunities where teaand crm_provider_id IN ('51317301383'h Outoutf Result 3v D DatabaseV AEUconsole& |iminny@localhost4 HS_Jocal 739 msA SF~ A PRODconsole 1s 381 msV A STAGINGA console 1s 901 ms…Docken4rows vprovider user 1d Y I provider_user_token TCJf rMuaMxTeOlNOM18k0EwrAhEACAcCFATSC00dA0EBAOEBAOEGGTK.I-ATOos3FA17TrATVEKFcEwV1WK3oAt1b=BAvKW v0WvS0*SCU1AvXvCLf3vIngMxIYQLNQML8kQEwгAgsACAkWEgkEHgEBAQMHGIKJjAIgn9eNHyjSгAIyFMm7DfjPN-v1toQWt-M2SNwEbK5h0¡9CU1AyXyRATCsCIgCNі2гongMxIZQLNQML8kQEwгAgwACAkUAh]JBB4BAQEDBxіCiYwCIN7Y_Qwo0qwCMhRcWjVd1omxGY-ZK73WP0LB2X87pzoyQLNQML8kQEwrAi206 60875738CNSs_quaMхIZQLNQML8kQEwгAgwACAkUAhIJBB4BAQEDBx¿CiYwCINгHgx0o06wCMhTXUSuJboYdOS8vHsYuxKTIVnNjXToyQLNQML8kQEwrAi$0# Support Daily - in 57 m• SearchYour team is now on the Free plan with 1 admin. You retain editing access and other members are read-only. View team permissions to see who can edit, or upgrade to restore collaborationGET Re:•HTTP https:api.hubapi.com/account-info/v3/detaihttps://api.hubapi.com/account-info/v3/detailE DocsAuth TypeBearer TokenAuthorization • Headers 9 Body Scripts SettingsTokenThe authorization header will beautomatically generated when vou send ibearer lloken authorizationGET http:+No environmentvf SaveSharecookies((token)100% L2Thu 7 May 14:03:53V COLLECTIONS• AssociationsAssociations V4• CMS - URL Redirects APl Collection• Companies• COMPARE• Contacts> CRM Obiects> CRM Owners> CRM Pipelines› Dealsv Engagements> O OLD ENGAGEMENTSGet list meetinasPOST search modified companiesGET read call> POST search callsGET list callspost meetinas scheduledGET get meetingPost get link to task> Post Greate Contact with AccociationHubspot> Journal & webhoooks v4> ©Auth› Properties• СЕАРСН> Tickets• Ulsefule• WebhooksVariables in requestG tokenCP31reTRJAxIZQ...> All variablesHeaders 17 Test ResultsEX HTMLVPreviewYd Debua with Alllv<meta htto-equiv="Content-Tvoe" content="text/html:charset=utf-8"/><title>Exror 404 Not Found</title>choduschasutTp sopnp Aole/hs404 Not Found 205 ms • 1.3 KB •C1 ..=a100CAMIDONMCNTe> spEcs>FLOWSGlobals Vault Tools S000...
|
2164
|
NULL
|
NULL
|
NULL
|
|
2167
|
99
|
3
|
2026-05-07T11:03:57.628387+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-07/1778 /Users/lukas/.screenpipe/data/data/2026-05-07/1778151837628_m1.jpg...
|
iTerm2
|
NULL
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
iTerm2ShellEditViewSessionScriptsProfilesWindowHel iTerm2ShellEditViewSessionScriptsProfilesWindowHelp(aholSupport Daily • in 57 mA100% <478DEV (docker)DOCKERLast login: Thu May*1DEV (docker)182APP (-zsh)-zsh|7 09:44:56 on ttys006Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parentsPoetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parentslukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20773-fix-automated-reports-user-pilot-tracking) $ devroot@docker_lamp_1:/home/jiminny# 0• 84|screenpipe"•$5-zshThu 7 May 14:03:57T81₴6DEV...
|
NULL
|
-8259126480402266253
|
NULL
|
click
|
ocr
|
NULL
|
iTerm2ShellEditViewSessionScriptsProfilesWindowHel iTerm2ShellEditViewSessionScriptsProfilesWindowHelp(aholSupport Daily • in 57 mA100% <478DEV (docker)DOCKERLast login: Thu May*1DEV (docker)182APP (-zsh)-zsh|7 09:44:56 on ttys006Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parentsPoetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parentslukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20773-fix-automated-reports-user-pilot-tracking) $ devroot@docker_lamp_1:/home/jiminny# 0• 84|screenpipe"•$5-zshThu 7 May 14:03:57T81₴6DEV...
|
2165
|
NULL
|
NULL
|
NULL
|
|
2168
|
100
|
4
|
2026-05-07T11:03:57.699517+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-07/1778 /Users/lukas/.screenpipe/data/data/2026-05-07/1778151837699_m2.jpg...
|
iTerm2
|
NULL
|
True
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
vlewWindowProject© RingCentral/Client.php© Rematch vlewWindowProject© RingCentral/Client.php© RematchActivityOnCrmObjectDetach.phpE test.py<> Untitled Diagram.xmlIs vetur.config.jsM+ WEBHOOK_FILTERING_IMPLEMEI› Ib External Libraries~ E* Scratches and ConsolesD Database Consolesv Atu& console culliA DEAL RISKS (EUJ&DI zUA EU TEUTv & iminny@localhost# console liiminny@localhost# DI ljiminny@localhost)4 HS local liminny@localhosA SF [jiminny@localhost]₫ zoho dey fiiminnv@localhe 29v ADRODservices# DeleteCrmEntity Trait.php© RateLimitException.php© SyncToUserPilot.php= custom.logA console (STAGING]E laravel.log4 SF [iminny@localhoTx: AutoMiddleware/RateLimited.pnpSELECT * FROM crm_field_data WHERE criSELECT * FROM crm_field_data WHERE criC) ProviderRateLimiter.php X37vclass ProviderRateLimitenpublic function canMakeRequest(RateLimited Sprovider): bool/** @var RateLimitInterface $rateLimit */foreach (Sprovider-›getRateLimits() as $rateLimit) {$key = $rateLimit->getKey();SELECTCONCAT(u.id, CASE WHEN u.id = t.cU.emallsa.*t.owner_id FROM social_accounts sJOIN users uon u.id = sa.sociable idJOIN teams t 1.n<->1: on t.id = u.tearWHERE u.team id = 2 and sa.provider =if (Sthis-›rateLimiter->tooManyAttempts($key, $rateLimit->getQuota())) €return false;select * from opportunities where teaand crm_provider_id IN ('51317301383'h Outoutf Result 3v D DatabaseV AEUconsole& |iminny@localhost4 HS_Jocal 739 msA SF~ A PRODconsole 1s 381 msV A STAGINGA console 1s 901 ms…Docken4rows vprovider user 1d Y I provider_user_token YCJf rMuaMxTeOlNOM18k0EwrAhEACAcCFATSC00dA0EBAOEBAOEGGTK.I-ATOos3FA17TrATVEKFcEwV1WK3oAt1b=BAvKW v0WvS0*SCU1AvXvCLf3vIngMxIYQLNQML8kQEwгAgsACAkWEgkEHgEBAQMHGIKJjAIgn9eNHyjSгAIyFMm7DfjPN-v1toQWt-M2SNwEbK5h0¡9CU1AyXyRATCsCIgCNі2гongMxIZQLNQML8kQEwгAgwACAkUAh]JBB4BAQEDBxіCiYwCIN7Y_Qwo0qwCMhRcWjVd1omxGY-ZK73WP0LB2X87pzoyQLNQML8kQEwrAi206 60875738CNSs_quaMхIZQLNQML8kQEwгAgwACAkUAhIJBB4BAQEDBx¿CiYwCINгHgx0o06wCMhTXUSuJboYdOS8vHsYuxKTIVnNjXToyQLNQML8kQEwrAi$0# Support Daily - in 57 m• SearchYour team is now on the Free plan with 1 admin. You retain editing access and other members are read-only. View team permissions to see who can edit, or upgrade to restore collaborationGET Re:•HTTP https:api.hubapi.com/account-info/v3/detaihttps://api.hubapi.com/account-info/v3/detailE DocsAuthorization • Headers 9 Body Scripts SettingsAuth TypeBearer TokenTokenThe authorization header will beautomatically generated when vou send ibearer lloken authorizationGET htto: • --No environmentvf Save((token)100% L2Thu 7 May 14:03:57V COLLECTIONS• AssociationsAssociations V4• CMS - URL Redirects APl Collection• Companies• COMPARE• Contacts> CRM Obiects› CRM Owners> CRM Pipelines› Dealsv Enqagements>D OLD ENGAGEMENTSGet list meetinasPOST search modified companiesGET read call> POST search callsGET list callspost meetinas scheduledGET get meetingPost get link to task> Post Greate Contact with AccociationHubspot> Journal & webhoooks v4> ©Auth› Properties• СЕАРСН> Tickets• Ulsefule• WebhookscookiesVariables in requestG token> All variablesEX HTMLVPreview&Debug with Al~<meta htto-equiv="Content-Tvoe" content="text/html:charset=utf-8"/><title>Exror 404 Not Found</title>choduschasutTp sopnp Aole/hs404 Not Found 205 ms • 1.3 KB •C1 ..=a100CAMIDONMCNTe> spEcs>FLOWSGlobals Vault Tools?0O...
|
NULL
|
5181498868456419320
|
NULL
|
click
|
ocr
|
NULL
|
vlewWindowProject© RingCentral/Client.php© Rematch vlewWindowProject© RingCentral/Client.php© RematchActivityOnCrmObjectDetach.phpE test.py<> Untitled Diagram.xmlIs vetur.config.jsM+ WEBHOOK_FILTERING_IMPLEMEI› Ib External Libraries~ E* Scratches and ConsolesD Database Consolesv Atu& console culliA DEAL RISKS (EUJ&DI zUA EU TEUTv & iminny@localhost# console liiminny@localhost# DI ljiminny@localhost)4 HS local liminny@localhosA SF [jiminny@localhost]₫ zoho dey fiiminnv@localhe 29v ADRODservices# DeleteCrmEntity Trait.php© RateLimitException.php© SyncToUserPilot.php= custom.logA console (STAGING]E laravel.log4 SF [iminny@localhoTx: AutoMiddleware/RateLimited.pnpSELECT * FROM crm_field_data WHERE criSELECT * FROM crm_field_data WHERE criC) ProviderRateLimiter.php X37vclass ProviderRateLimitenpublic function canMakeRequest(RateLimited Sprovider): bool/** @var RateLimitInterface $rateLimit */foreach (Sprovider-›getRateLimits() as $rateLimit) {$key = $rateLimit->getKey();SELECTCONCAT(u.id, CASE WHEN u.id = t.cU.emallsa.*t.owner_id FROM social_accounts sJOIN users uon u.id = sa.sociable idJOIN teams t 1.n<->1: on t.id = u.tearWHERE u.team id = 2 and sa.provider =if (Sthis-›rateLimiter->tooManyAttempts($key, $rateLimit->getQuota())) €return false;select * from opportunities where teaand crm_provider_id IN ('51317301383'h Outoutf Result 3v D DatabaseV AEUconsole& |iminny@localhost4 HS_Jocal 739 msA SF~ A PRODconsole 1s 381 msV A STAGINGA console 1s 901 ms…Docken4rows vprovider user 1d Y I provider_user_token YCJf rMuaMxTeOlNOM18k0EwrAhEACAcCFATSC00dA0EBAOEBAOEGGTK.I-ATOos3FA17TrATVEKFcEwV1WK3oAt1b=BAvKW v0WvS0*SCU1AvXvCLf3vIngMxIYQLNQML8kQEwгAgsACAkWEgkEHgEBAQMHGIKJjAIgn9eNHyjSгAIyFMm7DfjPN-v1toQWt-M2SNwEbK5h0¡9CU1AyXyRATCsCIgCNі2гongMxIZQLNQML8kQEwгAgwACAkUAh]JBB4BAQEDBxіCiYwCIN7Y_Qwo0qwCMhRcWjVd1omxGY-ZK73WP0LB2X87pzoyQLNQML8kQEwrAi206 60875738CNSs_quaMхIZQLNQML8kQEwгAgwACAkUAhIJBB4BAQEDBx¿CiYwCINгHgx0o06wCMhTXUSuJboYdOS8vHsYuxKTIVnNjXToyQLNQML8kQEwrAi$0# Support Daily - in 57 m• SearchYour team is now on the Free plan with 1 admin. You retain editing access and other members are read-only. View team permissions to see who can edit, or upgrade to restore collaborationGET Re:•HTTP https:api.hubapi.com/account-info/v3/detaihttps://api.hubapi.com/account-info/v3/detailE DocsAuthorization • Headers 9 Body Scripts SettingsAuth TypeBearer TokenTokenThe authorization header will beautomatically generated when vou send ibearer lloken authorizationGET htto: • --No environmentvf Save((token)100% L2Thu 7 May 14:03:57V COLLECTIONS• AssociationsAssociations V4• CMS - URL Redirects APl Collection• Companies• COMPARE• Contacts> CRM Obiects› CRM Owners> CRM Pipelines› Dealsv Enqagements>D OLD ENGAGEMENTSGet list meetinasPOST search modified companiesGET read call> POST search callsGET list callspost meetinas scheduledGET get meetingPost get link to task> Post Greate Contact with AccociationHubspot> Journal & webhoooks v4> ©Auth› Properties• СЕАРСН> Tickets• Ulsefule• WebhookscookiesVariables in requestG token> All variablesEX HTMLVPreview&Debug with Al~<meta htto-equiv="Content-Tvoe" content="text/html:charset=utf-8"/><title>Exror 404 Not Found</title>choduschasutTp sopnp Aole/hs404 Not Found 205 ms • 1.3 KB •C1 ..=a100CAMIDONMCNTe> spEcs>FLOWSGlobals Vault Tools?0O...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
2169
|
99
|
4
|
2026-05-07T11:03:58.801326+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-07/1778 /Users/lukas/.screenpipe/data/data/2026-05-07/1778151838801_m1.jpg...
|
iTerm2
|
NULL
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
iTerm2ShellEditViewSessionScriptsProfilesWindowHel iTerm2ShellEditViewSessionScriptsProfilesWindowHelp(aholSupport Daily • in 57 m100% <478DEV (docker)DOCKERLast login: Thu May- ₴1DEV (docker)7 09:44:56 on ttys006182APP (-zsh)-zsh|Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parentsPoetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parentslukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20773-fix-automated-reports-user-pilot-tracking) $ devroot@docker_lamp_1:/home/jiminny# 0• 84|screenpipe"•$5-zshThu 7 May 14:03:58T81₴6DEV...
|
NULL
|
2569945909500452558
|
NULL
|
click
|
ocr
|
NULL
|
iTerm2ShellEditViewSessionScriptsProfilesWindowHel iTerm2ShellEditViewSessionScriptsProfilesWindowHelp(aholSupport Daily • in 57 m100% <478DEV (docker)DOCKERLast login: Thu May- ₴1DEV (docker)7 09:44:56 on ttys006182APP (-zsh)-zsh|Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parentsPoetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parentslukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20773-fix-automated-reports-user-pilot-tracking) $ devroot@docker_lamp_1:/home/jiminny# 0• 84|screenpipe"•$5-zshThu 7 May 14:03:58T81₴6DEV...
|
NULL
|
NULL
|
NULL
|
NULL
|
|
2170
|
100
|
5
|
2026-05-07T11:03:58.873351+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-07/1778 /Users/lukas/.screenpipe/data/data/2026-05-07/1778151838873_m2.jpg...
|
iTerm2
|
NULL
|
True
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
vlewWindowProject© RingCentral/Client.php© Rematch vlewWindowProject© RingCentral/Client.php© RematchActivityOnCrmObjectDetach.phpE test.py<> Untitled Diagram.xmlIs vetur.config.jsM+ WEBHOOK_FILTERING_IMPLEMEI› Ib External Libraries~ E* Scratches and ConsolesD Database Consolesv Atu& console culliA DEAL RISKS (EUJ&DI zUA EU TEUTv & iminny@localhost# console liiminny@localhost# DI ljiminny@localhost)4 HS local liminny@localhosA SF [jiminny@localhost]₫ zoho dey fiiminnv@localhe 29v ADRODservices# DeleteCrmEntity Trait.php© RateLimitException.php© SyncToUserPilot.php= custom.logA console (STAGING]E laravel.log4 SF [iminny@localhoTx: AutoMiddleware/RateLimited.pnpSELECT * FROM crm_field_data WHERE criSELECT * FROM crm_field_data WHERE criC) ProviderRateLimiter.php X37vclass ProviderRateLimiterpublic function canMakeRequest(RateLimited Sprovider): bool/** @var RateLimitInterface $rateLimit */foreach (Sprovider-›getRateLimits() as $rateLimit) {$key = $rateLimit->getKey();SELECTCONCAT(u.id, CASE WHEN u.id = t.cU.emallsa.*t.owner_id FROM social_accounts sJOIN users uon u.id = sa.sociable idJOIN teams t 1.n<->1: on t.id = u.tearWHERE u.team id = 2 and sa.provider =if (Sthis-›rateLimiter->tooManyAttempts($key, $rateLimit->getQuota())) €return false;select * from opportunities where teaand crm_provider_id IN ('51317301383'h Outoutf Result 3v D DatabaseV AEUconsole& |iminny@localhost4 HS_Jocal 739 msA SF~ A PRODconsole 1s 381 msV A STAGINGA console 1s 901 ms…Docken4rows vprovider user 1d Y I provider_user_token YCJf rMuaMxTeOlNOM18k0EwrAhEACAcCFATSC00dA0EBAOEBAOEGGTK.I-ATOos3FA17TrATVEKFcEwV1WK3oAt1b=BAvKW v0WvS0*SCU1AvXvCLf3vIngMxIYQLNQML8kQEwгAgsACAkWEgkEHgEBAQMHGIKJjAIgn9eNHyjSгAIyFMm7DfjPN-v1toQWt-M2SNwEbK5h0¡9CU1AyXyRATCsCIgCNі2гongMxIZQLNQML8kQEwгAgwACAkUAh]JBB4BAQEDBxіCiYwCIN7Y_Qwo0qwCMhRcWjVd1omxGY-ZK73WP0LB2X87pzoyQLNQML8kQEwrAi206 60875738CNSs_quaMхIZQLNQML8kQEwгAgwACAkUAhIJBB4BAQEDBx¿CiYwCINгHgx0o06wCMhTXUSuJboYdOS8vHsYuxKTIVnNjXToyQLNQML8kQEwrAi$0# Support Daily - in 57 m• SearchYour team is now on the Free plan with 1 admin. You retain editing access and other members are read-only. View team permissions to see who can edit, or upgrade to restore collaborationGET Re:•HTTP https:api.hubapi.com/account-info/v3/detaihttps://api.hubapi.com/account-info/v3/detailE DocsAuthorization • Headers 9 Body Scripts SettingsAuth TypeBearer TokenTokenThe authorization header will beautomatically generated when vou send ibearer lloken authorizationGET http:+No environmentvf SaveShare*Cookies((token)100% L2Thu 7 May 14:03:58V COLLECTIONS• AssociationsAssociations V4• CMS - URL Redirects APl Collection• Companies• COMPARE• Contacts> CRM Obiects> CRM Owners> CRM Pipelines› Dealsv Engagements> O OLD ENGAGEMENTSGet list meetinasPOST search modified companiesGET read call> POST search callsGET list callspost meetinas scheduledGET get meetingPost get link to task> Post Greate Contact with AccociationHubspot> Journal & webhoooks v4> ©Auth› Properties• СЕАРСН> Tickets• Uceful• WebhooksVariables in requestG token› All variablesCNi2rongMxIZQl...404 Not Found 205 ms • 1.3 KB •C1 ..=a100EX HTMLVPreviewYd Debua with Alllv<meta htto-equiv="Content-Tvoe" content="text/html:charset=utf-8"/><title>Exror 404 Not Found</title>choduschasutTp sopnp Aole/hsCAMIDONMCNTe> spEcs>FLOWSGiobals Vault Tooks •- m=m...
|
NULL
|
-3364253622759414039
|
NULL
|
click
|
ocr
|
NULL
|
vlewWindowProject© RingCentral/Client.php© Rematch vlewWindowProject© RingCentral/Client.php© RematchActivityOnCrmObjectDetach.phpE test.py<> Untitled Diagram.xmlIs vetur.config.jsM+ WEBHOOK_FILTERING_IMPLEMEI› Ib External Libraries~ E* Scratches and ConsolesD Database Consolesv Atu& console culliA DEAL RISKS (EUJ&DI zUA EU TEUTv & iminny@localhost# console liiminny@localhost# DI ljiminny@localhost)4 HS local liminny@localhosA SF [jiminny@localhost]₫ zoho dey fiiminnv@localhe 29v ADRODservices# DeleteCrmEntity Trait.php© RateLimitException.php© SyncToUserPilot.php= custom.logA console (STAGING]E laravel.log4 SF [iminny@localhoTx: AutoMiddleware/RateLimited.pnpSELECT * FROM crm_field_data WHERE criSELECT * FROM crm_field_data WHERE criC) ProviderRateLimiter.php X37vclass ProviderRateLimiterpublic function canMakeRequest(RateLimited Sprovider): bool/** @var RateLimitInterface $rateLimit */foreach (Sprovider-›getRateLimits() as $rateLimit) {$key = $rateLimit->getKey();SELECTCONCAT(u.id, CASE WHEN u.id = t.cU.emallsa.*t.owner_id FROM social_accounts sJOIN users uon u.id = sa.sociable idJOIN teams t 1.n<->1: on t.id = u.tearWHERE u.team id = 2 and sa.provider =if (Sthis-›rateLimiter->tooManyAttempts($key, $rateLimit->getQuota())) €return false;select * from opportunities where teaand crm_provider_id IN ('51317301383'h Outoutf Result 3v D DatabaseV AEUconsole& |iminny@localhost4 HS_Jocal 739 msA SF~ A PRODconsole 1s 381 msV A STAGINGA console 1s 901 ms…Docken4rows vprovider user 1d Y I provider_user_token YCJf rMuaMxTeOlNOM18k0EwrAhEACAcCFATSC00dA0EBAOEBAOEGGTK.I-ATOos3FA17TrATVEKFcEwV1WK3oAt1b=BAvKW v0WvS0*SCU1AvXvCLf3vIngMxIYQLNQML8kQEwгAgsACAkWEgkEHgEBAQMHGIKJjAIgn9eNHyjSгAIyFMm7DfjPN-v1toQWt-M2SNwEbK5h0¡9CU1AyXyRATCsCIgCNі2гongMxIZQLNQML8kQEwгAgwACAkUAh]JBB4BAQEDBxіCiYwCIN7Y_Qwo0qwCMhRcWjVd1omxGY-ZK73WP0LB2X87pzoyQLNQML8kQEwrAi206 60875738CNSs_quaMхIZQLNQML8kQEwгAgwACAkUAhIJBB4BAQEDBx¿CiYwCINгHgx0o06wCMhTXUSuJboYdOS8vHsYuxKTIVnNjXToyQLNQML8kQEwrAi$0# Support Daily - in 57 m• SearchYour team is now on the Free plan with 1 admin. You retain editing access and other members are read-only. View team permissions to see who can edit, or upgrade to restore collaborationGET Re:•HTTP https:api.hubapi.com/account-info/v3/detaihttps://api.hubapi.com/account-info/v3/detailE DocsAuthorization • Headers 9 Body Scripts SettingsAuth TypeBearer TokenTokenThe authorization header will beautomatically generated when vou send ibearer lloken authorizationGET http:+No environmentvf SaveShare*Cookies((token)100% L2Thu 7 May 14:03:58V COLLECTIONS• AssociationsAssociations V4• CMS - URL Redirects APl Collection• Companies• COMPARE• Contacts> CRM Obiects> CRM Owners> CRM Pipelines› Dealsv Engagements> O OLD ENGAGEMENTSGet list meetinasPOST search modified companiesGET read call> POST search callsGET list callspost meetinas scheduledGET get meetingPost get link to task> Post Greate Contact with AccociationHubspot> Journal & webhoooks v4> ©Auth› Properties• СЕАРСН> Tickets• Uceful• WebhooksVariables in requestG token› All variablesCNi2rongMxIZQl...404 Not Found 205 ms • 1.3 KB •C1 ..=a100EX HTMLVPreviewYd Debua with Alllv<meta htto-equiv="Content-Tvoe" content="text/html:charset=utf-8"/><title>Exror 404 Not Found</title>choduschasutTp sopnp Aole/hsCAMIDONMCNTe> spEcs>FLOWSGiobals Vault Tooks •- m=m...
|
2168
|
NULL
|
NULL
|
NULL
|
|
2175
|
100
|
9
|
2026-05-07T11:04:11.333748+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-07/1778 /Users/lukas/.screenpipe/data/data/2026-05-07/1778151851333_m2.jpg...
|
iTerm2
|
NULL
|
True
|
NULL
|
monitor_2
|
NULL
|
NULL
|
NULL
|
NULL
|
ClaudecaltVIeWWindowmeltHubSpot rate limit impleme ClaudecaltVIeWWindowmeltHubSpot rate limit implementation strategyportal what limits does it haveCatalogued HubSpot APl endpoints for querying portal rate limits >There are essentially two endpoints plus response header inspection. That's the entire APIsurtace ror rate-limit discovery per portal.1. Daily limit + current daily usagReply +GET https://api.hubapi.com/account-info/v3/api-usage/daily/private-appsAuthorization: Bearer (portal access token;Kerums."recultell."name": "private-apps-api-calls-daily"."usageL1mit: 1000000"currentusage": 47213"resetsAt": "2026-05-08T05:00:00Z","fotchStatucll. lclldcess!This is the only API that tells you the daily ceiling and current spend for a portal. Theendpoint name savs private-aoos which is what it's offfcially documented for — itaggregates all legacy private apps in that portal. If your portal is connected via OAuth (publicaoosenevonumav eumemoyesu soraaneren shave: estron one or voulicustomer portals to see.2. Portal context (timezone. tier-related info)GET https://api.hubapi.com/account-info/v3/detailsAuthorization: Bearer (portal access token}ReturnsKeep going in Claude CodeSwitch to Claude Code and let Claude work directiv in vour reno.running and testing as it goesWrite a message…Opus 4.7 Adaptive v"suppont Dally • In oomXx Hubspot v• SearchYour team is now on the Free plan with 1 admin. You retain editing access and other members are read-only. View team permissions to see who can edit, or upgrade to restore collaborationGET Re:HTTP https:api.hubapi.com/account-info/v3/detaihttps://api.hubapi.com/account-info/v3/detaiE DocsAuthorization • Headers 9 Body Scripts sbftingsAuth TypeRearer TokenTokenThe authorization header will beautomatically generated when vou send iBearer loken authorizationGET http:+No environmentva SaveSharecookies{{token})100% L2Inu / May 14.04.11V COLLECTIONSAssociations V4• CMS - URL Redirects APl Collection• Companies• COMPARI• Contacts• CRM ObiectsCRM Owners• CRM Pipelines• Dealsv EngagementsM OLD ENGAGEMENTSGET list meetinasPOST search modified comnaniesPOST search tasksGET read calll› POST search callsGET list callspost meetinas scheduledGET get meetingPosT aet link to task> Post Greate Contact with AccociationHubspot• Iournal & wehhoooks vA• ©Auth• Pronertiec• RESEARCH• SЕАРСН› Tickets• Ulsefule• WebhooksVariables in requestG tokenAll variablesCNi2ronaMxlzol...BodVCookies 1 Headers 16 Test ResultsEX HTMLVPreviewYd Debua with Alllv<meta htto-equiv="Content-Tvoe" content="text/html:charset=utf-8"/><title>Exror 404 Not Found</title>choduschasuttp sopnp лoлe/s404 Not Found 165 ms • 1.02 KB • (a ...CAMIDONMCNTe> spfcs>FLOWS- Connect Git = Concole 5.) TerminaGiobals Vault Tooks •- m=m...
|
NULL
|
-7033153724420750958
|
NULL
|
click
|
ocr
|
NULL
|
ClaudecaltVIeWWindowmeltHubSpot rate limit impleme ClaudecaltVIeWWindowmeltHubSpot rate limit implementation strategyportal what limits does it haveCatalogued HubSpot APl endpoints for querying portal rate limits >There are essentially two endpoints plus response header inspection. That's the entire APIsurtace ror rate-limit discovery per portal.1. Daily limit + current daily usagReply +GET https://api.hubapi.com/account-info/v3/api-usage/daily/private-appsAuthorization: Bearer (portal access token;Kerums."recultell."name": "private-apps-api-calls-daily"."usageL1mit: 1000000"currentusage": 47213"resetsAt": "2026-05-08T05:00:00Z","fotchStatucll. lclldcess!This is the only API that tells you the daily ceiling and current spend for a portal. Theendpoint name savs private-aoos which is what it's offfcially documented for — itaggregates all legacy private apps in that portal. If your portal is connected via OAuth (publicaoosenevonumav eumemoyesu soraaneren shave: estron one or voulicustomer portals to see.2. Portal context (timezone. tier-related info)GET https://api.hubapi.com/account-info/v3/detailsAuthorization: Bearer (portal access token}ReturnsKeep going in Claude CodeSwitch to Claude Code and let Claude work directiv in vour reno.running and testing as it goesWrite a message…Opus 4.7 Adaptive v"suppont Dally • In oomXx Hubspot v• SearchYour team is now on the Free plan with 1 admin. You retain editing access and other members are read-only. View team permissions to see who can edit, or upgrade to restore collaborationGET Re:HTTP https:api.hubapi.com/account-info/v3/detaihttps://api.hubapi.com/account-info/v3/detaiE DocsAuthorization • Headers 9 Body Scripts sbftingsAuth TypeRearer TokenTokenThe authorization header will beautomatically generated when vou send iBearer loken authorizationGET http:+No environmentva SaveSharecookies{{token})100% L2Inu / May 14.04.11V COLLECTIONSAssociations V4• CMS - URL Redirects APl Collection• Companies• COMPARI• Contacts• CRM ObiectsCRM Owners• CRM Pipelines• Dealsv EngagementsM OLD ENGAGEMENTSGET list meetinasPOST search modified comnaniesPOST search tasksGET read calll› POST search callsGET list callspost meetinas scheduledGET get meetingPosT aet link to task> Post Greate Contact with AccociationHubspot• Iournal & wehhoooks vA• ©Auth• Pronertiec• RESEARCH• SЕАРСН› Tickets• Ulsefule• WebhooksVariables in requestG tokenAll variablesCNi2ronaMxlzol...BodVCookies 1 Headers 16 Test ResultsEX HTMLVPreviewYd Debua with Alllv<meta htto-equiv="Content-Tvoe" content="text/html:charset=utf-8"/><title>Exror 404 Not Found</title>choduschasuttp sopnp лoлe/s404 Not Found 165 ms • 1.02 KB • (a ...CAMIDONMCNTe> spfcs>FLOWS- Connect Git = Concole 5.) TerminaGiobals Vault Tooks •- m=m...
|
2174
|
NULL
|
NULL
|
NULL
|
|
2176
|
99
|
6
|
2026-05-07T11:04:11.499403+00:00
|
/Users/lukas/.screenpipe/data/data/2026-05-07/1778 /Users/lukas/.screenpipe/data/data/2026-05-07/1778151851499_m1.jpg...
|
iTerm2
|
NULL
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
iTerm2ShellEditViewSessionScriptsProfilesWindowHel iTerm2ShellEditViewSessionScriptsProfilesWindowHelplahl• Support Daily • in 56 mA100% <478DEV (docker)DOCKERLast login: Thu May0 81DEV (docker)7 09:44:56 on ttys006182APP (-zsh)-zsh|Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parentsPoetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parentslukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20773-fix-automated-reports-user-pilot-tracking) $ devroot@docker_lamp_1:/home/jiminny# 0• 84screenpipe*•$5-zshThu 7 May 14:04:11T₴1₴6DEV...
|
NULL
|
5740914062059599935
|
NULL
|
click
|
ocr
|
NULL
|
iTerm2ShellEditViewSessionScriptsProfilesWindowHel iTerm2ShellEditViewSessionScriptsProfilesWindowHelplahl• Support Daily • in 56 mA100% <478DEV (docker)DOCKERLast login: Thu May0 81DEV (docker)7 09:44:56 on ttys006182APP (-zsh)-zsh|Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parentsPoetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parentslukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20773-fix-automated-reports-user-pilot-tracking) $ devroot@docker_lamp_1:/home/jiminny# 0• 84screenpipe*•$5-zshThu 7 May 14:04:11T₴1₴6DEV...
|
NULL
|
NULL
|
NULL
|
NULL
|