Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

heroku doesn't execute my code exactly as my terminal/node would. #20

Closed
Jytesh opened this issue Jan 21, 2020 · 5 comments
Closed

heroku doesn't execute my code exactly as my terminal/node would. #20

Jytesh opened this issue Jan 21, 2020 · 5 comments

Comments

@Jytesh
Copy link

Jytesh commented Jan 21, 2020

ill try to explain, first as soon as the message is received a skin js object is built and sent to this functionretrieveskin), an embed(think a loading animation) is sent and that message is stored.Then canvas makes an image for me(which takes some time mind it) using the skin object(different image for each command) so once that image is build, the loading embed is deleted and the new one is sent, if the image fails to build the Error Time Out function(after 10 seconds) is called, and the loading embed becomes an error embed
https://hastebin.com/pimovaxila.js - The embed gets deleted after my image is sent, if i use node in my terminal, but it won't get deleted if i use heroku(sometimes)

@danielleadams
Copy link
Contributor

Hi @Jytesh - is this for something you are running on Heroku, or are you testing with cloud native buildpacks? If this is something on Heroku - you'll want to open an Issue here: https://github.com/heroku/heroku-buildpack-nodejs, or I would advise opening a support ticket here: https://help.heroku.com/.

@Jytesh
Copy link
Author

Jytesh commented Jan 30, 2020

Its something I am running on heroku with nodejs buildpack

@danielleadams
Copy link
Contributor

Okay, this is the wrong buildpack then. Heroku uses this buildpack: https://github.com/heroku/heroku-buildpack-nodejs. If you open an issue there, I can address it and close this one.

@Jytesh
Copy link
Author

Jytesh commented Feb 9, 2020

Okay, this is the wrong buildpack then. Heroku uses this buildpack: https://github.com/heroku/heroku-buildpack-nodejs. If you open an issue there, I can address it and close this one.

heroku/heroku-buildpack-nodejs#738 (comment)

@Jytesh Jytesh closed this as completed Feb 9, 2020
@danielleadams
Copy link
Contributor

@Jytesh thanks. I'll take a look.

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

No branches or pull requests

2 participants