https://linen.dev logo
Join Slack
Powered by
# support
  • w

    wooden-notebook-24208

    11/24/2020, 8:58 PM
  • p

    plain-house-32204

    11/24/2020, 9:39 PM
    Folks! I'm trying to send something like this, but I cannot see it in GA, and I'm quite in a dead end:
    Copy code
    rudder_analytics.identify(
        user_id='lerele',
        traits={
            'random_id': uuid.uuid4().hex,                         # custom dimension
            'instance_id': random.choice(['i1', 'i2', 'i3'])       # custom dimension
    })
    rudder_analytics.track(
        user_id='lerele',
        event='Test Stats',
        properties={
            'category': "MyInstance",
            'label': "num_projects",
            'value': random.randrange(50,80)
    })
    I don't understand quite well the documentation, so I looked at the source code and I'm using kwargs to be sure. I got to see "num_projects" but I cannot see "random_id" or "instance_id". On the other hand, using the `hit builder`provided by google analytics, I can succesfully send hits with custom data. Could you give me any hint on how to go on? thanks!
    b
    g
    l
    • 4
    • 19
  • p

    plain-house-32204

    11/24/2020, 9:55 PM
    Also, I'm finding consistent problems with the UI (doesn't save my changes, and behaviour is unexpected); do you want me to report a bug, or this is still in progress and better I wait till it's more stable?
    b
    g
    l
    • 4
    • 7
  • h

    hundreds-lifeguard-65770

    11/25/2020, 1:29 PM
    Getting odd errors from Clickhouse destination live events - the table mentioned does exist (although I have dropped and recreated it as a ReplicatedReplacingMergeTree engine)
    Untitled
    g
    q
    • 3
    • 13
  • p

    plain-house-32204

    11/25/2020, 3:21 PM
    Hi! trying to configure postgres as destination. I'd like to use minio as staging storage, but it seems that I have to fill all the fields in the form in order to have it valid. Is it necessary an S3 bucket to use postgres as destination?
    q
    • 2
    • 2
  • g

    glamorous-shoe-15731

    11/25/2020, 3:38 PM
    AWS cognito is down so RudderStack login isn't working. Just FYI
  • p

    plain-house-32204

    11/25/2020, 4:18 PM
    I'm receiving this log while running rudder locallyl (and no other log from the backend):
    rudder-backend_1        | Operation timed out
    Which operation does it refer to?
    b
    • 2
    • 3
  • p

    plain-house-32204

    11/25/2020, 4:42 PM
    looking at the example, I'm not sure about the param name:
    Copy code
    rudderanalytics.track(
      "Add to Cart",            # event_text
      {                         # properties
        price:  5,
        currency:  "USD",
        product_id:  "P12345",
        product_name: "N95 Mask"
      },
      {                              # ?????
        context: {
          ip:  "0.0.0.0"
        },
        anonymousId:  "59b703e3-467a-4a1d-9fe6-da27ed319619",
      }
    );
    I'm getting an error cause I dont' send the user, but here "anonymousId" is not a first level param
    • 1
    • 4
  • c

    clever-address-13842

    11/26/2020, 9:53 AM
    Hi guys I am trying to do a distributed environment for rudder on my local machines. I am done with the Kubernetes setup. Now I am following the steps to install the helm charts using the commands mentioned in the rudder docs.
    git clone git@github.com:rudderlabs/rudderstack-helm.git
    cd rudderstack-helm/
    helm install --name my-release   --set backend.image.version=v0.1.6
    When I try to run the last command I get the following error Error: unknown flag: --name
    b
    f
    • 3
    • 6
  • h

    hundreds-lifeguard-65770

    11/26/2020, 11:04 AM
    Hi - Is there anything wrong with LiveEvents? nothing coming through to mine, source nor destination
    n
    • 2
    • 15
  • c

    clever-address-13842

    11/26/2020, 1:40 PM
    Hi peeps, I was sending events to s3 A couple of days ago I tested end to end flow using config-gen and it was working fine i.e. the events were getting pushed to S3 Today I tried again with the same config file I am getting the following error
    ERROR   BRT: Error uploading to S3: Error: MissingRegion: could not find region configuration
    ERROR   BRT: Error uploading to object storage: MissingRegion: could not find region configuration 1kgq09zQ5zCqsis3QGo9wHWvYbe
    Any ideas??
    q
    a
    • 3
    • 8
  • c

    clever-address-13842

    11/26/2020, 7:30 PM
    HI guys this is regarding the clickhouse bug in config-gen!! Have you guys pushed the updated config-gen code to git master branch. I cloned the master branch and tried launching the config-gen still the clickhouse option is not visible for me. Here is the link which I am using. https://github.com/rudderlabs/rudder-server Is the above link right or do I need to clone some other version?
    a
    g
    • 3
    • 3
  • w

    wooden-notebook-24208

    11/27/2020, 8:57 AM
    Hello, I’m running this transformation for Amplitude:
    Copy code
    function transform (events) {
      events.forEach((event) => {
        switch (event.event) {
          case 'page':
            const index = events.indexOf(event);
            if (index > -1) {
              events.splice(index, 1);
            }
            break;
        }
      })
      return events;
    }
    It prevents any
    page
    to reach Amplitude. The output of the test gives a blank array
    []
    but I still get page views on Amplitude. Any help?
    a
    • 2
    • 5
  • a

    adamant-wire-23273

    12/01/2020, 3:10 AM
    Continuing from the Intercom conversation I was having with @glamorous-mouse-54282 :
  • a

    adamant-wire-23273

    12/01/2020, 3:10 AM
    Our team setup Rudderstack open source using Kubernetes; the data plane URL is http://35.226.162.102
  • a

    adamant-wire-23273

    12/01/2020, 3:10 AM
    On RN, it seems to work great.
  • a

    adamant-wire-23273

    12/01/2020, 3:11 AM
    v
  • a

    adamant-wire-23273

    12/01/2020, 3:11 AM
    On our local build of our web app, the Rudderstack JS library works fine as well
  • a

    adamant-wire-23273

    12/01/2020, 3:11 AM
    unfortunately, when we push it to a live web app, the browser will complain about mixed content and block the network call because it's not HTTPS.
  • a

    adamant-wire-23273

    12/01/2020, 3:11 AM
    So I changed our DNS records to have a subdomain point to the IP rudderstack.getshuffle.app -> 35.226.162.102
  • a

    adamant-wire-23273

    12/01/2020, 3:11 AM
    I tried to use https://rudderstack.getshuffle.app and http://rudderstack.getshuffle.app as the data plane URL, but neither works on my local web app
  • a

    adamant-wire-23273

    12/01/2020, 3:11 AM
    I tried CURL command for http://rudderstack.getshuffle.app and it works (returns OK), but it just doesn't work inside the web app
  • a

    adamant-wire-23273

    12/01/2020, 3:12 AM
    @glamorous-mouse-54282 you suggested this might be some kind of dns / port issues; specifically you asked if we have 8080 port open
  • a

    adamant-wire-23273

    12/01/2020, 3:12 AM
    I simply installed Rudderstack via Kubernetes Helm; I assume the port exposure is set up there already?
  • b

    billions-terabyte-89990

    12/01/2020, 3:12 AM
    should really be in front of ssl terminated proxy
  • b

    billions-terabyte-89990

    12/01/2020, 3:13 AM
    then send http 8080
  • a

    adamant-wire-23273

    12/01/2020, 3:13 AM
    I don't understand what you mean by that; can you clarify?
  • g

    glamorous-shoe-15731

    12/01/2020, 3:18 AM
  • g

    glamorous-shoe-15731

    12/01/2020, 3:18 AM
    I quickly checked. http://rudderstack.getshuffle.app is returning a 307 redirect to https
  • g

    glamorous-shoe-15731

    12/01/2020, 3:18 AM
    That explains why http is not working in the browser but curl (curl is not following hsts)
12345...127Latest