Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Error: file "config/username.conf" not found! #48

Closed
EternalBlue813 opened this issue Sep 5, 2020 · 54 comments
Closed

[BUG] Error: file "config/username.conf" not found! #48

EternalBlue813 opened this issue Sep 5, 2020 · 54 comments
Labels
bug Something isn't working

Comments

@EternalBlue813
Copy link

I've created the username.conf file in /home/kali/Osintgram/config/ however it prompts Error: file "config/username.conf" not found! whenever I run python3 main.py list
Any idea what could be the issue here?

@Datalux
Copy link
Owner

Datalux commented Sep 5, 2020

Hi @EternalBlue813, I can replicate only removing or renaming the file. Seems all works correctly.

@Datalux Datalux changed the title Error: file "config/username.conf" not found! [BUG] Error: file "config/username.conf" not found! Sep 5, 2020
@Datalux Datalux added the bug Something isn't working label Sep 5, 2020
@AWyattV
Copy link

AWyattV commented Mar 29, 2021

I have this same issue. Ive tried reinstalling... It always comes back Error: file "config/username.conf" not found!

@Datalux
Copy link
Owner

Datalux commented Mar 29, 2021

Hi @AWyattV please can you check if file "username.conf" has same permissions of other files?

@AWyattV
Copy link

AWyattV commented Mar 29, 2021

Yes they all have the same permissions

@Datalux
Copy link
Owner

Datalux commented Mar 29, 2021

@AWyattV Did you ran the script inside "Osintgram" folder?

@AWyattV
Copy link

AWyattV commented Mar 29, 2021

Yes I double checked that I was in Osintgram. That was my first thought but its all in there

Osintgram
conf doc LICENSE main.py output README.md requirements.txt src

@Datalux
Copy link
Owner

Datalux commented Mar 29, 2021

Python version?

@AWyattV
Copy link

AWyattV commented Mar 29, 2021

3.9.2

@AWyattV
Copy link

AWyattV commented Mar 29, 2021

just updated prior

@Datalux
Copy link
Owner

Datalux commented Mar 29, 2021

Try to use Python 3.6

@AWyattV
Copy link

AWyattV commented Mar 29, 2021

ok will do
let u know shortly

@mtlhdnrd
Copy link

Yes I double checked that I was in Osintgram. That was my first thought but its all in there

Osintgram
conf doc LICENSE main.py output README.md requirements.txt src

it's config not conf. try renaming the folder

@preesha310
Copy link

i created username.conf and pw.conf
what scould i do with credentials igot this error

Error: "username" field cannot be blank in "config/credentials.ini"

@zlayes
Copy link

zlayes commented Apr 9, 2021

edit the credentials.ini file and put your username and pw there not in new files

@preesha310
Copy link

preesha310 commented Apr 9, 2021 via email

@preesha310
Copy link

when i type any commend i get this
what to do

Run a command: info
double free or corruption (out)
Aborted

@wendel1291
Copy link

i found a very dumb way to fix this cd into config and open the creds file and literally just type in user and password and save ... and bam worked for me

@igotnochill
Copy link

Actually even I'm facing the same issue but also i'm new to coding and having trouble to find the credentials.ini file in which the username and pw conf is supposed to be entered can anyone please help? and get me the exact commands please?
and also whenever i make mkdir config it says that it already exist so i removed it using rm -rf config and created again but still i have no luck onto the same... can anyone please help?

@igotnochill
Copy link

i found a very dumb way to fix this cd into config and open the creds file and literally just type in user and password and save ... and bam worked for me

can you please send me the intext

@chivv87
Copy link

chivv87 commented Apr 26, 2021

COMMANDS
git clone https://github.com/Datalux/Osintgram.git
ls
cd Osintgram/
sudo apt install python3
sudo apt install python3-pip
pip3 install -r requirements.txt
mkdir config
cd config
echo "NAME" > username.conf
echo "PASSWORD" > pw.conf
echo "{}" > settings.json
ls
cd ..
python3 main.py NAME

*********:~/cloudshell_open/sherlock-6/Osintgram$ python3 main.py NAME
________ .__ __
_____ \ || / | ________________ _____
/ | \ / / |/ \ / _ __ _ \ /
/ | \ | | | \ | / // > | // __ | Y Y
_ / >|| /| __ /|| (____ /|_| /
/ / / /_____/ / /

Version 1.2 - Developed by Giuseppe Criscione

Type 'list' to show all allowed commands
Type 'FILE=y' to save results to files like '.txt (default is disabled)'
Type 'FILE=n' to disable saving to files'
Type 'JSON=y' to export results to a JSON files like '.json (default is disabled)'
Type 'JSON=n' to disable exporting to files'

Error: "username" field cannot be blank in "config/credentials.ini"
*********:~/cloudshell_open/sherlock-6/Osintgram$

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
HI GUYS DOES SOMEONE KNOW HOW I CAN FIX THIS ERROR ?

@mtlhdnrd
Copy link

The credential system has been updated a while ago, now you put creds in the credentials.ini file. Also, please don't use all caps

@chivv87
Copy link

chivv87 commented Apr 26, 2021

aa oke thank you

@reda601
Copy link

reda601 commented Apr 27, 2021

The credential system has been updated a while ago, now you put creds in the credentials.ini file. Also, please don't use all caps

hey, could tel please the right way to put creds in the credentials.ini file (I'm a beginner)

@reda601
Copy link

reda601 commented Apr 27, 2021

COMMANDS
git clone https://github.com/Datalux/Osintgram.git
ls
cd Osintgram/
sudo apt install python3
sudo apt install python3-pip
pip3 install -r requirements.txt
mkdir config
cd config
echo "NAME" > username.conf
echo "PASSWORD" > pw.conf
echo "{}" > settings.json
ls
cd ..
python3 main.py NAME

*********:~/cloudshell_open/sherlock-6/Osintgram$ python3 main.py NAME
________ .__ __
_____ \ || / | ________________ _____
/ | \ / / |/ \ / _ __ _ \ /
/ | \ | | | \ | / // > | // __ | Y Y
_ / >|| /| __ /|| (____ /|_| /
/ / / /_____/ / /

Version 1.2 - Developed by Giuseppe Criscione

Type 'list' to show all allowed commands
Type 'FILE=y' to save results to files like '.txt (default is disabled)'
Type 'FILE=n' to disable saving to files'
Type 'JSON=y' to export results to a JSON files like '.json (default is disabled)'
Type 'JSON=n' to disable exporting to files'

Error: "username" field cannot be blank in "config/credentials.ini"
*********:~/cloudshell_open/sherlock-6/Osintgram$

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
HI GUYS DOES SOMEONE KNOW HOW I CAN FIX THIS ERROR ?

if u finded the solution please tell me how to do it cause I have exactly the same error

@mtlhdnrd
Copy link

The credential system has been updated a while ago, now you put creds in the credentials.ini file. Also, please don't use all caps

hey, could tel please the right way to put creds in the credentials.ini file (I'm a beginner)

you literally just write your pw and username after the = sign

@reda601
Copy link

reda601 commented Apr 27, 2021

The credential system has been updated a while ago, now you put creds in the credentials.ini file. Also, please don't use all caps

hey, could tel please the right way to put creds in the credentials.ini file (I'm a beginner)

you literally just write your pw and username after the = sign

That's the exact error that I have :
Error: "username" field cannot be blank in "config/credentials.ini"
*********:~/cloudshell_open/sherlock-6/Osintgram$
So where I have to write my pw and username I don't see = sign ; please help !

@rifat616
Copy link

rifat616 commented May 2, 2021

Same problem as reda601 anyone can please help.

@mtlhdnrd
Copy link

mtlhdnrd commented May 4, 2021

The credential system has been updated a while ago, now you put creds in the credentials.ini file. Also, please don't use all caps

hey, could tel please the right way to put creds in the credentials.ini file (I'm a beginner)

you literally just write your pw and username after the = sign

That's the exact error that I have :
Error: "username" field cannot be blank in "config/credentials.ini"
*********:~/cloudshell_open/sherlock-6/Osintgram$
So where I have to write my pw and username I don't see = sign ; please help !

you should have a credentials.ini file in the config directory containing this:
[Credentials]
username = yourusername
password = yourpassword

@rifat616
Copy link

rifat616 commented May 5, 2021

The credential system has been updated a while ago, now you put creds in the credentials.ini file. Also, please don't use all caps

hey, could tel please the right way to put creds in the credentials.ini file (I'm a beginner)

you literally just write your pw and username after the = sign

That's the exact error that I have :
Error: "username" field cannot be blank in "config/credentials.ini"
*********:~/cloudshell_open/sherlock-6/Osintgram$
So where I have to write my pw and username I don't see = sign ; please help !

you should have a credentials.ini file in the config directory containing this:
[Credentials]
username = yourusername
password = yourpassword

But how can open it and change it in google cloud console???

@mtlhdnrd
Copy link

mtlhdnrd commented May 6, 2021

The credential system has been updated a while ago, now you put creds in the credentials.ini file. Also, please don't use all caps

hey, could tel please the right way to put creds in the credentials.ini file (I'm a beginner)

you literally just write your pw and username after the = sign

That's the exact error that I have :
Error: "username" field cannot be blank in "config/credentials.ini"
*********:~/cloudshell_open/sherlock-6/Osintgram$
So where I have to write my pw and username I don't see = sign ; please help !

you should have a credentials.ini file in the config directory containing this:
[Credentials]
username = yourusername
password = yourpassword

But how can open it and change it in google cloud console???

there's nano, vim and emacs. what else do you want?

@rifat616
Copy link

rifat616 commented May 7, 2021 via email

@mtlhdnrd
Copy link

mtlhdnrd commented May 7, 2021

The credential system has been updated a while ago, now you put creds in the credentials.ini file. Also, please don't use all caps

hey, could tel please the right way to put creds in the credentials.ini file (I'm a beginner)

you literally just write your pw and username after the = sign

That's the exact error that I have :
Error: "username" field cannot be blank in "config/credentials.ini"
*********:~/cloudshell_open/sherlock-6/Osintgram$
So where I have to write my pw and username I don't see = sign ; please help !

you should have a credentials.ini file in the config directory containing this:
[Credentials]
username = yourusername
password = yourpassword

@rifat616 did you read this?

@VivekDevdhar
Copy link

i found a very dumb way to fix this cd into config and open the creds file and literally just type in user and password and save ... and bam worked for me

It worked for me too bro, thank you

@VivekDevdhar
Copy link

i found a very dumb way to fix this cd into config and open the creds file and literally just type in user and password and save ... and bam worked for me

can you please send me the intext

Go to credentials.ini folder through home->config->credentials.ini manually and enter the username and password there. You cant open credentials.ini through cmd.

@abdullah-rashid62
Copy link

i found a very dumb way to fix this cd into config and open the creds file and literally just type in user and password and save ... and bam worked for me

can you please send me the intext

Go to credentials.ini folder through home->config->credentials.ini manually and enter the username and password there. You cant open credentials.ini through cmd.

Thank you
GreatWay!

@Rajgadhvi5323
Copy link

Yes I double checked that I was in Osintgram. That was my first thought but its all in there

Osintgram
conf doc LICENSE main.py output README.md requirements.txt src

Your problem solved ?

@Rajgadhvi5323
Copy link

I also face this problem how I can solve this

@mtlhdnrd
Copy link

The credential system has been updated a while ago, now you put creds in the credentials.ini file. Also, please don't use all caps

hey, could tel please the right way to put creds in the credentials.ini file (I'm a beginner)

you literally just write your pw and username after the = sign

That's the exact error that I have :
Error: "username" field cannot be blank in "config/credentials.ini"
*********:~/cloudshell_open/sherlock-6/Osintgram$
So where I have to write my pw and username I don't see = sign ; please help !

you should have a credentials.ini file in the config directory containing this:
[Credentials]
username = yourusername
password = yourpassword

@Rajgadhvi5323 Pls read comments before asking. This is how you do it

@whosj
Copy link

whosj commented May 29, 2021

The credential system has been updated a while ago, now you put creds in the credentials.ini file. Also, please don't use all caps

hey, could tel please the right way to put creds in the credentials.ini file (I'm a beginner)

you literally just write your pw and username after the = sign

That's the exact error that I have :
Error: "username" field cannot be blank in "config/credentials.ini"
*********:~/cloudshell_open/sherlock-6/Osintgram$
So where I have to write my pw and username I don't see = sign ; please help !

you should have a credentials.ini file in the config directory containing this:
[Credentials]
username = yourusername
password = yourpassword

@Rajgadhvi5323 Pls read comments before asking. This is how you do it

After python3 main.py username
and i got this ClientError Please wait a few minutes before you try again. (Code: 429, Response: {"message": "Please wait a few minutes before you try again.", "status": "fail"})Please wait a few minutes before you try again.
How can i solve this problem ?

@SuryaAbishek
Copy link

The credential system has been updated a while ago, now you put creds in the credentials.ini file. Also, please don't use all caps

hey, could tel please the right way to put creds in the credentials.ini file (I'm a beginner)

you literally just write your pw and username after the = sign

That's the exact error that I have :
Error: "username" field cannot be blank in "config/credentials.ini"
*********:~/cloudshell_open/sherlock-6/Osintgram$
So where I have to write my pw and username I don't see = sign ; please help !

you should have a credentials.ini file in the config directory containing this:
[Credentials]
username = yourusername
password = yourpassword

@Rajgadhvi5323 Pls read comments before asking. This is how you do it

After python3 main.py username
and i got this ClientError Please wait a few minutes before you try again. (Code: 429, Response: {"message": "Please wait a few minutes before you try again.", "status": "fail"})Please wait a few minutes before you try again.
How can i solve this problem ?

same problem.....exactly

@rifat616
Copy link

rifat616 commented Jun 2, 2021 via email

@regsyt
Copy link

regsyt commented Jun 5, 2021

but for some reason i cant writ the anything in the password section

Bruh I found how to do it much easier way Just go to osintgram directory and then type make setup Then u should write ur ur insta dummy username ENTER then the password ENTER DONE!¡¡¡

@Shevinperera
Copy link

but for some reason i cant writ the anything in the password section

Bruh I found how to do it much easier way Just go to osintgram directory and then type make setup Then u should write ur ur insta dummy username ENTER then the password ENTER DONE!¡¡¡

yeah same here

@schmidtBalint
Copy link

The issue I have is I can't save the edited credentials.ini file, it tells me permission denied, does someone have a solution for this?

@ghost
Copy link

ghost commented Jul 19, 2021

but for some reason i cant writ the anything in the password section

Bruh I found how to do it much easier way Just go to osintgram directory and then type make setup Then u should write ur ur insta dummy username ENTER then the password ENTER DONE!¡¡¡

When you are typing out a password in Linux it does not show up. Just type it out and press enter.
image

@austinhomolka
Copy link

i created username.conf and pw.conf
what scould i do with credentials igot this error

Error: "username" field cannot be blank in "config/credentials.ini"

From Osintgram/config... "xdg-open credentials.ini"

@trog23
Copy link

trog23 commented Aug 5, 2021

please someone help me with thisssss!!!
how do you open credential file to put the username and password

@HYDRAkid3
Copy link

 #nano config/credentials.ini

┌──(root💀kali)-[/home/hydrakid/Osintgram]
└─# python3 main.py romreo_0989
Error: File contains no section headers.
file: 'config/credentials.ini', line: 1
'username = ******\n'

@Datalux Datalux closed this as completed Oct 18, 2021
@bardock069
Copy link

edit the credentials.ini file and put your username and pw there not in new files

how to do that?? if u dont mind plz elaborate plz.

@Baka7272
Copy link

After I type the python3 main.py (username)
command, I get this..
"Attempt to login..
Client error..................... "

Please help

@1nightdev
Copy link

BRUHHHH IM DYING WHY CANT SOMEONE DO A RECORDING OF IT AND SENT IT

@johnmatip
Copy link

johnmatip commented Mar 10, 2024

Attempting to login
Error passing error response
Any solution yet

@Kid-Infinity
Copy link

Kid-Infinity commented Apr 16, 2024

please someone help me with thisssss!!! how do you open credential file to put the username and password

cd Osintgram
cd config
nano credentials.ini

you have to be in the Osintgram directory and the config to be able to nano into the credential.ini file and see its contents

@1nightdev
Copy link

please someone help me with thisssss!!! how do you open credential file to put the username and password

cd Osintgram cd config nano credentials.ini

you have to be in the Osintgram directory and the config to be able to nano into the credential.ini file and see its contents

IT HELPED THANKS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests