-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tracker for Adventure 4.0 issues #423
Comments
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This is still present but the rest above this comment should have been resolved with #425 - comment more if you find more please |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
Language typo?
https://cdn.discordapp.com/attachments/730089724668280862/1104946010255527956/image.png Shouldn't be "and"? y means and in spanish, but I can triple guarantee i have uninstalled the cog and reinstalled it. None of my old translation files exists anymore. Also the bot locale is in english for the record. EDIT: i've checked and my custom theme DIDNT had a I checked this file and there is not a string where two items were mentioned I copied but the issue persists. Seems the problem arises on the $weapon variable or the get_weapons method but I couln't figure what to do with it |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
So this happens because on the charactersheet |
But the bot locale is english in that server + discord client is also in english. changed it again to be sure and it's still showing spanish. |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
DEG item generation value is not working
|
This comment was marked as resolved.
This comment was marked as resolved.
Mostly happens on Traceback (most recent call last):
File "/MELON/lib/python3.11/site-packages/discord/ext/commands/core.py", line 229, in wrapped
ret = await coro(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/.local/share/Red-DiscordBot/data/MELON/cogs/CogManager/cogs/adventure/adventure.py", line 591, in _adventure
async with self.get_lock(user):
File "/usr/lib/python3.11/asyncio/locks.py", line 21, in __aexit__
self.release()
File "/usr/lib/python3.11/asyncio/locks.py", line 140, in release
raise RuntimeError('Lock is not acquired.')
RuntimeError: Lock is not acquired.
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/MELON/lib/python3.11/site-packages/discord/ext/commands/bot.py", line 1350, in invoke
await ctx.command.invoke(ctx)
File "/MELON/lib/python3.11/site-packages/discord/ext/commands/core.py", line 1023, in invoke
await injected(*ctx.args, **ctx.kwargs) # type: ignore
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/MELON/lib/python3.11/site-packages/discord/ext/commands/core.py", line 238, in wrapped
raise CommandInvokeError(exc) from exc
discord.ext.commands.errors.CommandInvokeError: Command raised an exception: RuntimeError: Lock is not acquired. |
Issue where all items except those equipped are deleted when rebirthing. Specifically ascended and legendary items with a valid DEG value. Opening loot one by one because of current issue with opening multiple chests at once not setting the correct DEG value. Bottom command demonstrates the items in inventory that are not equipped. Rebirthing and then checking inventory to demonstrate ascended items are gone and set items are still equipped. |
Edit: Sorry OP was unclear. I didn't have "traceback and the command you used to have the traceback occur" so I opened #438, I apologize. Complete these first
Command name!a / !adventure Expected BehaviorNormal spread of boss to general monsters. Current BehaviorAdventure version: 4.0.0 There is about an ~80% chance that anybody who starts an adventure will generate a Dragon / Boss encounter. Possible SolutionSteps to Reproduce
Context (Environment)This has caused users to become disinterested in the adventure game because it's extremely difficult to solo Dragon / Boss monsters and needing a raid call about 4+ times an hour to get anywhere is quite extreme. It's possible this drop rate has increased as one specific user has the ability to use hundreds of million/billion/trillion gold to NV and catapult their level to 800+ (of 1000?) Is boss rate tied to user level(s) at all? Yes, one user was able to NV multiple trillions of gold -- this might be an area to consider investigating of boss rates are tied to user levels / rank / etc somehow. Detailed DescriptionPossible Implementation |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
Leaderboard error?
|
[p]adventure skill reset does not work as a slash command, reset is not a proper subcommand Edit: guess it works if you put "reset" into the optional skill slot on the slash command but might be better as a real command |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
Bloodrage Drake needs a new image link |
Mobs images not loading despite image URL existing (not all mobs but many). |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
General todo: add readme link to install message |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
Looks like the imgur for
|
This comment was marked as resolved.
This comment was marked as resolved.
|
With the Traceback (most recent call last):
File "/home/max/redenv/lib/python3.11/site-packages/discord/ext/commands/core.py", line 235, in wrapped
ret = await coro(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/max/redbot/cogs/CogManager/cogs/adventure/class_abilities.py", line 940, in forge
newitem, roll = await self._to_forge(ctx, consumed, c)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/max/redbot/cogs/CogManager/cogs/adventure/class_abilities.py", line 1092, in _to_forge
item2 = consumed[1]
~~~~~~~~^^^
IndexError: list index out of range
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/home/max/redenv/lib/python3.11/site-packages/discord/ext/commands/bot.py", line 1366, in invoke
await ctx.command.invoke(ctx)
File "/home/max/redenv/lib/python3.11/site-packages/discord/ext/commands/core.py", line 1029, in invoke
await injected(*ctx.args, **ctx.kwargs) # type: ignore
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/max/redenv/lib/python3.11/site-packages/discord/ext/commands/core.py", line 244, in wrapped
raise CommandInvokeError(exc) from exc
discord.ext.commands.errors.CommandInvokeError: Command raised an exception: IndexError: list index out of range |
Traceback (most recent call last): The above exception was the direct cause of the following exception: Traceback (most recent call last): The above exception was the direct cause of the following exception: Traceback (most recent call last): |
With Traceback (most recent call last):
File "/home/ubuntu/redenv/lib/python3.11/site-packages/discord/ext/commands/core.py", line 235, in wrapped
ret = await coro(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/ubuntu/.local/share/Red-DiscordBot/data/astra/cogs/CogManager/cogs/adventure/class_abilities.py", line 935, in forge
await menu.message.edit(view=None)
File "/home/ubuntu/redenv/lib/python3.11/site-packages/discord/message.py", line 2561, in edit
data = await self._state.http.edit_message(self.channel.id, self.id, params=params)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/ubuntu/redenv/lib/python3.11/site-packages/discord/http.py", line 754, in request
raise NotFound(response, data)
discord.errors.NotFound: 404 Not Found (error code: 10008): Unknown Message
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/home/ubuntu/redenv/lib/python3.11/site-packages/discord/ext/commands/bot.py", line 1366, in invoke
await ctx.command.invoke(ctx)
File "/home/ubuntu/redenv/lib/python3.11/site-packages/discord/ext/commands/core.py", line 1029, in invoke
await injected(*ctx.args, **ctx.kwargs) # type: ignore
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/ubuntu/redenv/lib/python3.11/site-packages/discord/ext/commands/core.py", line 244, in wrapped
raise CommandInvokeError(exc) from exc
discord.ext.commands.errors.CommandInvokeError: Command raised an exception: NotFound: 404 Not Found (error code: 10008): Unknown Message
|
Equip ( Traceback (most recent call last):
File "/home/ubuntu/redenv/lib/python3.11/site-packages/discord/ext/commands/core.py", line 235, in wrapped
ret = await coro(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/ubuntu/.local/share/Red-DiscordBot/data/astra/cogs/CogManager/cogs/adventure/character.py", line 409, in equip
await ctx.invoke(self.backpack_equip, equip_item=item)
File "/home/ubuntu/redenv/lib/python3.11/site-packages/discord/ext/commands/context.py", line 337, in invoke
return await command(self, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/ubuntu/redenv/lib/python3.11/site-packages/discord/ext/commands/core.py", line 588, in __call__
return await self.callback(self.cog, context, *args, **kwargs) # type: ignore
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/ubuntu/.local/share/Red-DiscordBot/data/astra/cogs/CogManager/cogs/adventure/backpack.py", line 287, in backpack_equip
await ctx.send(box(equip_msg, lang="ansi"))
^^^^^^^^^
UnboundLocalError: cannot access local variable 'equip_msg' where it is not associated with a value
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/home/ubuntu/redenv/lib/python3.11/site-packages/discord/ext/commands/bot.py", line 1366, in invoke
await ctx.command.invoke(ctx)
File "/home/ubuntu/redenv/lib/python3.11/site-packages/discord/ext/commands/core.py", line 1029, in invoke
await injected(*ctx.args, **ctx.kwargs) # type: ignore
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/ubuntu/redenv/lib/python3.11/site-packages/discord/ext/commands/core.py", line 244, in wrapped
raise CommandInvokeError(exc) from exc
discord.ext.commands.errors.CommandInvokeError: Command raised an exception: UnboundLocalError: cannot access local variable 'equip_msg' where it is not associated with a value
The command was run right after |
Hello, please write your issues below in a comment with your traceback and the command you used to have the traceback occur or reproduction steps. Thanks for reporting.
Superceded comments
give item
level arg, level given seems to be ignored (may be related to dev id list?, didn't test with alternate account)give loot
help formatting for rarity levels - can that be improved?give item
help[23:44:06] ERROR [red] UnboundLocalError
Traceback (most recent call last)
/.../python3.11/site-packages/discord/ext/commands/core.py:229 in wrapped
❱ 229 ret = await coro(*args, **kwargs)
/.../CogManager/cogs/adventure/class_abilities.py:107 in heroclass
❱ 107 currency_name=currency_name,
clz=clz.ansi(classes[clz.class_name]["name"])
UnboundLocalError: cannot access local variable 'classes' where it is not associated with a value
The text was updated successfully, but these errors were encountered: