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

error #13

Open
myudak opened this issue Sep 18, 2021 · 3 comments
Open

error #13

myudak opened this issue Sep 18, 2021 · 3 comments

Comments

@myudak
Copy link

myudak commented Sep 18, 2021

File "/opt/virtualenvs/python3/lib/python3.8/site-packages/asyncio/base_events.py", line 296
future = tasks.async(future, loop=self)

@kshubham506
Copy link
Owner

Can you attach the stack trace ?

@myudak
Copy link
Author

myudak commented Sep 18, 2021

python3 main.py -env prod
Traceback (most recent call last):
File "main.py", line 1, in
from extras.dbhandler import handle_db_calls
File "/home/runner/tesbotMusik/vcplayerbot/extras/init.py", line 1, in
from extras.callmanager import MusicPlayer
File "/home/runner/tesbotMusik/vcplayerbot/extras/callmanager.py", line 1, in
from utils import VideoFetchFromId
File "/home/runner/tesbotMusik/vcplayerbot/utils/init.py", line 1, in
import asyncio
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/asyncio/init.py", line 21, in
from .base_events import *
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/asyncio/base_events.py", line 296
future = tasks.async(future, loop=self)

@myudak
Copy link
Author

myudak commented Sep 18, 2021

i run this in replit

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

2 participants