question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error: guilds.json not found

See original GitHub issue

Problem:

Here, write up a brief description about the error you are facing.

Steps to Reproduce:

Literally just run the file

config.json:

{
   "token": "*************************************************",
   "command_prefix": "P^",
   "priority": [
      "Groudon",
	  "Mew",
      "Machop",
      "Staryu"
   ],
   "avoid": [],
   "catch_rate": 100,
   "delay": 3,
   "delay_on_priority": false,
   "restrict_duplicates": true,
   "max_duplicates": 2,
   "blacklists": [],
   "whitelists": [],
   "blacklist_guilds": [382316968394620938],
   "whitelist_guilds": [],
   "autolog": true,
   "update_checker": true,
   "auto_update": true,
   "autocatcher": false,
   "priority_only": false
}

Traceback and Screenshots:

Traceback (most recent call last):
  File "/Users/bloop/Desktop/PokeBall-SelfBot-Pokecord-Automation-master/launcher.py", line 18, in <module>

    bot = PokeBall(config_path, guild_path, pokelist_path, pokenames_path)

  File "/Users/bloop/Desktop/PokeBall-SelfBot-Pokecord-Automation-master/pokeball.py", line 20, in __init__

    with open(self.guild_path) as f:

FileNotFoundError: [Errno 2] No such file or directory: '/Users/bloop/Downloads/PokeBall-SelfBot-Pokecord-Automation-master/guilds.json'

This is the correct path but it says there is no file

Specs.

OS: Mac Version: Latest Python: 3.8

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
mikah42106commented, May 28, 2020

I am not paying $25 for something that I don’t even know if it works, why is there no help for non premium?

0reactions
Hyperclaw79commented, May 28, 2020

I don’t see what the problem is here. This is an open source repo. It’s not a paid service where help should be guaranteed. In fact, I’m providing enough relevant help through GitHub Issues. As for the proof of concept that the Premium Version works, I have the GIF, a tutorial video, the vast list of donors and the testimonials to show for it. If you can’t purchase it, that’s your personal preference, it’s not something you can complaint about.

And if you’re talking about the Help command, then that’s a premium version feature as well. It was coded after the public version became obsolete. I’m not obliged to revive the public version to include new features. This version is an MIT licensed open source project. Feel free to modify it as you see fit. But I won’t be accepting feature requests for it.

Read more comments on GitHub >

github_iconTop Results From Across the Web

My Bot Is Not Creating A File | Discord.py - Stack Overflow
FileNotFoundError can happen when the parent directories of your file don't exist (i.e. the json/guilds/db-gc folder). Also, it might be safer ...
Read more >
Badger_Discord_API/server.lua at main - GitHub
[404] = "Error - The resource at the location specified doesn't exist.", ... local data = json.decode(guild.data). if (data.icon:sub(1, ...
Read more >
Dependecies Problem - Troubleshooting - Guild AI
Dear all, I am new to Guild.ai I have a train file called train.py that needs as input a parameter (using argparse) that...
Read more >
Errors - discord.js Guide
A variety of reasons causes this: The bot and the user do not share a guild (often, people attempt to DM the user...
Read more >
discordgo - Go Packages
New("guild does not have an icon set") ErrGuildNoSplash = errors. ... []*Message `json:"-"` // A list of permission overwrites present for ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found