lucy💫
lucy💫
Explore posts from servers
RRailway
Created by lucy💫 on 2/15/2023 in #✋|help
why am I getting this error sometimes even though the code works perfectly fine?
I have a confessions system set up for my server and it works fine but at times it doesn’t work and keeps sending this error. What does it mean and how do I fix it? Or do I just ignore it?
Traceback (most recent call last):
File "/app/bobert/plugins/listeners/confess.py", line 99, in on_message
await message.delete()
File "/opt/venv/lib/python3.9/site-packages/hikari/messages.py", line 1079, in delete
await self.app.rest.delete_message(self.channel_id, self.id)
File "/opt/venv/lib/python3.9/site-packages/hikari/impl/rest.py", line 1456, in delete_message
await self._request(route)
File "/opt/venv/lib/python3.9/site-packages/hikari/impl/rest.py", line 800, in _request
await self._handle_error_response(response)
File "/opt/venv/lib/python3.9/site-packages/hikari/impl/rest.py", line 822, in _handle_error_response
raise await net.generate_error_response(response)
hikari.errors.NotFoundError: Not Found 404: (10008) 'Unknown Message' for https://discord.com/api/v10/channels/806649868314869760/messages/1075282061469941820
Traceback (most recent call last):
File "/app/bobert/plugins/listeners/confess.py", line 99, in on_message
await message.delete()
File "/opt/venv/lib/python3.9/site-packages/hikari/messages.py", line 1079, in delete
await self.app.rest.delete_message(self.channel_id, self.id)
File "/opt/venv/lib/python3.9/site-packages/hikari/impl/rest.py", line 1456, in delete_message
await self._request(route)
File "/opt/venv/lib/python3.9/site-packages/hikari/impl/rest.py", line 800, in _request
await self._handle_error_response(response)
File "/opt/venv/lib/python3.9/site-packages/hikari/impl/rest.py", line 822, in _handle_error_response
raise await net.generate_error_response(response)
hikari.errors.NotFoundError: Not Found 404: (10008) 'Unknown Message' for https://discord.com/api/v10/channels/806649868314869760/messages/1075282061469941820
14 replies
RRailway
Created by lucy💫 on 2/6/2023 in #✋|help
deployment crashes and says 'Error: Cannot find module '/app/index.js''
me again, so my bot worked for like one min but then the deployment stopped working and gave me that error. idk why when it should work fine. https://github.com/st1xkz/jarvis
51 replies
RRailway
Created by lucy💫 on 2/6/2023 in #✋|help
newly deployed project failed instantly on committing and pushing code to github
i have a basic bot i just committed and pushed to github thats using djs and when i deployed it, it failed. idk what happened really.
10 replies
RRailway
Created by lucy💫 on 12/13/2022 in #✋|help
two instances
12 replies
RRailway
Created by lucy💫 on 11/17/2022 in #✋|help
using a database with railway
Can I use aiosqlite as a database with railway? My friend said it wouldn’t work because it will just delete the data every time but I’m not sure if that’s true.
4 replies
RRailway
Created by lucy💫 on 11/14/2022 in #✋|help
getting rate limited?
what does this error mean? sometimes i get it and other times i dont and how do I fix it? Also does railway use shared clusters and is this ip banning? Project-id: n/a
Traceback (most recent call last):
File "/app/bobert/core/errors.py", line 55, in on_error
await event.context.respond(
File "/opt/venv/lib/python3.9/site-packages/lightbulb/context/base.py", line 579, in respond
await self._interaction.create_initial_response(**kwargs)
File "/opt/venv/lib/python3.9/site-packages/hikari/interactions/base_interactions.py", line 376, in create_initial_response
await self.app.rest.create_interaction_response(
File "/opt/venv/lib/python3.9/site-packages/hikari/impl/rest.py", line 3794, in create_interaction_response
await self._request(route, json=body, no_auth=True)
File "/opt/venv/lib/python3.9/site-packages/hikari/impl/rest.py", line 774, in _request
await self._parse_ratelimits(compiled_route, response, live_attributes)
File "/opt/venv/lib/python3.9/site-packages/hikari/impl/rest.py", line 905, in _parse_ratelimits
body_retry_after = float(body["retry_after"])
KeyError: 'retry_after'
Traceback (most recent call last):
File "/app/bobert/core/errors.py", line 55, in on_error
await event.context.respond(
File "/opt/venv/lib/python3.9/site-packages/lightbulb/context/base.py", line 579, in respond
await self._interaction.create_initial_response(**kwargs)
File "/opt/venv/lib/python3.9/site-packages/hikari/interactions/base_interactions.py", line 376, in create_initial_response
await self.app.rest.create_interaction_response(
File "/opt/venv/lib/python3.9/site-packages/hikari/impl/rest.py", line 3794, in create_interaction_response
await self._request(route, json=body, no_auth=True)
File "/opt/venv/lib/python3.9/site-packages/hikari/impl/rest.py", line 774, in _request
await self._parse_ratelimits(compiled_route, response, live_attributes)
File "/opt/venv/lib/python3.9/site-packages/hikari/impl/rest.py", line 905, in _parse_ratelimits
body_retry_after = float(body["retry_after"])
KeyError: 'retry_after'
3 replies
RRailway
Created by lucy💫 on 11/4/2022 in #✋|help
pausing a project for the time being
how do i pause my projects so i don't use anymore of my hours? and would i be able to turn the project back on again if i decide to?
3 replies
RRailway
Created by lucy💫 on 10/25/2022 in #✋|help
deployment not working
24 replies
RRailway
Created by lucy💫 on 10/22/2022 in #✋|help
Deployments paused
9 replies
RRailway
Created by lucy💫 on 9/29/2022 in #✋|help
version of python in railway
What version of python does railway use? Did it default to 3.8 or does it use 3.9?
17 replies
RRailway
Created by lucy💫 on 9/25/2022 in #✋|help
bot not starting and project always errors after building and deploying
10 replies
RRailway
Created by lucy💫 on 8/13/2022 in #✋|help
deployment not working when pushing code to GitHub
21 replies