Giter Site home page Giter Site logo

kennnyshiwa-cogs's People

Contributors

drapersniper avatar flame442 avatar issy avatar jackenmen avatar kennnyshiwa avatar kreusada avatar ltzmax avatar owocado avatar predaaa avatar tigattack avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

kennnyshiwa-cogs's Issues

Error with the ark cog

So, the cog is just saying "Error in command 'ark'. Check your console or logs for details."

Here's the log:
[2021-12-25 11:16:08] [ERROR] red: Exception in command 'ark'
Traceback (most recent call last):
File "C:\Users\server\AppData\Local\Programs\Python\Python38\lib\site-packages\aiohttp\connector.py", line 999, in _create_direct_connection
hosts = await asyncio.shield(host_resolved)
File "C:\Users\server\AppData\Local\Programs\Python\Python38\lib\site-packages\aiohttp\connector.py", line 865, in _resolve_host
addrs = await self._resolver.resolve(host, port, family=self._family)
File "C:\Users\server\AppData\Local\Programs\Python\Python38\lib\site-packages\aiohttp\resolver.py", line 31, in resolve
infos = await self._loop.getaddrinfo(
File "C:\Users\server\AppData\Local\Programs\Python\Python38\lib\asyncio\base_events.py", line 821, in getaddrinfo
return await self.run_in_executor(
File "C:\Users\server\AppData\Local\Programs\Python\Python38\lib\concurrent\futures\thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "C:\Users\server\AppData\Local\Programs\Python\Python38\lib\socket.py", line 918, in getaddrinfo
for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
socket.gaierror: [Errno 11001] getaddrinfo failed

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "C:\Users\server\AppData\Local\Programs\Python\Python38\lib\site-packages\discord\ext\commands\core.py", line 85, in wrapped
ret = await coro(*args, **kwargs)
File "C:\Users\server\AppData\Local\Red-DiscordBot\Red-DiscordBot\data\korkkiruuvi\cogs\CogManager\cogs\ark\ark.py", line 74, in ark
cpu_data = await self.do_lookup(query)
File "C:\Users\server\AppData\Local\Red-DiscordBot\Red-DiscordBot\data\korkkiruuvi\cogs\CogManager\cogs\ark\ark.py", line 35, in do_lookup
async with session.get(base_url % query) as r:
File "C:\Users\server\AppData\Local\Programs\Python\Python38\lib\site-packages\aiohttp\client.py", line 1117, in aenter
self._resp = await self._coro
File "C:\Users\server\AppData\Local\Programs\Python\Python38\lib\site-packages\aiohttp\client.py", line 520, in _request
conn = await self._connector.connect(
File "C:\Users\server\AppData\Local\Programs\Python\Python38\lib\site-packages\aiohttp\connector.py", line 535, in connect
proto = await self._create_connection(req, traces, timeout)
File "C:\Users\server\AppData\Local\Programs\Python\Python38\lib\site-packages\aiohttp\connector.py", line 892, in _create_connection
_, proto = await self._create_direct_connection(req, traces, timeout)
File "C:\Users\server\AppData\Local\Programs\Python\Python38\lib\site-packages\aiohttp\connector.py", line 1011, in _create_direct_connection
raise ClientConnectorError(req.connection_key, exc) from exc
aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host odata.intel.com:443 ssl:default [getaddrinfo failed]

[embedinvite] DM option

Hey,

I would like to see a global option to send the invites in a DM instead of in the server, what can be used to let the bot selfban him.

{Request}[AutoGallary] Channel link

Would it be possible to add a link to the channel the picture came from?
Possibly in the format of [channel Name]{direct link to post or just the overall channel}

AUTOGALLERY - Cannot change Gallery Channel after it has been set

The Gallery channel cannot be changed once it has been set for the first time.
The only way I was able to change the target channel was by stopping Red, navigating to the /Autogallery/settings.json, manually updating the channel information, and starting Red again.

Ideally, running the .gallerychannel command again would change the gallery channel to the newly specified channel
(Also, it would be nice to have multiple galleries per Guild)

[RequestBox] Abilty to add Images

Hey there, So we want to use requestbox in a way that also would require sending in images as we are kinda using it as a Severe bug gatherer so it would be helpful

[bug] lastfm cant load after new update.

[2021-04-12 16:13:24] [ERROR] red: Package loading failed
Traceback (most recent call last):
File "/root/redenv/lib/python3.8/site-packages/redbot/core/core_commands.py", line 171, in _load
await bot.load_extension(spec)
File "/root/redenv/lib/python3.8/site-packages/redbot/core/bot.py", line 1355, in load_extension
lib = spec.loader.load_module()
File "", line 462, in _check_name_wrapper
File "", line 962, in load_module
File "", line 787, in load_module
File "", line 265, in _load_module_shim
File "", line 702, in _load
File "", line 671, in _load_unlocked
File "", line 783, in exec_module
File "", line 219, in _call_with_frames_removed
File "/root/.local/share/Red-DiscordBot/data/candy/cogs/CogManager/cogs/lastfm/init.py", line 1, in
from .lastfm import LastFM
File "/root/.local/share/Red-DiscordBot/data/candy/cogs/CogManager/cogs/lastfm/lastfm.py", line 217
async def _api_request(
^
IndentationError: expected an indented block

[Tickets] Anyone can run setup

The ticket setup command has no limits on who can run the command. Ideally this should be limited to server admin.

Edited to add:
This is a potential security/privacy issue as the new roles and channels override the old ones. Also, inconvenient because there's a max limit on roles and channels, which could quickly be reached if a malicious user kept running the setup.

[ark] broken

That doesn't appear to be a vaild request is the result for every query

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.