You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
File "/opt/virtualenvs/python3/lib/python3.8/site-packages/asyncio/base_events.py", line 296
future = tasks.async(future, loop=self)
The text was updated successfully, but these errors were encountered: