-
-
Notifications
You must be signed in to change notification settings - Fork 459
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
Dollar street activity not loading. #985
Comments
@AnandChourasia007 hey, are you working on this issue? |
@AnandChourasia007 Hmmm, you're right. I guess that something has changed in the API. |
Umm, I cannot work on this for the next week at least(due to my mid semester exams). 😪 |
Yes @llaske when i backtrack this thing , i found api isn't working properly for this thing, there is an function inside apiref, which return NaN instead of number |
@codebloded something similar happens last year (see here). |
The function returns NaN because the api used in Sugariser for this activity doesn't exist anymore. The new API will have to be integrated now I think. |
@AnandChourasia007 There is no documentation about the API because it's not directly intended to be shared. To create the DollarStreet activity we've just done reverse engineering - with the authorization of Gapminder - on the current website to understand how it works. |
Oh I see |
Hi, I was debugging the dollar street activity I found that this API |
Yes you're right the API BTW I don't see any mention of May be we could extract them manually (at first) to fix the issue? |
Help is still wanted here. |
Fix in 2f5026d |
On clicking on the dollar street activity icon, a new page begins loading. But the loading never completes and an error is logged in the console, 'HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE'.
However, the buttons 'filter by region' and 'see families' work perfectly fine.
Issue-clarification.mp4
Also, the slider boundary values in the 'filter by income' button are set to NaN.
![Slider limits issue](https://user-images.githubusercontent.com/89119829/156037787-b2824bf5-7657-47a1-b851-9712cecded0a.jpg)
The text was updated successfully, but these errors were encountered: