Giter Site home page Giter Site logo

thecogcollective / discord_game_library Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 5.0 73 KB

A discord cog for creating user game lists, finding game list intersections, and some more stuff.

License: MIT License

Python 100.00%
discord discord-bot discord-py game gamelibrary games redbot redbot-cogs steam

discord_game_library's People

Contributors

alchez avatar fossabot avatar vjfalk avatar

Stargazers

 avatar

Watchers

 avatar  avatar

discord_game_library's Issues

FileNotFoundError

Exception in command 'game'
Traceback (most recent call last):
File "lib/discord/ext/commands/core.py", line 50, in wrapped
ret = yield from coro(*args, **kwargs)
File "/cogs/game.py", line 22, in game
suggestions = get_suggestions(get_all_users(ctx))
File "/cogs/game.py", line 310, in get_suggestions
game_list = get_games()
File "/cogs/game.py", line 246, in get_games
games = dataIO.load_json("data/game/games.json")
File "/cogs/utils/dataIO.py", line 32, in load_json
return self._read_json(filename)
File "/cogs/utils/dataIO.py", line 45, in _read_json
with open(filename, encoding='utf-8', mode="r") as f:
FileNotFoundError: [Errno 2] No such file or directory: 'data/game/games.json'

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

Traceback (most recent call last):
File "lib/discord/ext/commands/bot.py", line 846, in process_commands
yield from command.invoke(ctx)
File "lib/discord/ext/commands/core.py", line 630, in invoke
yield from injected(*ctx.args, **ctx.kwargs)
File "lib/discord/ext/commands/core.py", line 54, in wrapped
raise CommandInvokeError(e) from e
discord.ext.commands.errors.CommandInvokeError: Command raised an exception: FileNotFoundError: [Errno 2] No such file or directory: 'data/game/games.json'

also

Exception in command 'game steamlink'
Traceback (most recent call last):
File "lib/discord/ext/commands/core.py", line 50, in wrapped
ret = yield from coro(*args, **kwargs)
File "/cogs/game.py", line 190, in steamlink
ids = get_steam_ids()
File "/cogs/game.py", line 260, in get_steam_ids
return dataIO.load_json("data/game/steamids.json")
File "/cogs/utils/dataIO.py", line 32, in load_json
return self._read_json(filename)
File "/cogs/utils/dataIO.py", line 45, in _read_json
with open(filename, encoding='utf-8', mode="r") as f:
FileNotFoundError: [Errno 2] No such file or directory: 'data/game/steamids.json'

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

Traceback (most recent call last):
File "lib/discord/ext/commands/bot.py", line 846, in process_commands
yield from command.invoke(ctx)
File "lib/discord/ext/commands/core.py", line 634, in invoke
yield from ctx.invoked_subcommand.invoke(ctx)
File "lib/discord/ext/commands/core.py", line 374, in invoke
yield from injected(*ctx.args, **ctx.kwargs)
File "lib/discord/ext/commands/core.py", line 54, in wrapped
raise CommandInvokeError(e) from e
discord.ext.commands.errors.CommandInvokeError: Command raised an exception: FileNotFoundError: [Errno 2] No such file or directory: 'data/game/steamids.json'

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.