DiNitride / Discord-Music-Status

A Self-Bot program to display your music from Spotify, iTunes, Winamp, and other music players, as your "Playing" status on Discord
72 stars 19 forks source link

RuntimeError #40

Closed Tobias-Fischer-Official closed 6 years ago

Tobias-Fischer-Official commented 6 years ago

Hey, i get the following Error

[2017-12-26 14:02:23.636093] DEBUG: Discord Music: Loading config files [2017-12-26 14:02:23.636594] INFO: Discord Music: Config loaded Traceback (most recent call last): File "C:\Users...\Desktop\Discord-Music-Status-master\Discord-Music-Status-master\run.py", line 62, in bot = commands.Bot(command_prefix=['m.'], self_bot=True) File "C:\Users...\Anaconda3\lib\site-packages\discord\ext\commands\bot.py", line 207, in init super().init(options) File "C:\Users...\Anaconda3\lib\site-packages\discord\ext\commands\core.py", line 452, in init super().init(kwargs) File "C:\Users...\Anaconda3\lib\site-packages\discord\client.py", line 142, in init self.loop = asyncio.get_event_loop() if loop is None else loop File "C:\Users...\Anaconda3\lib\asyncio\events.py", line 676, in get_event_loop return get_event_loop_policy().get_event_loop() File "C:\Users...\Anaconda3\lib\asyncio\events.py", line 584, in get_event_loop % threading.current_thread().name) RuntimeError: There is no current event loop in thread 'Dummy-1'.

is your tool incomaptible to anaconda?

DiNitride commented 6 years ago

It has never been tested with Anaconda, so I cannot say whether it is or not, it has only been tested with Python 3.6+.