Manuele Barone

Results 14 comments of Manuele Barone

Same issue here: Traceback (most recent call last): File "C:\Users\ManueleBarone\Desktop\ai_phishing_toolkit\console_program.py", line 96, in asyncio.run(main()) File "C:\Users\ManueleBarone\AppData\Local\Programs\Python\Python312\Lib\asyncio\runners.py", line 194, in run return runner.run(main) ^^^^^^^^^^^^^^^^ File "C:\Users\ManueleBarone\AppData\Local\Programs\Python\Python312\Lib\asyncio\runners.py", line 118, in run return...

> @manudev-1 > > Hello, I am encountering RTL8822CE RTL8821CE RTL8723DE not recognizing but only 8822BE. > > Would you mind to share a bit some info which I hope...

> @manudev-1 > > Would you mind to print out the > > > sudo lspci -vv > > I think the link and the BAR could have some info...

Usually `KeyError` is designed to handle most of the common exceptions for example, when you try to access a key that isn’t in a dictionary. Check the documentation [here](https://twikit.readthedocs.io/en/latest/twikit.html#twikit.client.client.Client.create_tweet) to...

> Error al enviar el tweet: 'create_tweet' Can you provide more information about the error?

```py async def create_tweet( self, ... ) -> Tweet: ... response, _ = await self.gql.create_tweet( is_note_tweet, text, media_entities, poll_uri, reply_to, attachment_url, community_id, share_with_followers, richtext_options, edit_tweet_id, limit_mode ) print(response) _result =...

> for index, row in result.iterrows(): > > tweet1 = f"Grupo de Interés: {row['group_name']}\n" \ > f"Periódico: {row['Periodico']}\n" \ > f"Título: {row['title']}\n" \ > f"Fecha de extracción de noticia: {row['scrape_date']}\n"...

Hmm, can I see your `create_tweet` call function?

Can you provide the data frame used?

> whats the conclusion guys? The conclusion is that for the function `create_tweet` there are tons of errors that are not handled in twikit, now we should try to find...