DeleteTweets icon indicating copy to clipboard operation
DeleteTweets copied to clipboard

await is only valid in async functions, async generators and modules

Open swapmasterx opened this issue 1 year ago • 4 comments

The script won't run due to this error and the prior resolutions related to this issue don't seem to work

swapmasterx avatar Nov 16 '24 01:11 swapmasterx

Are you using Chrome? I got this same error in Firefox, but in Chrome it works fine.

n3wjack avatar Nov 16 '24 10:11 n3wjack

I also had this issue in Firefox, going to try Chrome now

OssomUmbra avatar Nov 16 '24 16:11 OssomUmbra

Confirmed to work on Chrome! Had to login directly instead of via google as twitter seems to have an issue with loggin in on a new browser

OssomUmbra avatar Nov 16 '24 16:11 OssomUmbra

This Pull Request solves the issue too https://github.com/Lyfhael/DeleteTweets/pull/34 #34

cgiAlexis avatar Nov 25 '24 17:11 cgiAlexis