Skip to content
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

Scrappy breaks when I reply with scrappy retry emoji to a reply. I cannot delete them from my profile. #468

Closed
SerenityUX opened this issue Jul 20, 2023 · 5 comments
Assignees

Comments

@SerenityUX
Copy link

https://hackclub.slack.com/archives/C01504DCLVD/p1689867897943449

@grymmy
Copy link
Contributor

grymmy commented Oct 21, 2023

@JosiasAurel Please coordinate with V205 in slack (if they'll accept responsibility) and attempt to reproduce this. If it is reproducible, please take ownership of the issue and fix it.

@V205Arduino
Copy link

I'll help with in a bit. (V205)

@JosiasAurel
Copy link
Contributor

JosiasAurel commented Oct 24, 2023

I observed scrappy will re-post the main post when I react with :scrapp-retry: and somehow crash with no obvious reason


2023-10-24T17:12:11.678959+00:00 heroku[router]: at=info method=POST path="/slack/events" host=scrappy.hackclub.com request_id=3dc89b42-ade1-42a1-8c76-be93ee1d95dd fwd="54.89.210.153" dyno=web.1 connect=0ms service=5ms status=200 bytes=131 protocol=https
2023-10-24T17:12:11.677431+00:00 heroku[router]: at=info method=POST path="/slack/events" host=scrappy.hackclub.com request_id=ce16b214-bad4-4f82-8c51-62f6498be0d6 fwd="34.204.174.206" dyno=web.1 connect=0ms service=0ms status=200 bytes=131 protocol=https
2023-10-24T17:12:15.930216+00:00 heroku[web.2]: State changed from crashed to starting
2023-10-24T17:12:23.652518+00:00 heroku[router]: at=info method=POST path="/slack/events" host=scrappy.hackclub.com request_id=06324fd2-0b19-4e42-9d9e-211295c2a784 fwd="34.239.112.255" dyno=web.1 connect=0ms service=1ms status=200 bytes=131 protocol=https
2023-10-24T17:12:24.151822+00:00 heroku[web.2]: Starting process with command `npm start`
2023-10-24T17:12:25.211199+00:00 heroku[router]: at=info method=POST path="/slack/events" host=scrappy.hackclub.com request_id=aa479c84-8eb7-486d-ad0c-aac72db3f39b fwd="3.214.184.4" dyno=web.1 connect=0ms service=1ms status=200 bytes=131 protocol=https
2023-10-24T17:12:26.495622+00:00 app[web.2]: 
2023-10-24T17:12:26.495633+00:00 app[web.2]: > @hackclub/scrappy-bot@1.0.0 start
2023-10-24T17:12:26.495633+00:00 app[web.2]: > node src/app.js
2023-10-24T17:12:26.495633+00:00 app[web.2]: 
2023-10-24T17:12:27.446722+00:00 heroku[web.2]: State changed from starting to up
2023-10-24T17:12:27.224517+00:00 app[web.2]: (node:20) NOTE: We are formalizing our plans to enter AWS SDK for JavaScript (v2) into maintenance mode in 2023.
2023-10-24T17:12:27.224544+00:00 app[web.2]: 
2023-10-24T17:12:27.224546+00:00 app[web.2]: Please migrate your code to use AWS SDK for JavaScript (v3).
2023-10-24T17:12:27.224553+00:00 app[web.2]: For more information, check the migration guide at https://a.co/7PzMCcy
2023-10-24T17:12:27.224553+00:00 app[web.2]: (Use `node --trace-warnings ...` to show where the warning was created)
2023-10-24T17:12:27.356479+00:00 app[web.2]: ⚡️ Scrappy is running !
2023-10-24T17:12:29.210100+00:00 heroku[router]: at=info method=POST path="/slack/events" host=scrappy.hackclub.com request_id=dae25156-cccf-45be-8d6c-ec2c14f0113c fwd="44.200.187.86" dyno=web.1 connect=0ms service=1ms status=200 bytes=131 protocol=https
2023-10-24T17:12:34.464180+00:00 heroku[router]: at=info method=POST path="/slack/events" host=scrappy.hackclub.com request_id=62b7ecde-bdb5-4b4e-95f2-4078e5654af5 fwd="34.205.247.73" dyno=web.2 connect=0ms service=7ms status=200 bytes=131 protocol=https
2023-10-24T17:12:35.084535+00:00 heroku[router]: at=info method=POST path="/slack/events" host=scrappy.hackclub.com request_id=83a0b21a-53b8-45fd-bd9f-191b0a06adbb fwd="3.86.106.59" dyno=web.1 connect=0ms service=1ms status=200 bytes=131 protocol=https
2023-10-24T17:13:04.147435+00:00 heroku[router]: at=info method=POST path="/slack/events" host=scrappy.hackclub.com request_id=1bf6f2b7-15f4-47d1-85e3-4d48320d1a30 fwd="18.212.98.229" dyno=web.1 connect=0ms service=1ms status=200 bytes=131 protocol=https
2023-10-24T17:13:04.756500+00:00 heroku[router]: at=info method=POST path="/slack/events" host=scrappy.hackclub.com request_id=5b11164d-dec1-4a66-9840-151b75475812 fwd="3.239.24.99" dyno=web.1 connect=0ms service=1ms status=200 bytes=131 protocol=https
2023-10-24T17:13:10.916516+00:00 heroku[router]: at=info method=POST path="/slack/events" host=scrappy.hackclub.com request_id=2e462791-7e7e-4038-b00c-0cc3335e352c fwd="3.238.251.154" dyno=web.2 connect=0ms service=2ms status=200 bytes=131 protocol=https

Edit: this error seems to be unrelated as it didn't occur after @V205Arduino tried

@V205Arduino
Copy link

I got the following when i tried:
No duplicate post(I think)
The normal message.

Seems to be working…..

@JosiasAurel JosiasAurel transferred this issue from hackclub/scrapbook Oct 27, 2023
@JosiasAurel
Copy link
Contributor

fixed since #469

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants