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
Actual Behaviour
'loklak-webtweets' fetch only a single tweet in spite of the mentioned data-count of 3. This makes the script loop 3 times instead of 1 and reads undefined data. Eventually, there's nothing shown in the tweet feed and the console gets populated by errors.
Expected Behaviour
The tweet feed should never be blank.
Steps to reproduce it
Open website and scroll down to the bottom of the page.
Either 'loklak-webtweets' should return 3 tweets as mentioned in the data-count or else the script should loop through the number of tweets fetched.
Would you like to work on the issue?
I am not sure how to solve this issue. I can if somebody explains to me the exact problem.
The text was updated successfully, but these errors were encountered:
Actual Behaviour
'loklak-webtweets' fetch only a single tweet in spite of the mentioned data-count of 3. This makes the script loop 3 times instead of 1 and reads undefined data. Eventually, there's nothing shown in the tweet feed and the console gets populated by errors.
Expected Behaviour
The tweet feed should never be blank.
Steps to reproduce it
Open website and scroll down to the bottom of the page.
Either 'loklak-webtweets' should return 3 tweets as mentioned in the data-count or else the script should loop through the number of tweets fetched.
Would you like to work on the issue?
I am not sure how to solve this issue. I can if somebody explains to me the exact problem.
The text was updated successfully, but these errors were encountered: