I'm seeing these errors a lot:

Notice: Trying to get property of non-object in segmentio_segmentio_node() (line 135 of /drupal/sites/all/modules/contrib/segmentio/segmentio.module).
Notice: Trying to get property of non-object in segmentio_segmentio_node() (line 136 of /drupal/sites/all/modules/contrib/segmentio/segmentio.module).
Notice: Trying to get property of non-object in segmentio_segmentio_node() (line 142 of /drupal/sites/all/modules/contrib/segmentio/segmentio.module).
Notice: Trying to get property of non-object in segmentio_segmentio_node() (line 143 of /drupal/sites/all/modules/contrib/segmentio/segmentio.module).

Comments

Chris Charlton created an issue. See original summary.

jannis’s picture

i've ran into this issue as well when viewing nodes that don't exist.

there's a patch: https://www.drupal.org/project/segmentio/issues/2971511 that covers this issue as well as some other bugfixes and using the most current (ATT) version of analytics.js

Chris Charlton’s picture