Twitch streaming has been among the most popular vocational activities over the last decade. With the growth of media and the internet age, it has been considered a profitable venture. However, streaming also comes with a mixed bag of experiences.
With the rising fame of internet personalities, they are now considered to be on par with celebrities from other fields. When a person reaches that renown, it is often likely that they will become the topic of discussion among the streaming community, albeit in good and bad ways.
These female Twitch streamers have been in the news for significant reasons
1) Pokimane
Pokimane has been the talk of the town for a long time. With over 9M followers on Twitch, the Canadian streamer was always bound to have faced some controversy.
Earlier this year, her Twitch channel got DMCA'd for streaming Avatar: The Last Airbender. This prompted a dispute with JiDion, who called her out on his stream for violating the copyright act.
JiDion later got a perma ban, but he got support from Ninja. Pokimane was not impressed with the gesture and criticized the Fortnite icon.
Ninja's wife later announced that they would sue her if she didn't stop 'defaming' her husband. However, JiDion later apologized to the 26-year-old on Twitter as they considered the beef over.
2) Alinity
Alinity is not unfamiliar with controversies, having risen to popularity due to her beef with PewDiePie. The streamer was caught in the eye of the storm when she appeared to have thrown her cat recklessly, live on stream.
This wasn't the only isolated incident, though. Alinity was also seen feeding alcoholic drinks to her cat, and in another stream, she even kicked her dog in the neck.
Strangely enough, the SPCA, having investigated the whole matter, decided not to pursue any legal charges against the Colombian.
3) BadBunny
BadBunny was dubbed 'The Greediest Streamer on Twitch' by YouTuber MoistCr1TiKaL. She saw flak coming her way after chastising her viewers for not donating money to her stream.
In the infamous broadcast, people heard her demanding money from her fans to view her content. She controversially said this:
"$5 a month! How do you have hours of time to watch this but not $5? I don't know what you are doing with your life when you have hours to watch Twitch. And not $5 to provide for the content that you watch."She was criticized and called out by famous internet personalities, including H3 Podcast host Ethan Klein.
4) indiefoxx
indiefoxx is among the many streamers who launched their channels with one type of content and later shifted to another. The 27-year-old streamer had initially joined Twitch as a musician but soon changed to producing more suggestive content.
She was suspended six times from Twitch. Her latest ban seems to be permanent as her channel has not been reactivated since.
The internet star was previously banned due to inappropriate ASMR content. Her latest suspension, in June 2021, was also due to suggestive behavior.
5) InvaderVie
InvaderVie is a Canadian streamer and cosplayer who has faced lots of criticism for having an ungrateful attitude towards her fans. She is most infamous for calling her viewers "cheapskates" and "immature children" for not monetarily contributing to her channel.
This fiasco occurred during the pandemic when many of her viewers were unemployed or working with subsidized incomes. After her controversial comments, many streamers, such as xQc, berated her for being insensitive towards the streaming community.
Note: This article reflects the writer's subjective opinions.
Quick Links
More from Sportskeeda
" modalPopup.closeOnEsc = false; modalPopup.setHeader("Why did you not like this content?"); modalPopup.setContentText(modalText); modalPopup.addCancelOkButton("Submit", resetRatingAndFeedbackForm, sendRating); modalPopup.removeCloseModalIcon(); modalPopup.disableDismissPopup(); modalPopup.open(); } else { sendRating(index); } } function sendRating() { var requestPayload = { "post_id": 1147171, "rating_value": ratingValue } if (ratingValue > 3) { requestPayload.rating_feedback_type = null; requestPayload.rating_feedback = null; } else { if (!$('input[name="drone"]:checked') || !$('input[name="drone"]:checked').value) { showErrorMessage('option'); return; } if (!$(".post-rating-feedback-note textarea") || !$(".post-rating-feedback-note textarea").value) { showErrorMessage('note'); return; } var selectedOption = $('input[name="drone"]:checked').value; var feedbackNote = $(".post-rating-feedback-note textarea").value; requestPayload.rating_feedback_type = selectedOption; requestPayload.rating_feedback = feedbackNote; } pureJSAjaxPost(addratingAPI, requestPayload, onsaveRatingSuccess, onsaveRatingFail, function() {}, true); } function resetRatingAndFeedbackForm() { var activeStars = Array.from($all('.rating span.rating-star.active')); for (var i=0; i < activeStars.length; i++) { activeStars[i].classList.remove("active"); } if ($('input[name="drone"]:checked')) { $('input[name="drone"]:checked').checked = false; } var userNote = document.querySelector(".post-rating-feedback-note textarea"); userNote.value = ''; modalPopup.close(); } function onsaveRatingSuccess() { modalPopup.close(); savePostIdInUserRatedPostsCookie(); $("#post-rating-layout").classList.add("hidden"); $("#post-rating-message").classList.remove("hidden"); window.setInterval(function showMessage() { $("#post-rating-widget").classList.add("hidden"); }, 3000); } function onsaveRatingFail() { console.error('Saving post rating failed!'); modalPopup.close(); } function savePostIdInUserRatedPostsCookie() { userRatedPostIds.push(1147171); var expiryTime = new Date(); expiryTime.setMonth(expiryTime.getMonth() + 12); // Expiry after 1 year setCookie("user_rated_post_ids", JSON.stringify(userRatedPostIds), expiryTime); } function isPostRatedByUser() { var userRatedPostIds = getCookie('user_rated_post_ids'); if (userRatedPostIds) { try { userRatedPostIds = JSON.parse(userRatedPostIds); } catch (err) { console.error(err); return false; } } else { return false; } if(userRatedPostIds.indexOf(1147171) >= 0) { return true; } else { return false; } } function getRatingCountByPostId(postId) { return new Promise(function(resolve, reject) { pureJSAjaxGet( getRatingCountBaseURL + postId + '/rating/count', function(data) { try { data = JSON.parse(data); if (data.meta_value) { resolve(data.meta_value); } reject("Failed to fetch rating count for the post:" + postId); } catch (err) { reject("Failed to fetch rating count for the post:" + postId); } }, function(err) { reject("Failed to fetch rating count for the post:" + postId); }, true); }); } function showErrorMessage(messageType) { var messageContainerId = '#' + messageType + '-error'; $(messageContainerId).classList.remove('hidden'); window.setInterval(function () { $(messageContainerId).classList.add("hidden"); }, 5000); } (function() { var callFired = false; function lazyLoadPostRating() { if (callFired) return; callFired = true; if (!isPostRatedByUser()) { getRatingCountByPostId(1147171) .then(function(ratingCount) { if (ratingCount < 10) { $("#post-rating-widget").classList.remove("hidden"); } }) .catch(function(err){ console.error(err); }); } } document.addEventListener("scroll", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("mousemove", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("touchmove", lazyLoadPostRating, { passive: true, once: true }); })();ncG1vNJzZmivp6x7tLzOq6uso5WasaJ6wqikaJ2jpbyzwNJobGaelaKurbGMra6irJOderTA0Z6Ypp2iqHq0scSnZJuhl2KwsLrTq6avnaKotqa%2F