Git Product home page Git Product logo

disnake-events-bot's Introduction

Disnake-events-bot

Бот для проведения ивентов как на публичный серверах

Установка:

  • Всё происходит в config.py
  • так же поменяйте все картинки и ID эмодзи на свои в когах (cogs)

disnake-events-bot's People

Contributors

fequme avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

disnake-events-bot's Issues

Ошибка

Ignoring exception in view for item <Dropdown placeholder='Выберите ивент' min_values=1 max_values=1 disabled=False options=[, , , , , , , , , ]>:
Traceback (most recent call last):
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\disnake\ui\view.py", line 385, in _scheduled_task
await item.callback(interaction)
File "c:\Users\corny\OneDrive\Desktop\Events\cogs\event-create.py", line 707, in callback
if await staff.find_one({"id": interaction.author.id}) is None:
File "C:\Program Files\Python310\lib\concurrent\futures\thread.py", line 52, in run
result = self.fn(*self.args, **self.kwargs)
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\collection.py", line 1495, in find_one
for result in cursor.limit(-1):
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\cursor.py", line 1243, in next
if len(self.__data) or self._refresh():
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\cursor.py", line 1160, in _refresh
self.__send_message(q)
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\cursor.py", line 1039, in __send_message
response = client._run_operation(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo_csot.py", line 108, in csot_wrapper
return func(self, *args, **kwargs)
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 1425, in _run_operation
return self._retryable_read(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 1534, in _retryable_read
return self._retry_internal(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo_csot.py", line 108, in csot_wrapper
return func(self, *args, **kwargs)
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 1501, in _retry_internal
).run()
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 2347, in run
return self._read() if self._is_read else self._write()
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 2477, in _read
self._server = self._get_server()
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 2433, in _get_server
return self._client._select_server(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 1316, in _select_server
server = topology.select_server(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\topology.py", line 368, in select_server
server = self._select_server(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\topology.py", line 346, in _select_server
servers = self.select_servers(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\topology.py", line 253, in select_servers
server_descriptions = self._select_servers_loop(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\topology.py", line 303, in _select_servers_loop
raise ServerSelectionTimeoutError(
pymongo.errors.ServerSelectionTimeoutError: mti1mdu1njgzmde5ntc3nzy1ng.gxh9yw.qtsnrrhw58axxs0wbmzggf3_oif5yzw3y8nwo8:27017: [Errno 11001] getaddrinfo failed (configured timeouts: socketTimeoutMS: 20000.0ms, connectTimeoutMS: 20000.0ms), Timeout: 30s, Topology Description: <TopologyDescription id: 667efaaa91b981155e5aa50d, topology_type: Unknown, servers: [<ServerDescription ('mti1mdu1njgzmde5ntc3nzy1ng.gxh9yw.qtsnrrhw58axxs0wbmzggf3_oif5yzw3y8nwo8', 27017) server_type: Unknown, rtt: None, error=AutoReconnect('mti1mdu1njgzmde5ntc3nzy1ng.gxh9yw.qtsnrrhw58axxs0wbmzggf3_oif5yzw3y8nwo8:27017: [Errno 11001] getaddrinfo failed (configured timeouts: socketTimeoutMS: 20000.0ms, connectTimeoutMS: 20000.0ms)')>]>
Ignoring exception in on_voice_state_update
Traceback (most recent call last):
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\disnake\client.py", line 703, in _run_event
await coro(*args, **kwargs)
File "c:\Users\corny\OneDrive\Desktop\Events\cogs\event-create.py", line 999, in viewers
if not await eventvoice.find_one({"voice": after.channel.id}):
File "C:\Program Files\Python310\lib\concurrent\futures\thread.py", line 52, in run
result = self.fn(*self.args, **self.kwargs)
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\collection.py", line 1495, in find_one
for result in cursor.limit(-1):
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\cursor.py", line 1243, in next
if len(self.__data) or self._refresh():
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\cursor.py", line 1160, in _refresh
self.__send_message(q)
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\cursor.py", line 1039, in __send_message
response = client._run_operation(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo_csot.py", line 108, in csot_wrapper
return func(self, *args, **kwargs)
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 1425, in _run_operation
return self._retryable_read(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 1534, in _retryable_read
return self._retry_internal(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo_csot.py", line 108, in csot_wrapper
return func(self, *args, **kwargs)
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 1501, in _retry_internal
).run()
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 2347, in run
return self._read() if self._is_read else self._write()
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 2477, in _read
self._server = self._get_server()
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 2433, in _get_server
return self._client._select_server(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 1316, in _select_server
server = topology.select_server(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\topology.py", line 368, in select_server
server = self._select_server(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\topology.py", line 346, in _select_server
servers = self.select_servers(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\topology.py", line 253, in select_servers
server_descriptions = self._select_servers_loop(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\topology.py", line 303, in _select_servers_loop
raise ServerSelectionTimeoutError(
pymongo.errors.ServerSelectionTimeoutError: mti1mdu1njgzmde5ntc3nzy1ng.gxh9yw.qtsnrrhw58axxs0wbmzggf3_oif5yzw3y8nwo8:27017: [Errno 11001] getaddrinfo failed (configured timeouts: socketTimeoutMS: 20000.0ms, connectTimeoutMS: 20000.0ms), Timeout: 30s, Topology Description: <TopologyDescription id: 667efaaa91b981155e5aa50d, topology_type: Unknown, servers: [<ServerDescription ('mti1mdu1njgzmde5ntc3nzy1ng.gxh9yw.qtsnrrhw58axxs0wbmzggf3_oif5yzw3y8nwo8', 27017) server_type: Unknown, rtt: None, error=AutoReconnect('mti1mdu1njgzmde5ntc3nzy1ng.gxh9yw.qtsnrrhw58axxs0wbmzggf3_oif5yzw3y8nwo8:27017: [Errno 11001] getaddrinfo failed (configured timeouts: socketTimeoutMS: 20000.0ms, connectTimeoutMS: 20000.0ms)')>]>
Ignoring exception in on_voice_state_update
Traceback (most recent call last):
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\disnake\client.py", line 703, in _run_event
await coro(*args, **kwargs)
File "c:\Users\corny\OneDrive\Desktop\Events\cogs\event-create.py", line 1033, in voice_state
query1 = await eventvoice.find_one({"voice": before_channel_id})
File "C:\Program Files\Python310\lib\concurrent\futures\thread.py", line 52, in run
result = self.fn(*self.args, **self.kwargs)
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\collection.py", line 1495, in find_one
for result in cursor.limit(-1):
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\cursor.py", line 1243, in next
if len(self.__data) or self._refresh():
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\cursor.py", line 1160, in _refresh
self.__send_message(q)
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\cursor.py", line 1039, in __send_message
response = client._run_operation(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo_csot.py", line 108, in csot_wrapper
return func(self, *args, **kwargs)
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 1425, in _run_operation
return self._retryable_read(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 1534, in _retryable_read
return self._retry_internal(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo_csot.py", line 108, in csot_wrapper
return func(self, *args, **kwargs)
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 1501, in _retry_internal
).run()
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 2347, in run
return self._read() if self._is_read else self._write()
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 2477, in _read
self._server = self._get_server()
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 2433, in _get_server
return self._client._select_server(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 1316, in _select_server
server = topology.select_server(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\topology.py", line 368, in select_server
server = self._select_server(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\topology.py", line 346, in _select_server
servers = self.select_servers(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\topology.py", line 253, in select_servers
server_descriptions = self._select_servers_loop(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\topology.py", line 303, in _select_servers_loop
raise ServerSelectionTimeoutError(
pymongo.errors.ServerSelectionTimeoutError: mti1mdu1njgzmde5ntc3nzy1ng.gxh9yw.qtsnrrhw58axxs0wbmzggf3_oif5yzw3y8nwo8:27017: [Errno 11001] getaddrinfo failed (configured timeouts: socketTimeoutMS: 20000.0ms, connectTimeoutMS: 20000.0ms), Timeout: 30s, Topology Description: <TopologyDescription id: 667efaaa91b981155e5aa50d, topology_type: Unknown, servers: [<ServerDescription ('mti1mdu1njgzmde5ntc3nzy1ng.gxh9yw.qtsnrrhw58axxs0wbmzggf3_oif5yzw3y8nwo8', 27017) server_type: Unknown, rtt: None, error=AutoReconnect('mti1mdu1njgzmde5ntc3nzy1ng.gxh9yw.qtsnrrhw58axxs0wbmzggf3_oif5yzw3y8nwo8:27017: [Errno 11001] getaddrinfo failed (configured timeouts: socketTimeoutMS: 20000.0ms, connectTimeoutMS: 20000.0ms)')>]>
Ignoring exception in on_voice_state_update
Traceback (most recent call last):
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\disnake\client.py", line 703, in _run_event
await coro(*args, **kwargs)
File "c:\Users\corny\OneDrive\Desktop\Events\cogs\event-create.py", line 999, in viewers
if not await eventvoice.find_one({"voice": after.channel.id}):
File "C:\Program Files\Python310\lib\concurrent\futures\thread.py", line 52, in run
result = self.fn(*self.args, **self.kwargs)
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\collection.py", line 1495, in find_one
for result in cursor.limit(-1):
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\cursor.py", line 1243, in next
if len(self.__data) or self._refresh():
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\cursor.py", line 1160, in _refresh
self.__send_message(q)
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\cursor.py", line 1039, in __send_message
response = client._run_operation(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo_csot.py", line 108, in csot_wrapper
return func(self, *args, **kwargs)
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 1425, in _run_operation
return self._retryable_read(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 1534, in _retryable_read
return self._retry_internal(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo_csot.py", line 108, in csot_wrapper
return func(self, *args, **kwargs)
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 1501, in _retry_internal
).run()
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 2347, in run
return self._read() if self._is_read else self._write()
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 2477, in _read
self._server = self._get_server()
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 2433, in _get_server
return self._client._select_server(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 1316, in _select_server
server = topology.select_server(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\topology.py", line 368, in select_server
server = self._select_server(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\topology.py", line 346, in _select_server
servers = self.select_servers(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\topology.py", line 253, in select_servers
server_descriptions = self._select_servers_loop(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\topology.py", line 303, in _select_servers_loop
raise ServerSelectionTimeoutError(
pymongo.errors.ServerSelectionTimeoutError: mti1mdu1njgzmde5ntc3nzy1ng.gxh9yw.qtsnrrhw58axxs0wbmzggf3_oif5yzw3y8nwo8:27017: [Errno 11001] getaddrinfo failed (configured timeouts: socketTimeoutMS: 20000.0ms, connectTimeoutMS: 20000.0ms), Timeout: 30s, Topology Description: <TopologyDescription id: 667efaaa91b981155e5aa50d, topology_type: Unknown, servers: [<ServerDescription ('mti1mdu1njgzmde5ntc3nzy1ng.gxh9yw.qtsnrrhw58axxs0wbmzggf3_oif5yzw3y8nwo8', 27017) server_type: Unknown, rtt: None, error=AutoReconnect('mti1mdu1njgzmde5ntc3nzy1ng.gxh9yw.qtsnrrhw58axxs0wbmzggf3_oif5yzw3y8nwo8:27017: [Errno 11001] getaddrinfo failed (configured timeouts: socketTimeoutMS: 20000.0ms, connectTimeoutMS: 20000.0ms)')>]>
Ignoring exception in on_voice_state_update
Traceback (most recent call last):
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\disnake\client.py", line 703, in _run_event
await coro(*args, **kwargs)
File "c:\Users\corny\OneDrive\Desktop\Events\cogs\event-create.py", line 999, in viewers
if not await eventvoice.find_one({"voice": after.channel.id}):
File "C:\Program Files\Python310\lib\concurrent\futures\thread.py", line 52, in run
result = self.fn(*self.args, **self.kwargs)
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\collection.py", line 1495, in find_one
for result in cursor.limit(-1):
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\cursor.py", line 1243, in next
if len(self.__data) or self._refresh():
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\cursor.py", line 1160, in _refresh
self.__send_message(q)
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\cursor.py", line 1039, in __send_message
response = client._run_operation(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo_csot.py", line 108, in csot_wrapper
return func(self, *args, **kwargs)
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 1425, in _run_operation
return self._retryable_read(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 1534, in _retryable_read
return self._retry_internal(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo_csot.py", line 108, in csot_wrapper
return func(self, *args, **kwargs)
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 1501, in _retry_internal
).run()
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 2347, in run
return self._read() if self._is_read else self._write()
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 2477, in _read
self._server = self._get_server()
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 2433, in _get_server
return self._client._select_server(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 1316, in _select_server
server = topology.select_server(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\topology.py", line 368, in select_server
server = self._select_server(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\topology.py", line 346, in _select_server
servers = self.select_servers(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\topology.py", line 253, in select_servers
server_descriptions = self._select_servers_loop(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\topology.py", line 303, in _select_servers_loop
raise ServerSelectionTimeoutError(
pymongo.errors.ServerSelectionTimeoutError: mti1mdu1njgzmde5ntc3nzy1ng.gxh9yw.qtsnrrhw58axxs0wbmzggf3_oif5yzw3y8nwo8:27017: [Errno 11001] getaddrinfo failed (configured timeouts: socketTimeoutMS: 20000.0ms, connectTimeoutMS: 20000.0ms), Timeout: 30s, Topology Description: <TopologyDescription id: 667efaaa91b981155e5aa50d, topology_type: Unknown, servers: [<ServerDescription ('mti1mdu1njgzmde5ntc3nzy1ng.gxh9yw.qtsnrrhw58axxs0wbmzggf3_oif5yzw3y8nwo8', 27017) server_type: Unknown, rtt: None, error=AutoReconnect('mti1mdu1njgzmde5ntc3nzy1ng.gxh9yw.qtsnrrhw58axxs0wbmzggf3_oif5yzw3y8nwo8:27017: [Errno 11001] getaddrinfo failed (configured timeouts: socketTimeoutMS: 20000.0ms, connectTimeoutMS: 20000.0ms)')>]>
Ignoring exception in on_voice_state_update
Traceback (most recent call last):
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\disnake\client.py", line 703, in _run_event
await coro(*args, **kwargs)
File "c:\Users\corny\OneDrive\Desktop\Events\cogs\event-create.py", line 999, in viewers
if not await eventvoice.find_one({"voice": after.channel.id}):
File "C:\Program Files\Python310\lib\concurrent\futures\thread.py", line 52, in run
result = self.fn(*self.args, **self.kwargs)
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\collection.py", line 1495, in find_one
for result in cursor.limit(-1):
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\cursor.py", line 1243, in next
if len(self.__data) or self._refresh():
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\cursor.py", line 1160, in _refresh
self.__send_message(q)
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\cursor.py", line 1039, in __send_message
response = client._run_operation(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo_csot.py", line 108, in csot_wrapper
return func(self, *args, **kwargs)
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 1425, in _run_operation
return self._retryable_read(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 1534, in _retryable_read
return self._retry_internal(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo_csot.py", line 108, in csot_wrapper
return func(self, *args, **kwargs)
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 1501, in _retry_internal
).run()
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 2347, in run
return self._read() if self._is_read else self._write()
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 2477, in _read
self._server = self._get_server()
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 2433, in _get_server
return self._client._select_server(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 1316, in _select_server
server = topology.select_server(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\topology.py", line 368, in select_server
server = self._select_server(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\topology.py", line 346, in _select_server
servers = self.select_servers(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\topology.py", line 253, in select_servers
server_descriptions = self._select_servers_loop(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\topology.py", line 303, in _select_servers_loop
raise ServerSelectionTimeoutError(
pymongo.errors.ServerSelectionTimeoutError: mti1mdu1njgzmde5ntc3nzy1ng.gxh9yw.qtsnrrhw58axxs0wbmzggf3_oif5yzw3y8nwo8:27017: [Errno 11001] getaddrinfo failed (configured timeouts: socketTimeoutMS: 20000.0ms, connectTimeoutMS: 20000.0ms), Timeout: 30s, Topology Description: <TopologyDescription id: 667efaaa91b981155e5aa50d, topology_type: Unknown, servers: [<ServerDescription ('mti1mdu1njgzmde5ntc3nzy1ng.gxh9yw.qtsnrrhw58axxs0wbmzggf3_oif5yzw3y8nwo8', 27017) server_type: Unknown, rtt: None, error=AutoReconnect('mti1mdu1njgzmde5ntc3nzy1ng.gxh9yw.qtsnrrhw58axxs0wbmzggf3_oif5yzw3y8nwo8:27017: [Errno 11001] getaddrinfo failed (configured timeouts: socketTimeoutMS: 20000.0ms, connectTimeoutMS: 20000.0ms)')>]>
Ignoring exception in on_voice_state_update
Traceback (most recent call last):
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\disnake\client.py", line 703, in _run_event
await coro(*args, **kwargs)
File "c:\Users\corny\OneDrive\Desktop\Events\cogs\event-create.py", line 999, in viewers
if not await eventvoice.find_one({"voice": after.channel.id}):
File "C:\Program Files\Python310\lib\concurrent\futures\thread.py", line 52, in run
result = self.fn(*self.args, **self.kwargs)
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\collection.py", line 1495, in find_one
for result in cursor.limit(-1):
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\cursor.py", line 1243, in next
if len(self.__data) or self._refresh():
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\cursor.py", line 1160, in _refresh
self.__send_message(q)
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\cursor.py", line 1039, in __send_message
response = client._run_operation(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo_csot.py", line 108, in csot_wrapper
return func(self, *args, **kwargs)
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 1425, in _run_operation
return self._retryable_read(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 1534, in _retryable_read
return self._retry_internal(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo_csot.py", line 108, in csot_wrapper
return func(self, *args, **kwargs)
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 1501, in _retry_internal
).run()
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 2347, in run
return self._read() if self._is_read else self._write()
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 2477, in _read
self._server = self._get_server()
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 2433, in _get_server
return self._client._select_server(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 1316, in _select_server
server = topology.select_server(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\topology.py", line 368, in select_server
server = self._select_server(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\topology.py", line 346, in _select_server
servers = self.select_servers(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\topology.py", line 253, in select_servers
server_descriptions = self._select_servers_loop(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\topology.py", line 303, in _select_servers_loop
raise ServerSelectionTimeoutError(
pymongo.errors.ServerSelectionTimeoutError: mti1mdu1njgzmde5ntc3nzy1ng.gxh9yw.qtsnrrhw58axxs0wbmzggf3_oif5yzw3y8nwo8:27017: [Errno 11001] getaddrinfo failed (configured timeouts: socketTimeoutMS: 20000.0ms, connectTimeoutMS: 20000.0ms), Timeout: 30s, Topology Description: <TopologyDescription id: 667efaaa91b981155e5aa50d, topology_type: Unknown, servers: [<ServerDescription ('mti1mdu1njgzmde5ntc3nzy1ng.gxh9yw.qtsnrrhw58axxs0wbmzggf3_oif5yzw3y8nwo8', 27017) server_type: Unknown, rtt: None, error=AutoReconnect('mti1mdu1njgzmde5ntc3nzy1ng.gxh9yw.qtsnrrhw58axxs0wbmzggf3_oif5yzw3y8nwo8:27017: [Errno 11001] getaddrinfo failed (configured timeouts: socketTimeoutMS: 20000.0ms, connectTimeoutMS: 20000.0ms)')>]>
Ignoring exception in on_voice_state_update
Traceback (most recent call last):
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\disnake\client.py", line 703, in _run_event
await coro(*args, **kwargs)
File "c:\Users\corny\OneDrive\Desktop\Events\cogs\event-create.py", line 1033, in voice_state
query1 = await eventvoice.find_one({"voice": before_channel_id})
File "C:\Program Files\Python310\lib\concurrent\futures\thread.py", line 52, in run
result = self.fn(*self.args, **self.kwargs)
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\collection.py", line 1495, in find_one
for result in cursor.limit(-1):
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\cursor.py", line 1243, in next
if len(self.__data) or self._refresh():
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\cursor.py", line 1160, in _refresh
self.__send_message(q)
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\cursor.py", line 1039, in __send_message
response = client._run_operation(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo_csot.py", line 108, in csot_wrapper
return func(self, *args, **kwargs)
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 1425, in _run_operation
return self._retryable_read(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 1534, in _retryable_read
return self._retry_internal(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo_csot.py", line 108, in csot_wrapper
return func(self, *args, **kwargs)
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 1501, in _retry_internal
).run()
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 2347, in run
return self._read() if self._is_read else self._write()
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 2477, in _read
self._server = self._get_server()
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 2433, in _get_server
return self._client._select_server(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 1316, in _select_server
server = topology.select_server(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\topology.py", line 368, in select_server
server = self._select_server(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\topology.py", line 346, in _select_server
servers = self.select_servers(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\topology.py", line 253, in select_servers
server_descriptions = self._select_servers_loop(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\topology.py", line 303, in _select_servers_loop
raise ServerSelectionTimeoutError(
pymongo.errors.ServerSelectionTimeoutError: mti1mdu1njgzmde5ntc3nzy1ng.gxh9yw.qtsnrrhw58axxs0wbmzggf3_oif5yzw3y8nwo8:27017: [Errno 11001] getaddrinfo failed (configured timeouts: socketTimeoutMS: 20000.0ms, connectTimeoutMS: 20000.0ms), Timeout: 30s, Topology Description: <TopologyDescription id: 667efaaa91b981155e5aa50d, topology_type: Unknown, servers: [<ServerDescription ('mti1mdu1njgzmde5ntc3nzy1ng.gxh9yw.qtsnrrhw58axxs0wbmzggf3_oif5yzw3y8nwo8', 27017) server_type: Unknown, rtt: None, error=AutoReconnect('mti1mdu1njgzmde5ntc3nzy1ng.gxh9yw.qtsnrrhw58axxs0wbmzggf3_oif5yzw3y8nwo8:27017: [Errno 11001] getaddrinfo failed (configured timeouts: socketTimeoutMS: 20000.0ms, connectTimeoutMS: 20000.0ms)')>]>
Ignoring exception in on_voice_state_update
Traceback (most recent call last):
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\disnake\client.py", line 703, in _run_event
await coro(*args, **kwargs)
File "c:\Users\corny\OneDrive\Desktop\Events\cogs\event-create.py", line 999, in viewers
if not await eventvoice.find_one({"voice": after.channel.id}):
File "C:\Program Files\Python310\lib\concurrent\futures\thread.py", line 52, in run
result = self.fn(*self.args, **self.kwargs)
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\collection.py", line 1495, in find_one
for result in cursor.limit(-1):
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\cursor.py", line 1243, in next
if len(self.__data) or self._refresh():
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\cursor.py", line 1160, in _refresh
self.__send_message(q)
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\cursor.py", line 1039, in __send_message
response = client._run_operation(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo_csot.py", line 108, in csot_wrapper
return func(self, *args, **kwargs)
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 1425, in _run_operation
return self._retryable_read(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 1534, in _retryable_read
return self._retry_internal(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo_csot.py", line 108, in csot_wrapper
return func(self, *args, **kwargs)
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 1501, in _retry_internal
).run()
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 2347, in run
return self._read() if self._is_read else self._write()
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 2477, in _read
self._server = self._get_server()
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 2433, in _get_server
return self._client._select_server(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 1316, in _select_server
server = topology.select_server(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\topology.py", line 368, in select_server
server = self._select_server(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\topology.py", line 346, in _select_server
servers = self.select_servers(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\topology.py", line 253, in select_servers
server_descriptions = self._select_servers_loop(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\topology.py", line 303, in _select_servers_loop
raise ServerSelectionTimeoutError(
pymongo.errors.ServerSelectionTimeoutError: mti1mdu1njgzmde5ntc3nzy1ng.gxh9yw.qtsnrrhw58axxs0wbmzggf3_oif5yzw3y8nwo8:27017: [Errno 11001] getaddrinfo failed (configured timeouts: socketTimeoutMS: 20000.0ms, connectTimeoutMS: 20000.0ms), Timeout: 30s, Topology Description: <TopologyDescription id: 667efaaa91b981155e5aa50d, topology_type: Unknown, servers: [<ServerDescription ('mti1mdu1njgzmde5ntc3nzy1ng.gxh9yw.qtsnrrhw58axxs0wbmzggf3_oif5yzw3y8nwo8', 27017) server_type: Unknown, rtt: None, error=AutoReconnect('mti1mdu1njgzmde5ntc3nzy1ng.gxh9yw.qtsnrrhw58axxs0wbmzggf3_oif5yzw3y8nwo8:27017: [Errno 11001] getaddrinfo failed (configured timeouts: socketTimeoutMS: 20000.0ms, connectTimeoutMS: 20000.0ms)')>]>
Ignoring exception in on_voice_state_update
Traceback (most recent call last):
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\disnake\client.py", line 703, in _run_event
await coro(*args, **kwargs)
File "c:\Users\corny\OneDrive\Desktop\Events\cogs\event-create.py", line 999, in viewers
if not await eventvoice.find_one({"voice": after.channel.id}):
File "C:\Program Files\Python310\lib\concurrent\futures\thread.py", line 52, in run
result = self.fn(*self.args, **self.kwargs)
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\collection.py", line 1495, in find_one
for result in cursor.limit(-1):
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\cursor.py", line 1243, in next
if len(self.__data) or self._refresh():
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\cursor.py", line 1160, in _refresh
self.__send_message(q)
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\cursor.py", line 1039, in __send_message
response = client._run_operation(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo_csot.py", line 108, in csot_wrapper
return func(self, *args, **kwargs)
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 1425, in _run_operation
return self._retryable_read(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 1534, in _retryable_read
return self._retry_internal(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo_csot.py", line 108, in csot_wrapper
return func(self, *args, **kwargs)
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 1501, in _retry_internal
).run()
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 2347, in run
return self._read() if self._is_read else self._write()
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 2477, in _read
self._server = self._get_server()
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 2433, in _get_server
return self._client._select_server(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 1316, in _select_server
server = topology.select_server(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\topology.py", line 368, in select_server
server = self._select_server(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\topology.py", line 346, in _select_server
servers = self.select_servers(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\topology.py", line 253, in select_servers
server_descriptions = self._select_servers_loop(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\topology.py", line 303, in _select_servers_loop
raise ServerSelectionTimeoutError(
pymongo.errors.ServerSelectionTimeoutError: mti1mdu1njgzmde5ntc3nzy1ng.gxh9yw.qtsnrrhw58axxs0wbmzggf3_oif5yzw3y8nwo8:27017: [Errno 11001] getaddrinfo failed (configured timeouts: socketTimeoutMS: 20000.0ms, connectTimeoutMS: 20000.0ms), Timeout: 30s, Topology Description: <TopologyDescription id: 667efaaa91b981155e5aa50d, topology_type: Unknown, servers: [<ServerDescription ('mti1mdu1njgzmde5ntc3nzy1ng.gxh9yw.qtsnrrhw58axxs0wbmzggf3_oif5yzw3y8nwo8', 27017) server_type: Unknown, rtt: None, error=AutoReconnect('mti1mdu1njgzmde5ntc3nzy1ng.gxh9yw.qtsnrrhw58axxs0wbmzggf3_oif5yzw3y8nwo8:27017: [Errno 11001] getaddrinfo failed (configured timeouts: socketTimeoutMS: 20000.0ms, connectTimeoutMS: 20000.0ms)')>]>
Ignoring exception in on_voice_state_update
Traceback (most recent call last):
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\disnake\client.py", line 703, in _run_event
await coro(*args, **kwargs)
File "c:\Users\corny\OneDrive\Desktop\Events\cogs\event-create.py", line 999, in viewers
if not await eventvoice.find_one({"voice": after.channel.id}):
File "C:\Program Files\Python310\lib\concurrent\futures\thread.py", line 52, in run
result = self.fn(*self.args, **self.kwargs)
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\collection.py", line 1495, in find_one
for result in cursor.limit(-1):
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\cursor.py", line 1243, in next
if len(self.__data) or self._refresh():
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\cursor.py", line 1160, in _refresh
self.__send_message(q)
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\cursor.py", line 1039, in __send_message
response = client._run_operation(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo_csot.py", line 108, in csot_wrapper
return func(self, *args, **kwargs)
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 1425, in _run_operation
return self._retryable_read(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 1534, in _retryable_read
return self._retry_internal(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo_csot.py", line 108, in csot_wrapper
return func(self, *args, **kwargs)
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 1501, in _retry_internal
).run()
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 2347, in run
return self._read() if self._is_read else self._write()
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 2477, in _read
self._server = self._get_server()
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 2433, in _get_server
return self._client._select_server(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 1316, in _select_server
server = topology.select_server(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\topology.py", line 368, in select_server
server = self._select_server(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\topology.py", line 346, in _select_server
servers = self.select_servers(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\topology.py", line 253, in select_servers
server_descriptions = self._select_servers_loop(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\topology.py", line 303, in _select_servers_loop
raise ServerSelectionTimeoutError(
pymongo.errors.ServerSelectionTimeoutError: mti1mdu1njgzmde5ntc3nzy1ng.gxh9yw.qtsnrrhw58axxs0wbmzggf3_oif5yzw3y8nwo8:27017: [Errno 11001] getaddrinfo failed (configured timeouts: socketTimeoutMS: 20000.0ms, connectTimeoutMS: 20000.0ms), Timeout: 30s, Topology Description: <TopologyDescription id: 667efaaa91b981155e5aa50d, topology_type: Unknown, servers: [<ServerDescription ('mti1mdu1njgzmde5ntc3nzy1ng.gxh9yw.qtsnrrhw58axxs0wbmzggf3_oif5yzw3y8nwo8', 27017) server_type: Unknown, rtt: None, error=AutoReconnect('mti1mdu1njgzmde5ntc3nzy1ng.gxh9yw.qtsnrrhw58axxs0wbmzggf3_oif5yzw3y8nwo8:27017: [Errno 11001] getaddrinfo failed (configured timeouts: socketTimeoutMS: 20000.0ms, connectTimeoutMS: 20000.0ms)')>]>
Ignoring exception in on_voice_state_update
Traceback (most recent call last):
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\disnake\client.py", line 703, in _run_event
await coro(*args, **kwargs)
File "c:\Users\corny\OneDrive\Desktop\Events\cogs\event-create.py", line 999, in viewers
if not await eventvoice.find_one({"voice": after.channel.id}):
File "C:\Program Files\Python310\lib\concurrent\futures\thread.py", line 52, in run
result = self.fn(*self.args, **self.kwargs)
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\collection.py", line 1495, in find_one
for result in cursor.limit(-1):
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\cursor.py", line 1243, in next
if len(self.__data) or self._refresh():
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\cursor.py", line 1160, in _refresh
self.__send_message(q)
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\cursor.py", line 1039, in __send_message
response = client._run_operation(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo_csot.py", line 108, in csot_wrapper
return func(self, *args, **kwargs)
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 1425, in _run_operation
return self._retryable_read(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 1534, in _retryable_read
return self._retry_internal(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo_csot.py", line 108, in csot_wrapper
return func(self, *args, **kwargs)
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 1501, in _retry_internal
).run()
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 2347, in run
return self._read() if self._is_read else self._write()
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 2477, in _read
self._server = self._get_server()
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 2433, in _get_server
return self._client._select_server(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 1316, in _select_server
server = topology.select_server(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\topology.py", line 368, in select_server
server = self._select_server(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\topology.py", line 346, in _select_server
servers = self.select_servers(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\topology.py", line 253, in select_servers
server_descriptions = self._select_servers_loop(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\topology.py", line 303, in _select_servers_loop
raise ServerSelectionTimeoutError(
pymongo.errors.ServerSelectionTimeoutError: mti1mdu1njgzmde5ntc3nzy1ng.gxh9yw.qtsnrrhw58axxs0wbmzggf3_oif5yzw3y8nwo8:27017: [Errno 11001] getaddrinfo failed (configured timeouts: socketTimeoutMS: 20000.0ms, connectTimeoutMS: 20000.0ms), Timeout: 30s, Topology Description: <TopologyDescription id: 667efaaa91b981155e5aa50d, topology_type: Unknown, servers: [<ServerDescription ('mti1mdu1njgzmde5ntc3nzy1ng.gxh9yw.qtsnrrhw58axxs0wbmzggf3_oif5yzw3y8nwo8', 27017) server_type: Unknown, rtt: None, error=AutoReconnect('mti1mdu1njgzmde5ntc3nzy1ng.gxh9yw.qtsnrrhw58axxs0wbmzggf3_oif5yzw3y8nwo8:27017: [Errno 11001] getaddrinfo failed (configured timeouts: socketTimeoutMS: 20000.0ms, connectTimeoutMS: 20000.0ms)')>]>
Ignoring exception in on_voice_state_update
Traceback (most recent call last):
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\disnake\client.py", line 703, in _run_event
await coro(*args, **kwargs)
File "c:\Users\corny\OneDrive\Desktop\Events\cogs\event-create.py", line 999, in viewers
if not await eventvoice.find_one({"voice": after.channel.id}):
File "C:\Program Files\Python310\lib\concurrent\futures\thread.py", line 52, in run
result = self.fn(*self.args, **self.kwargs)
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\collection.py", line 1495, in find_one
for result in cursor.limit(-1):
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\cursor.py", line 1243, in next
if len(self.__data) or self._refresh():
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\cursor.py", line 1160, in _refresh
self.__send_message(q)
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\cursor.py", line 1039, in __send_message
response = client._run_operation(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo_csot.py", line 108, in csot_wrapper
return func(self, *args, **kwargs)
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 1425, in _run_operation
return self._retryable_read(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 1534, in _retryable_read
return self._retry_internal(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo_csot.py", line 108, in csot_wrapper
return func(self, *args, **kwargs)
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 1501, in _retry_internal
).run()
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 2347, in run
return self._read() if self._is_read else self._write()
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 2477, in _read
self._server = self._get_server()
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 2433, in _get_server
return self._client._select_server(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 1316, in _select_server
server = topology.select_server(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\topology.py", line 368, in select_server
server = self._select_server(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\topology.py", line 346, in _select_server
servers = self.select_servers(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\topology.py", line 253, in select_servers
server_descriptions = self._select_servers_loop(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\topology.py", line 303, in _select_servers_loop
raise ServerSelectionTimeoutError(
pymongo.errors.ServerSelectionTimeoutError: mti1mdu1njgzmde5ntc3nzy1ng.gxh9yw.qtsnrrhw58axxs0wbmzggf3_oif5yzw3y8nwo8:27017: [Errno 11001] getaddrinfo failed (configured timeouts: socketTimeoutMS: 20000.0ms, connectTimeoutMS: 20000.0ms), Timeout: 30s, Topology Description: <TopologyDescription id: 667efaaa91b981155e5aa50d, topology_type: Unknown, servers: [<ServerDescription ('mti1mdu1njgzmde5ntc3nzy1ng.gxh9yw.qtsnrrhw58axxs0wbmzggf3_oif5yzw3y8nwo8', 27017) server_type: Unknown, rtt: None, error=AutoReconnect('mti1mdu1njgzmde5ntc3nzy1ng.gxh9yw.qtsnrrhw58axxs0wbmzggf3_oif5yzw3y8nwo8:27017: [Errno 11001] getaddrinfo failed (configured timeouts: socketTimeoutMS: 20000.0ms, connectTimeoutMS: 20000.0ms)')>]>
Ignoring exception in on_voice_state_update
Traceback (most recent call last):
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\disnake\client.py", line 703, in _run_event
await coro(*args, **kwargs)
File "c:\Users\corny\OneDrive\Desktop\Events\cogs\event-create.py", line 999, in viewers
if not await eventvoice.find_one({"voice": after.channel.id}):
File "C:\Program Files\Python310\lib\concurrent\futures\thread.py", line 52, in run
result = self.fn(*self.args, **self.kwargs)
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\collection.py", line 1495, in find_one
for result in cursor.limit(-1):
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\cursor.py", line 1243, in next
if len(self.__data) or self._refresh():
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\cursor.py", line 1160, in _refresh
self.__send_message(q)
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\cursor.py", line 1039, in __send_message
response = client._run_operation(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo_csot.py", line 108, in csot_wrapper
return func(self, *args, **kwargs)
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 1425, in _run_operation
return self._retryable_read(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 1534, in _retryable_read
return self._retry_internal(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo_csot.py", line 108, in csot_wrapper
return func(self, *args, **kwargs)
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 1501, in _retry_internal
).run()
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 2347, in run
return self._read() if self._is_read else self._write()
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 2477, in _read
self._server = self._get_server()
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 2433, in _get_server
return self._client._select_server(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 1316, in _select_server
server = topology.select_server(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\topology.py", line 368, in select_server
server = self._select_server(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\topology.py", line 346, in _select_server
servers = self.select_servers(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\topology.py", line 253, in select_servers
server_descriptions = self._select_servers_loop(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\topology.py", line 303, in _select_servers_loop
raise ServerSelectionTimeoutError(
pymongo.errors.ServerSelectionTimeoutError: mti1mdu1njgzmde5ntc3nzy1ng.gxh9yw.qtsnrrhw58axxs0wbmzggf3_oif5yzw3y8nwo8:27017: [Errno 11001] getaddrinfo failed (configured timeouts: socketTimeoutMS: 20000.0ms, connectTimeoutMS: 20000.0ms), Timeout: 30s, Topology Description: <TopologyDescription id: 667efaaa91b981155e5aa50d, topology_type: Unknown, servers: [<ServerDescription ('mti1mdu1njgzmde5ntc3nzy1ng.gxh9yw.qtsnrrhw58axxs0wbmzggf3_oif5yzw3y8nwo8', 27017) server_type: Unknown, rtt: None, error=AutoReconnect('mti1mdu1njgzmde5ntc3nzy1ng.gxh9yw.qtsnrrhw58axxs0wbmzggf3_oif5yzw3y8nwo8:27017: [Errno 11001] getaddrinfo failed (configured timeouts: socketTimeoutMS: 20000.0ms, connectTimeoutMS: 20000.0ms)')>]>
Ignoring exception in on_voice_state_update
Traceback (most recent call last):
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\disnake\client.py", line 703, in _run_event
await coro(*args, **kwargs)
File "c:\Users\corny\OneDrive\Desktop\Events\cogs\event-create.py", line 999, in viewers
if not await eventvoice.find_one({"voice": after.channel.id}):
File "C:\Program Files\Python310\lib\concurrent\futures\thread.py", line 52, in run
result = self.fn(*self.args, **self.kwargs)
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\collection.py", line 1495, in find_one
for result in cursor.limit(-1):
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\cursor.py", line 1243, in next
if len(self.__data) or self._refresh():
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\cursor.py", line 1160, in _refresh
self.__send_message(q)
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\cursor.py", line 1039, in __send_message
response = client._run_operation(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo_csot.py", line 108, in csot_wrapper
return func(self, *args, **kwargs)
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 1425, in _run_operation
return self._retryable_read(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 1534, in _retryable_read
return self._retry_internal(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo_csot.py", line 108, in csot_wrapper
return func(self, *args, **kwargs)
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 1501, in _retry_internal
).run()
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 2347, in run
return self._read() if self._is_read else self._write()
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 2477, in _read
self._server = self._get_server()
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 2433, in _get_server
return self._client._select_server(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 1316, in _select_server
server = topology.select_server(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 2477, in _read
self._server = self._get_server()
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 2433, in _get_server
return self._client._select_server(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\mongo_client.py", line 1316, in _select_server
server = topology.select_server(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\topology.py", line 368, in select_server
server = self._select_server(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\topology.py", line 346, in _select_server
servers = self.select_servers(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\topology.py", line 253, in select_servers
server_descriptions = self._select_servers_loop(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\pymongo\topology.py", line 303, in _select_servers_loop
raise ServerSelectionTimeoutError(
pymongo.errors.ServerSelectionTimeoutError: mti1mdu1njgzmde5ntc3nzy1ng.gxh9yw.qtsnrrhw58axxs0wbmzggf3_oif5yzw3y8nwo8:27017: [Errno 11001] getaddrinfo failed (configured timeouts: socketTimeoutMS: 20000.0ms, connectTimeoutMS: 20000.0ms), Timeout: 30s, Topology Description: <TopologyDescription id: 667efaaa91b981155e5aa50d, topology_type: Unknown, servers: [<ServerDescription ('mti1mdu1njgzmde5ntc3nzy1ng.gxh9yw.qtsnrrhw58axxs0wbmzggf3_oif5yzw3y8nwo8', 27017) server_type: Unknown, rtt: None, error=AutoReconnect('mti1mdu1njgzmde5ntc3nzy1ng.gxh9yw.qtsnrrhw58axxs0wbmzggf3_oif5yzw3y8nwo8:27017: [Errno 11001] getaddrinfo failed (configured timeouts: socketTimeoutMS: 20000.0ms, connectTimeoutMS: 20000.0ms)')>]>

У меня оишбка появилась

Traceback (most recent call last):
File "c:\Users\corny\OneDrive\Desktop\Events\main.py", line 12, in
client = commands.Bot(command_prefix='s!123dlks', intents=disnake.Intents.all(
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\disnake\ext\commands\bot_base.py", line 130, in init
super().init(**options)
File "C:\Users\corny\AppData\Roaming\Python\Python310\site-packages\disnake\ext\commands\interaction_bot_base.py", line 154, in init
raise ValueError("test_guilds must be a sequence of int.")
ValueError: test_guilds must be a sequence of int.

ошибка при обращение к монго

Traceback (most recent call last):
File "C:\Users\arina\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\disnake\ui\view.py", line
385, in _scheduled_task
await item.callback(interaction)
File "c:\Users\arina\OneDrive\Рабочий стол\Disnake-events-bot-main\cogs\event-create.py", line 707, in callback
if await staff.find_one({"id": interaction.author.id}) is None:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.11_3.11.2544.0_x64__qbz5n2kfra8p0\Lib\concurrent\futures\thread.py", line 58, in run
result = self.fn(*self.args, **self.kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\arina\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\pymongo\collection.py", line 1495, in find_one
for result in cursor.limit(-1):
File "C:\Users\arina\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\pymongo\cursor.py", line 1243, in next
if len(self.__data) or self._refresh():
^^^^^^^^^^^^^^^
File "C:\Users\arina\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\pymongo\cursor.py", line 1160, in _refresh
self.__send_message(q)
File "C:\Users\arina\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\pymongo\cursor.py", line 1039, in __send_message
response = client._run_operation(
^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\arina\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\pymongo_csot.py", line 108, in csot_wrapper
return func(self, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\arina\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\pymongo\mongo_client.py",
line 1425, in _run_operation
return self._retryable_read(
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\arina\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\pymongo\mongo_client.py",
line 1534, in _retryable_read
return self._retry_internal(
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\arina\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\pymongo_csot.py", line 108, in csot_wrapper
return func(self, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\arina\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\pymongo\mongo_client.py",
line 1501, in _retry_internal
).run()
^^^^^
File "C:\Users\arina\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\pymongo\mongo_client.py",
line 2347, in run
return self._read() if self._is_read else self._write()
^^^^^^^^^^^^
File "C:\Users\arina\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\pymongo\mongo_client.py",
line 2479, in _read
with self._client._conn_from_server(self._read_pref, self._server, self._session) as (
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.11_3.11.2544.0_x64__qbz5n2kfra8p0\Lib\contextlib.py", line 137, in enter
return next(self.gen)
^^^^^^^^^^^^^^
File "C:\Users\arina\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\pymongo\mongo_client.py",
line 1351, in _conn_from_server
with self._checkout(server, session) as conn:
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.11_3.11.2544.0_x64__qbz5n2kfra8p0\Lib\contextlib.py", line 137, in enter
return next(self.gen)
^^^^^^^^^^^^^^
File "C:\Users\arina\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\pymongo\mongo_client.py",
line 1260, in _checkout
with server.checkout(handler=err_handler) as conn:
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.11_3.11.2544.0_x64__qbz5n2kfra8p0\Lib\contextlib.py", line 137, in enter
return next(self.gen)
^^^^^^^^^^^^^^
File "C:\Users\arina\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\pymongo\pool.py", line 1763, in checkout
conn = self._get_conn(checkout_started_time, handler=handler)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\arina\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\pymongo\pool.py", line 1921, in _get_conn
conn = self.connect(handler=handler)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\arina\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\pymongo\pool.py", line 1725, in connect
conn.authenticate()
File "C:\Users\arina\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\pymongo\pool.py", line 1098, in authenticate
auth.authenticate(creds, self, reauthenticate=reauthenticate)
File "C:\Users\arina\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\pymongo\auth.py", line 656, in authenticate
auth_func(credentials, conn)
File "C:\Users\arina\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\pymongo\auth.py", line 560, in _authenticate_default
return _authenticate_scram(credentials, conn, "SCRAM-SHA-1")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\arina\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\pymongo\auth.py", line 338, in _authenticate_scram
res = conn.command(source, cmd)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\arina\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\pymongo\helpers.py", line
342, in inner
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\arina\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\pymongo\pool.py", line 988, in command
return command(
^^^^^^^^
File "C:\Users\arina\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\pymongo\network.py", line
212, in command
helpers._check_command_response(
File "C:\Users\arina\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\pymongo\helpers.py", line 248,
in _check_command_response
raise OperationFailure(errmsg, code, response, max_wire_version)
pymongo.errors.OperationFailure: bad auth : authentication failed, full error: {'ok': 0, 'errmsg': 'bad auth : authentication failed', 'code': 8000, 'codeName': 'AtlasError'}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.