preetham / verifytweet

Verify Tweet from Image
GNU Affero General Public License v3.0
20 stars 1 forks source link

Not working #37

Open khangly opened 1 year ago

khangly commented 1 year ago

I tried a few Twitter screenshots like below: from Reddit.

The first one I got

Processing Image...
Rescaling Image to 300 dpi...
Extracting text from rescaled image...
Parsing data out of extracted text...
twint.get:User:'NoneType' object is not subscriptable
twint.run:Twint:Feed:noDataExpecting value: line 1 column 1 (char 0)
twint.run:Twint:Feed:noDataExpecting value: line 1 column 1 (char 0)
twint.run:Twint:Feed:noDataExpecting value: line 1 column 1 (char 0)
twint.run:Twint:Feed:noDataExpecting value: line 1 column 1 (char 0)
twint.run:Twint:Feed:noDataExpecting value: line 1 column 1 (char 0)
twint.run:Twint:Feed:noDataExpecting value: line 1 column 1 (char 0)
twint.run:Twint:Feed:noDataExpecting value: line 1 column 1 (char 0)
twint.run:Twint:Feed:noDataExpecting value: line 1 column 1 (char 0)
twint.run:Twint:Feed:noDataExpecting value: line 1 column 1 (char 0)
twint.run:Twint:Feed:noDataExpecting value: line 1 column 1 (char 0)
twint.run:Twint:Feed:Tweets_known_error:Expecting value: line 1 column 1 (char 0)
Expecting value: line 1 column 1 (char 0) [x] run.Feed
[!] if get this error but you know for sure that more tweets exist, please open an issue and we will investigate it!
Fake Tweet!

The second one I got

Processing Image...
Rescaling Image to 300 dpi...
Extracting text from rescaled image...
Parsing data out of extracted text...
Something went wrong, Please try again!

I reran the command multiple times.

preetham commented 1 year ago

Looking into it, seems like it requires some tweaks, will update on this thread more.