MattMoony / d4v1d

Social-Media OSINT tool - gather info on users across multiple platforms; easily extensible by design. 📷
https://m4ttm00ny.xyz/d4v1d
GNU General Public License v3.0
42 stars 6 forks source link

Browser Error #2

Closed bothaxsploit closed 3 years ago

bothaxsploit commented 3 years ago

Hey im getting the error "The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application." everytime i try to execute the command br or browser. Btw what are the options i can use? there arent any options to use at the help menu :(

DerLomo commented 3 years ago

Hey im getting the error "The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application." everytime i try to execute the command br or browser. Btw what are the options i can use? there arent any options to use at the help menu :(

Please If you found the way to fix this or find other project that actually work let me know

MattMoony commented 3 years ago

Hey, sorry for the late reply!

This isn't really a bug - well, okay, it kinda is ... ^^ - anyway, this should only happen, when you haven't grabbed anything yet ... So, use the CLI to get some info about a user and try again. E.g.:

login
get o matt_moony
browse

Keep in mind though that the frontend isn't the most extensive anyways... It's a way to look at somewhat fancy network graphs of who users follow / are followed by, but not too much more than that.

Furthermore, I know that the command line is bit weird to use - especially, since I haven't written too much documentation for it ... ^^ - just use ? or help wherever you need it. E.g.:

get ?

image

In general, the CLI should be rather nice and always tell you what option / argument you're missing. E.g.:

get o

image

Hope this helps! - Matthias