Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AI] TypeError: Cannot get property 'getAttribute' of undefined or null #2815

Open
Crashillo opened this issue Jan 28, 2020 · 0 comments
Open
Labels

Comments

@Crashillo
Copy link
Member

View details in Rollbar: https://rollbar.com/Populate/gobierto/items/3033/


TypeError: Cannot read property 'getAttribute' of null
  File "webpack:https:///./node_modules/d3-selection/src/selection/attr.js", line 50, in [anonymous]
            : node.getAttribute(fullname);
  File "webpack:https:///./app/javascript/lib/visualizations/modules/card_sparkline_table.js", line 12, in SparklineTableCard
        this.dataType = this.div.attr('data-type');
  File "webpack:https:///./app/javascript/gobierto_observatory/modules/classes/death_rate.js", line 123, in e.<anonymous>
            new SparklineTableCard(this.container, deathsPlace, this.nest, 'deaths');
  File "webpack:https:///./node_modules/d3-queue/src/queue.js", line 36, in await
        this._call = function(error, results) { callback.apply(null, [error].concat(results)); };
  File "webpack:https:///./node_modules/d3-queue/src/queue.js", line 113, in maybeNotify
        q._call(q._error, d);
  File "webpack:https:///./node_modules/d3-queue/src/queue.js", line 84, in end
          else maybeNotify(q);
  File "webpack:https:///./node_modules/d3-request/src/request.js", line 115, in send
          if (callback != null) request.on("error", callback).on("load", function(xhr) { callback(nul...
  File "webpack:https:///./node_modules/d3-dispatch/src/dispatch.js", line 57, in call
        for (t = this._[type], i = 0, n = t.length; i < n; ++i) t[i].value.apply(that, args);
  File "webpack:https:///./node_modules/d3-request/src/request.js", line 40, in respond
          event.call("load", request, result);
@Crashillo Crashillo added the bug label Jan 28, 2020
@ferblape ferblape reopened this Apr 20, 2020
@ferblape ferblape reopened this Jun 21, 2020
@ferblape ferblape reopened this Nov 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants