Nataliia Cheremshynska
12/09/2025, 4:30 PMvinnu
12/09/2025, 8:33 PMThe Youtube account is not valid. Please make sure you're trying to use the active Youtube Account connected to your Google Account.
I have already tried all common solutions but still face the same issue.
Here is everything I’ve done so far:
Enabled APIs:
• YouTube Data API v3
• YouTube Analytics API
• YouTube Reporting API
Created both Desktop OAuth Client and Web App
Added all required scopes:
• <https://www.googleapis.com/auth/youtube.readonly>
• <https://www.googleapis.com/auth/yt-analytics.readonly>
• <https://www.googleapis.com/auth/yt-analytics-monetary.readonly>
Created OAuth consent screen (External), in testing mode.
YouTube channel exists and is verified.
Not a Brand Account (checked via YouTube account advanced settings)
Same Gmail account is used:
• For Google Cloud
• For YouTube channel
• During OAuth login in Airbyte (tested in incognito)
Even after generating a new refresh token and re-authenticating multiple times, Airbyte still fails the connection test with:
The Youtube account is not valid. Please make sure you're trying to use the active Youtube Account connected to your Google Account.
I am unsure whether this is:
• an OAuth bug in the YouTube Analytics connector,
• a channel ID mismatch issue,
• or something related to YouTube brand/identity mapping.
Any guidance would be greatly appreciated...thank youVishal Garg
12/10/2025, 8:03 AMBob De Schutter
12/10/2025, 9:13 AMstorage:
type: "Azure"
secretName: "airbyte-config-secrets"
bucket:
log: "airbyte-container"
state: "airbyte-container"
workloadOutput: "airbyte-container"
azure:
connectionString: "<my_connection_string>"
When I'm running the abctl local install, I'm getting the following error:
java.lang.IllegalArgumentException: Invalid connection string.
at com.azure.storage.common.implementation.connectionstring.StorageConnectionString.create(StorageConnectionString.java:103)
What could be wrong? @kapa.ais
12/10/2025, 9:37 AMBob De Schutter
12/10/2025, 10:18 AMEncountered an issue deploying Airbyte:
Pod: airbyte-abctl-workload-launcher-5c8f7fdd56-kksdj.187fd31f8c5f4819
Reason: Failed
Message: Error: couldn't find key dataplane-client-id in Secret airbyte-abctl/airbyte-auth-secrets
Count: 13s
12/10/2025, 10:51 AMDaniel Chime
12/10/2025, 11:06 AMNull . Has anyone faced something like this before? What might be the issue? And how can I resolve this?
Please let me know if you need any additional context or screenshots on my end to resolve this correctly.Bob De Schutter
12/10/2025, 12:10 PM2025-12-10 12:09:50,703 [io-executor-thread-2] ERROR i.a.c.s.e.h.IdNotFoundExceptionHandler(handle):33 - Not found exception class NotFoundKnownExceptionInfo { │
│ id: null │
│ message: Id not found: Could not find attempt stats for job_id: 12483 and attempt no: 0 │
│ exceptionClassName: io.airbyte.commons.server.errors.IdNotFoundKnownException │
│ exceptionStack: [io.airbyte.commons.server.errors.IdNotFoundKnownException: Id not found: Could not find attempt stats for job_id: 12483 and attempt no: 0, at io.airbyte.commons.server.errors.handlers.IdNotFoundExceptionHandler.handle(IdNotFoundExceptionHandler.kt:32), at io.airbyte.commons.ser │
│ rootCauseExceptionClassName: java.lang.Class │
│ rootCauseExceptionStack: [io.airbyte.commons.server.errors.IdNotFoundKnownException: Could not find attempt stats for job_id: 12483 and attempt no: 0, at io.airbyte.commons.server.handlers.AttemptHandler.getAttemptCombinedStats(AttemptHandler.kt:251), at io.airbyte.server.apis.controllers.Attem │
│ }
The error occurs in the airbyte-abctl-server podAkhilesh Kumar
12/10/2025, 5:49 PMV S Supritha
12/11/2025, 5:26 AMkubectl get pods -n airbyte-abctl
NAME READY STATUS RESTARTS AGE
airbyte-abctl-airbyte-bootloader 0/1 Completed 0 16h
airbyte-abctl-connector-builder-server-7787844c79-d7ncc 1/1 Running 0 16h
airbyte-abctl-cron-7fcc6f85d7-9c8pd 1/1 Running 0 16h
airbyte-abctl-pod-sweeper-pod-sweeper-86db9f55c5-rlr6l 1/1 Running 0 16h
airbyte-abctl-server-544d94dcdf-8r7vk 1/1 Running 0 16h
airbyte-abctl-temporal-5fd44f968f-fdmnm 1/1 Running 0 16h
airbyte-abctl-webapp-7b96bc447-n44sk 1/1 Running 0 16h
airbyte-abctl-worker-6486bfdccc-nggrx 1/1 Running 0 16h
airbyte-abctl-workload-api-server-5884589bd9-76jzl 1/1 Running 0 16h
airbyte-abctl-workload-launcher-7bcdd8db5f-wxlvn 1/1 Running 0 16h
airbyte-db-0 1/1 Running 0 16h
I am not able to create source in airbyte UI--> throwing HTTP 500 status
airbyteserver pod error:
2025-12-10 13:05:58 ERROR i.a.s.a.ApiHelper(execute):49 - Unexpected Exception
java.lang.RuntimeException: java.nio.file.NoSuchFileException: /workspace/5a749837-102a-47bc-a8a8-8156a1fd850e/0/logs.log
at io.airbyte.commons.server.converters.JobConverter.getLogRead(JobConverter.java:285) ~[io.airbyte-airbyte-commons-server-1.1.0.jar:?]
at io.airbyte.commons.server.converters.JobConverter.getSynchronousJobRead(JobConverter.java:318) ~[io.airbyte-airbyte-commons-server-1.1.0.jar:?]
at io.airbyte.commons.server.converters.JobConverter.getSynchronousJobRead(JobConverter.java:304) ~[io.airbyte-airbyte-commons-server-1.1.0.jar:?]
at io.airbyte.commons.server.handlers.SchedulerHandler.reportConnectionStatus(SchedulerHandler.java:736) ~[io.airbyte-airbyte-commons-server-1.1.0.jar:?]
at io.airbyte.commons.server.handlers.SchedulerHandler.checkSourceConnectionFromSourceCreate(SchedulerHandler.java:257) ~[io.airbyte-airbyte-commons-server-1.1.0.jar:?]
at io.airbyte.server.apis.SchedulerApiController.lambda$executeSourceCheckConnection$1(SchedulerApiController.java:47) ~[io.airbyte-airbyte-server-1.1.0.jar:?]
at io.airbyte.server.apis.ApiHelper.execute(ApiHelper.java:28) ~[io.airbyte-airbyte-server-1.1.0.jar:?]
at io.airbyte.server.apis.SchedulerApiController.executeSourceCheckConnection(SchedulerApiController.java:47) ~[io.airbyte-airbyte-server-1.1.0.jar:?]
at io.airbyte.server.apis.$SchedulerApiController$Definition$Exec.dispatch(Unknown Source) ~[io.airbyte-airbyte-server-1.1.0.jar:?]
at io.micronaut.context.AbstractExecutableMethodsDefinition$DispatchedExecutableMethod.invokeUnsafe(AbstractExecutableMethodsDefinition.java:461) ~[micronaut-inject-4.6.5.jar:4.6.5]
at io.micronaut.context.DefaultBeanContext$BeanContextUnsafeExecutionHandle.invokeUnsafe(DefaultBeanContext.java:4350) ~[micronaut-inject-4.6.5.jar:4.6.5]
at io.micronaut.web.router.AbstractRouteMatch.execute(AbstractRouteMatch.java:272) ~[micronaut-router-4.6.5.jar:4.6.5]
at io.micronaut.web.router.DefaultUriRouteMatch.execute(DefaultUriRouteMatch.java:38) ~[micronaut-router-4.6.5.jar:4.6.5]
at io.micronaut.http.server.RouteExecutor.executeRouteAndConvertBody(RouteExecutor.java:498) ~[micronaut-http-server-4.6.5.jar:4.6.5]
at io.micronaut.http.server.RouteExecutor.lambda$callRoute$5(RouteExecutor.java:475) ~[micronaut-http-server-4.6.5.jar:4.6.5]
at io.micronaut.core.execution.ExecutionFlow.lambda$async$1(ExecutionFlow.java:87) ~[micronaut-core-4.6.5.jar:4.6.5]
at io.micronaut.core.propagation.PropagatedContext.lambda$wrap$3(PropagatedContext.java:211) ~[micronaut-core-4.6.5.jar:4.6.5]
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[?:?]
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[?:?]
at java.base/java.lang.Thread.run(Thread.java:1583) [?:?]
Caused by: java.nio.file.NoSuchFileException: /workspace/5a749837-102a-47bc-a8a8-8156a1fd850e/0/logs.log
at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) ~[?:?]
at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:106) ~[?:?]
at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) ~[?:?]
at java.base/sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:261) ~[?:?]
at java.base/java.nio.file.Files.newByteChannel(Files.java:379) ~[?:?]
at java.base/java.nio.file.Files.newByteChannel(Files.java:431) ~[?:?]
at org.apache.commons.io.input.ReversedLinesFileReader.<init>(ReversedLinesFileReader.java:415) ~[commons-io-2.15.1.jar:2.15.1]
at org.apache.commons.io.input.ReversedLinesFileReader.<init>(ReversedLinesFileReader.java:358) ~[commons-io-2.15.1.jar:2.15.1]
at org.apache.commons.io.input.ReversedLinesFileReader.<init>(ReversedLinesFileReader.java:305) ~[commons-io-2.15.1.jar:2.15.1]
at io.airbyte.commons.logging.LocalLogClient.tailCloudLogs(LogClient.kt:502) ~[io.airbyte-airbyte-commons-storage-1.1.0.jar:?]
at io.airbyte.commons.logging.LogClientManager.getJobLogFile(LogClientManager.kt:37) ~[io.airbyte-airbyte-commons-storage-1.1.0.jar:?]
at io.airbyte.commons.server.converters.JobConverter.getLogRead(JobConverter.java:283) ~[io.airbyte-airbyte-commons-server-1.1.0.jar:?]
Please help how to fix thisBrendan Kamp
12/11/2025, 12:03 PMendpoint key/value as needed."
but im not entirely sure what that means, has anybody got this working?DK
12/11/2025, 12:57 PMDK
12/11/2025, 1:22 PMJayesh Jain
12/11/2025, 1:51 PMHayden Hansson
12/11/2025, 2:34 PMMathieu Nicolle
12/11/2025, 4:33 PMEnable experimental streams is Activated (set to true).
Scope Check
I have carefully reviewed and confirmed the scopes granted to my Hubspot Public App. They include the necessary scopes documented for the experimental streams:
• crm.objects.contacts.read
• business-intelligence
• crm.schema.contacts.read
The Problem
Despite activating the Enable experimental streams option and ensuring all required scopes are present in the OAuth app configuration, the contacts_web_analytics stream is not appearing in the list of available streams when I configure the connection.
Question
1. What could be preventing this specific experimental stream from being listed?
2. Are there any other prerequisites (e.g., a specific Hubspot tier, feature enablement, or additional scopes not explicitly documented) that are required for the contacts_web_analytics stream to become visible?
Any insights or suggestions from others who have successfully used this experimental stream would be greatly appreciated!Mihály Dombi
12/11/2025, 5:58 PMHarsh Dodiya
12/12/2025, 5:48 AMairbyte-abctl replication-job-662-attempt-0 0/3 Error 0 4h24m
airbyte-abctl replication-job-690-attempt-0 2/3 OOMKilled 0 9m15s
As I installed Airbyte using abctl, but I didn’t set any resource limits during the installation. Now I’d like to adjust the memory allocation and apply new resource limits. Is there a way to update these settings after installation, or do I need to reinstall Airbyte to change them?Abhijith C
12/12/2025, 6:07 AMvalues.yaml.
https://docs.airbyte.com/platform/understanding-airbyte/heartbeats
Questions:
1. Is it possible to configure runtime flags (like heartbeat-max-seconds-between-messages) via values.yaml in Helm v2?
2. If yes, under which section should these flags go (airbyte: vs airbyteBootloader:)?
3. If no, what is the recommended way to set these values in EKS deployment?
Thanks for clarification!Mohammad Ashikur Rahman
12/12/2025, 9:03 AMConfiguration check failed
'Encountered an error while checking availability of stream configured_business_units. Error: 401 Client Error: Unauthorized for url: <https://api.trustpilot.com/v1/oauth/oauth-business-users-for-applications/accesstoken>'Michal Krawczyk
12/12/2025, 11:02 AMJason Wiener
12/12/2025, 4:31 PMRichard Lam
12/12/2025, 4:33 PMBiplove Jaisi
12/13/2025, 12:23 AMPy Bot
12/13/2025, 6:56 AMRajib Imran
12/14/2025, 2:57 AMomar sayed
12/14/2025, 5:46 PMomar sayed
12/14/2025, 7:40 PMYury Liavitski
12/15/2025, 11:54 AM