Results 3 issues of ZohairAbbas

Is there any issue with the Scrapper? It stopped working all of a sudden and is showing this error now: st.TweetsByIdRunner(tweets_by_id_task=id_task, raw_data_outputs=[output_print]).run() File "C:\Python39\lib\site-packages\stweet\tweets_by_ids_runner\tweets_by_id_runner.py", line 45, in run self._execute_next_tweets_request() File...

Can anyone guide me how the collector raw output works and how can I get the results stored in a list? import stweet as st def try_tweet_by_id_scrap(): id_task = st.TweetsByIdTask('1660498047015727104')...

Since I add below code in QuestionCard.styles.ts ![image](https://user-images.githubusercontent.com/49277527/92242131-c5607100-eed8-11ea-9272-b259088f7aa7.png) I am getting this error: ![image](https://user-images.githubusercontent.com/49277527/92242173-d7daaa80-eed8-11ea-8811-2a1e906640f4.png) Not sure what to do to fix this