You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey man! Looks amazing but I cloned and tried and then went over to your demo and found out this mistake in both of them:
XMLHttpRequest cannot load https://api.github.com/repos/mbostock/d3/milestones?state=open&sort=due_date&direction=asc.
The request was redirected to 'https://api.github.com/repositories/943149/milestones?state=open&sort=due_date&direction=asc',
which is disallowed for cross-origin requests that require preflight.
Thus is not working right now :(
The text was updated successfully, but these errors were encountered:
I will look at this when I have a minute, since this is quite critical. If you have time in the meantime, the relevant request code is in src/js/modules/github/request.js.
Post-mortem: mbostock/d3 is now d3/d3 (one of the demo repositories) and there was a bug in how we handle the redirect request errors, stopping the whole app in its tracks.
rickul
added a commit
to rickul/burnchart
that referenced
this issue
Feb 27, 2017
Hey man! Looks amazing but I cloned and tried and then went over to your demo and found out this mistake in both of them:
Thus is not working right now :(
The text was updated successfully, but these errors were encountered: