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

what is this mean? #12

Open
jiburan999888 opened this issue Jun 23, 2023 · 0 comments
Open

what is this mean? #12

jiburan999888 opened this issue Jun 23, 2023 · 0 comments

Comments

@jiburan999888
Copy link

$ python manager.py test_net
Traceback (most recent call last):
File "manager.py", line 10, in
from src.core.main import start_thread
File "C:\Users\Administrator\GPT-vup\src\core\main.py", line 21, in
from src.core.vup import VtuBer
File "C:\Users\Administrator\GPT-vup\src\core\vup.py", line 18, in
from src.db.models import TieBa
File "C:\Users\Administrator\GPT-vup\src\db\models.py", line 3, in
from src.db.dao import Base, engine, get_session
File "C:\Users\Administrator\GPT-vup\src\db\dao.py", line 12, in
engine = create_engine(
File "", line 2, in create_engine
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python38\lib\site-p
ackages\sqlalchemy\util\deprecations.py", line 375, in warned
return fn(*args, **kwargs)
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python38\lib\site-p
ackages\sqlalchemy\engine\create.py", line 514, in create_engine
u = _url.make_url(url)
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python38\lib\site-p
ackages\sqlalchemy\engine\url.py", line 738, in make_url
return _parse_url(name_or_url)
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python38\lib\site-p
ackages\sqlalchemy\engine\url.py", line 799, in _parse_url
raise exc.ArgumentError(
sqlalchemy.exc.ArgumentError: Could not parse SQLAlchemy URL from string 'xxxx'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant