hallowed-action-68720
05/31/2021, 4:08 PMnarrow-advantage-91205
06/01/2021, 5:09 AMPlease make sure you have the correct access rights
and the repository exists.
fatal: clone of 'git@github.com:rudderlabs/rudder-transformer.git' into submodule path '/home/ubuntu/rudder-server/rudder-transformer' failed
Failed to clone 'rudder-transformer'. Retry scheduled
Cloning into '/home/ubuntu/rudder-server/rudder-transformer'...
<mailto:git@github.com|git@github.com>: Permission denied (publickey).
fatal: Could not read from remote repository.
I am gettng this error while runnng git submodule update
narrow-advantage-91205
06/01/2021, 5:09 AMalert-lighter-79965
06/01/2021, 5:50 PMbig-autumn-76559
06/01/2021, 9:11 PMsh -c '/wait-for db:5432 -- /rudder-server'
any ideas on what might be the problem?great-dinner-65098
06/02/2021, 2:05 PMrhythmic-pizza-93292
06/02/2021, 3:28 PMidentify
calls more specifically )
In the test environment everything went smoothly, but in prod things are different. I noticed the identify calls I sent have user_id
as null, but I can see from my logs that I did in fact send them. The test environment populates this field just fine.
Any pointers on how to go about debugging this?curved-spring-67371
06/02/2021, 7:58 PMhundreds-elephant-68667
06/02/2021, 9:31 PMError ->
bigquery: constructing client: invalid character '*' looking for beginning of value
Status ->
fetching_remote_schema_failed
Any ideas?adamant-wire-23273
06/03/2021, 1:27 AMmysterious-winter-83192
06/03/2021, 6:50 AMblue-teacher-27826
06/04/2021, 12:39 AM2021-06-04T00:37:34.353Z ERROR PG: Error while preparing statement for transaction in db for loading in staging table:rudder_staging_btn_start_with_new_questions_dbae0e6e83e64adeb9736715c4a4961e: pq: column "context_app_namespace" of relation "rudder_staging_btn_start_with_new_questions_dbae0e6e83e64adeb97" does not exist
stmt: <nil>
2021-06-04T00:37:34.353Z INFO PG: dropping table rudder_staging_btn_start_with_new_questions_dbae0e6e83e64adeb9736715c4a4961e
It looks like Rudder fails to create missing columns. I tried to create manually but it's quite a mess. Any solution?
P.S. Docker installcreamy-garage-76199
06/04/2021, 6:46 AMcreamy-garage-76199
06/04/2021, 6:47 AM2021-06-04T06:45:52.477Z ERROR runtime/panic.go:679 Could not run warehouse database migrations: Could not run migration from directory 'warehouse', Dirty database version 8. Fix and force version.
2021-06-04T06:45:52.477Z ERROR runtime/panic.go:679 goroutine 36 [running]:
<http://github.com/rudderlabs/rudder-server/utils/logger.(*LoggerT).Fatal(0xc000178d60|github.com/rudderlabs/rudder-server/utils/logger.(*LoggerT).Fatal(0xc000178d60>, 0xc0002c3120, 0x1, 0x1)
/codebuild/output/src820375039/src/github.com/rudderlabs/rudder-server/utils/logger/logger.go:264 +0x10b
<http://github.com/rudderlabs/rudder-server/rruntime.Go.func1.1(0x1e778c0|github.com/rudderlabs/rudder-server/rruntime.Go.func1.1(0x1e778c0>, 0xc0005f2ba0)
/codebuild/output/src820375039/src/github.com/rudderlabs/rudder-server/rruntime/goroutine-factory.go:42 +0x37f
panic(0x174b080, 0xc0002b7d00)
/root/.goenv/versions/1.13.8/src/runtime/panic.go:679 +0x1b2
<http://github.com/rudderlabs/rudder-server/warehouse.setupTables(0xc0007e2000)|github.com/rudderlabs/rudder-server/warehouse.setupTables(0xc0007e2000)>
/codebuild/output/src820375039/src/github.com/rudderlabs/rudder-server/warehouse/warehouse.go:857 +0x127
<http://github.com/rudderlabs/rudder-server/warehouse.setupDB(0xc0001e6aa0|github.com/rudderlabs/rudder-server/warehouse.setupDB(0xc0001e6aa0>, 0x96)
/codebuild/output/src820375039/src/github.com/rudderlabs/rudder-server/warehouse/warehouse.go:1010 +0xf7
<http://github.com/rudderlabs/rudder-server/warehouse.Start()|github.com/rudderlabs/rudder-server/warehouse.Start()>
/codebuild/output/src820375039/src/github.com/rudderlabs/rudder-server/warehouse/warehouse.go:1024 +0xcc
main.startWarehouseService(...)
/codebuild/output/src820375039/src/github.com/rudderlabs/rudder-server/main.go:74
main.main.func5()
/codebuild/output/src820375039/src/github.com/rudderlabs/rudder-server/main.go:169 +0x21
<http://github.com/rudderlabs/rudder-server/rruntime.Go.func1(0x1a98ce8)|github.com/rudderlabs/rudder-server/rruntime.Go.func1(0x1a98ce8)>
/codebuild/output/src820375039/src/github.com/rudderlabs/rudder-server/rruntime/goroutine-factory.go:46 +0x81
created by <http://github.com/rudderlabs/rudder-server/rruntime.Go|github.com/rudderlabs/rudder-server/rruntime.Go>
/codebuild/output/src820375039/src/github.com/rudderlabs/rudder-server/rruntime/goroutine-factory.go:32 +0x3f
creamy-garage-76199
06/04/2021, 7:26 AMhigh-afternoon-93414
06/04/2021, 7:37 AMadamant-wolf-85350
06/04/2021, 6:48 PMrudder-sdk-js
npm module in my app and want to reduce the bundle size being imported. I am making this call rudderanalytics.requireIntegration("GA", function(object){console.log(JSON.stringify(object))})
per this link https://docs.rudderstack.com/stream-sources/rudderstack-sdk-integration-guides/rudderstack-javascript-sdk/javascript-sdk-enhancements#reduc[…]ration but I get rudder_sdk_js__WEBPACK_IMPORTED_MODULE_0__.requireIntegration is not a function
Also, the imported bundle size is *node_modules/rudder-sdk-js/index.js* 672 KiB
Appreciate any help here.glamorous-lifeguard-30750
06/04/2021, 7:25 PMglamorous-lifeguard-30750
06/04/2021, 7:25 PMglamorous-lifeguard-30750
06/04/2021, 7:26 PMglamorous-lifeguard-30750
06/04/2021, 7:26 PMfancy-furniture-14690
06/04/2021, 11:32 PMCONTEXT_APP_VERSION
)loud-energy-51805
06/05/2021, 10:41 PMmysterious-winter-83192
06/06/2021, 9:22 AMhappy-farmer-59927
06/07/2021, 6:55 AMbillions-machine-81114
06/07/2021, 11:37 AMWebhooks has responded with a 400 Bad Request error. This means that Webhooks has received the call, but considers the payload to be invalid.
Who can I talk to understand this bit more and see what is valid/invalid?high-afternoon-93414
06/07/2021, 2:37 PMloud-energy-51805
06/07/2021, 6:09 PMnutritious-policeman-55528
06/07/2021, 6:24 PMthousands-fish-96344
06/07/2021, 6:38 PM