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

No section name mongo #50

Closed
LightYagami28 opened this issue Jun 9, 2021 · 18 comments
Closed

No section name mongo #50

LightYagami28 opened this issue Jun 9, 2021 · 18 comments

Comments

@LightYagami28
Copy link

File "/usr/lib/python3.9/runpy.py", line 188, in _run_module_as_main
mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
File "/usr/lib/python3.9/runpy.py", line 147, in _get_module_details
return _get_module_details(pkg_main_name, error)
File "/usr/lib/python3.9/runpy.py", line 111, in _get_module_details
import(pkg_name)
File "/root/userbot/userbot/init.py", line 45, in
MONGO_URL = config.get("mongo", "url")
File "/usr/lib/python3.9/configparser.py", line 781, in get
d = self._unify_values(section, vars)
File "/usr/lib/python3.9/configparser.py", line 1149, in _unify_values
raise NoSectionError(section) from None
configparser.NoSectionError: No section: 'mongo'
Immagine 2021-06-09 100336

@athphane
Copy link
Owner

athphane commented Jun 9, 2021

Refer to userbot.ini.sample for required variables in the userbot.ini file

@LightYagami28
Copy link
Author

Ok thanks

@LightYagami28
Copy link
Author

Traceback (most recent call last):
File "/usr/lib/python3.9/runpy.py", line 188, in _run_module_as_main
mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
File "/usr/lib/python3.9/runpy.py", line 147, in _get_module_details
return _get_module_details(pkg_main_name, error)
File "/usr/lib/python3.9/runpy.py", line 111, in _get_module_details
import(pkg_name)
File "/home/ubuntu/Clienti/@mydripistalen/Pyrogram-Userbot/userbot/init.py", line 45, in
MONGO_URL = config.get("mongo", "url")
File "/usr/lib/python3.9/configparser.py", line 781, in get
d = self._unify_values(section, vars)
File "/usr/lib/python3.9/configparser.py", line 1149, in _unify_values
raise NoSectionError(section) from None
configparser.NoSectionError: No section: 'mongo'

I'm using mongodb atlas

@LightYagami28 LightYagami28 reopened this Jul 11, 2021
@LightYagami28
Copy link
Author

What i do to fix?

@athphane
Copy link
Owner

Pls check userbot.ini.sample file and make sure you have sections set up properly.

@LightYagami28
Copy link
Author

I setup properly the userbot.ini.sample but i don't resolve my problem

@LightYagami28
Copy link
Author

image

@LightYagami28
Copy link
Author

@athphane
Pls help me

@athphane
Copy link
Owner

Ok so the main issue is you have a bunch of unnecessary things in the url value. You only need everything starting from “mongodb+Srv” to “myFirstDatabase”.

@LightYagami28
Copy link
Author

Same error

@LightYagami28
Copy link
Author

image

@LightYagami28
Copy link
Author

I don't know in any way how to fix

@athphane
Copy link
Owner

Are you editing userbot.ini.sample directly? Don't you have a userbot.ini file?

#50 (comment)

@LightYagami28
Copy link
Author

I edited the userbot.ini.sample file and finally turned it into userbot.ini

@LightYagami28
Copy link
Author

@phoenixatom do you know the fix?

@athphane
Copy link
Owner

the error clearly states that the section is missing. Therefore it is not in your userbot.ini file.

Steps
1- copy userbot.ini.sample to userbot.ini
2- fill in all the values
3- make sure all the sections are there.
4- run

I know the code in my repository works fine when you have the userbot.ini file. I also now notice that you’re asking for help regarding your fork. I know it’s the same code but since yours is modified I cannot confirm that it will work exactly how I have described.

Please ask further questions that are directly related to this repository.

@LightYagami28
Copy link
Author

Oh thank you very much

@LightYagami28
Copy link
Author

I resolved the issues thank you so much and excuse me

Repository owner locked and limited conversation to collaborators Jul 11, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants