Git Product home page Git Product logo

Comments (17)

ZefianAlfian avatar ZefianAlfian commented on August 17, 2024 3

image
ngga bisa di scan :(

scan dj termux dulu kalo udah dapet session nya baru deploy, aku sih gitu

sebelumnya udh deploy bareng sessionnya, pas masuk ke Console 'npm start' trs minta scan lagi, yang buildpack udah fix

ngapain masuk ke console? bukannya pas di deploy udah langsung jalan otomatis? cek aja di logsnya

oiya bener, tapi sebentar lgsung mati

2021-01-31T05:19:53.084150+00:00 heroku[web.1]: Error R10 (Boot timeout) -> Web process failed to bind to $PORT within 60 seconds of launch
2021-01-31T05:19:53.100724+00:00 heroku[web.1]: Stopping process with SIGKILL
2021-01-31T05:19:53.165427+00:00 heroku[web.1]: Process exited with status 137
2021-01-31T05:19:53.206029+00:00 heroku[web.1]: State changed from starting to crashed

buka file Procfile ubah jadi

worker: node index.js

terus di cmd / termux bekas deploy nya jalan kan command

heroku scale worker=1

heroku ps:restart worker.1

from wabot-aq.

ZefianAlfian avatar ZefianAlfian commented on August 17, 2024

bang kok pas saya deploy di heroku ngak bisa ya?

gabisa gimana? kalo ada errornya coba kirim mungkin bisa bantu

from wabot-aq.

ariffb25 avatar ariffb25 commented on August 17, 2024

cara pasang buildpack nya gmn ya?

from wabot-aq.

ariffb25 avatar ariffb25 commented on August 17, 2024

image

ngga bisa di scan :(

from wabot-aq.

ZefianAlfian avatar ZefianAlfian commented on August 17, 2024

image

ngga bisa di scan :(

scan dj termux dulu kalo udah dapet session nya baru deploy, aku sih gitu

from wabot-aq.

ZefianAlfian avatar ZefianAlfian commented on August 17, 2024

cara pasang buildpack nya gmn ya?

ke project heroku terus ke setting , geser ke bawah , cari add buildpack tempel ini

https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest.git

tunggu beberapa menit nanti ada deh buildpack nya

from wabot-aq.

ariffb25 avatar ariffb25 commented on August 17, 2024

image
ngga bisa di scan :(

scan dj termux dulu kalo udah dapet session nya baru deploy, aku sih gitu

sebelumnya udh deploy bareng sessionnya, pas masuk ke Console 'npm start' trs minta scan lagi, yang buildpack udah fix

from wabot-aq.

ZefianAlfian avatar ZefianAlfian commented on August 17, 2024

image
ngga bisa di scan :(

scan dj termux dulu kalo udah dapet session nya baru deploy, aku sih gitu

sebelumnya udh deploy bareng sessionnya, pas masuk ke Console 'npm start' trs minta scan lagi, yang buildpack udah fix

ngapain masuk ke console? bukannya pas di deploy udah langsung jalan otomatis? cek aja di logsnya

from wabot-aq.

ariffb25 avatar ariffb25 commented on August 17, 2024

image
ngga bisa di scan :(

scan dj termux dulu kalo udah dapet session nya baru deploy, aku sih gitu

sebelumnya udh deploy bareng sessionnya, pas masuk ke Console 'npm start' trs minta scan lagi, yang buildpack udah fix

ngapain masuk ke console? bukannya pas di deploy udah langsung jalan otomatis? cek aja di logsnya

oiya bener, tapi sebentar lgsung mati

2021-01-31T05:19:53.084150+00:00 heroku[web.1]: Error R10 (Boot timeout) -> Web process failed to bind to $PORT within 60 seconds of launch
2021-01-31T05:19:53.100724+00:00 heroku[web.1]: Stopping process with SIGKILL
2021-01-31T05:19:53.165427+00:00 heroku[web.1]: Process exited with status 137
2021-01-31T05:19:53.206029+00:00 heroku[web.1]: State changed from starting to crashed

from wabot-aq.

ariffb25 avatar ariffb25 commented on August 17, 2024

buka file Procfile ubah jadi

worker: node index.js

terus di cmd / termux bekas deploy nya jalan kan command

heroku scale worker=1

heroku ps:restart worker.1

nice...👍 tapi perintah pas masukin perintah stiker begini

2021-01-31T06:25:01.024909+00:00 app[worker.1]: Error: ENOENT: no such file or directory, unlink '/app/tmp/1612074300852.png'
2021-01-31T06:25:01.024917+00:00 app[worker.1]:     at Object.unlinkSync (fs.js:1136:3)
2021-01-31T06:25:01.024918+00:00 app[worker.1]:     at ChildProcess.<anonymous> (/app/plugins/sticker.js:64:18)
2021-01-31T06:25:01.024919+00:00 app[worker.1]:     at ChildProcess.emit (events.js:314:20)
2021-01-31T06:25:01.024919+00:00 app[worker.1]:     at maybeClose (internal/child_process.js:1022:16)
2021-01-31T06:25:01.024919+00:00 app[worker.1]:     at Socket.<anonymous> (internal/child_process.js:444:11)
2021-01-31T06:25:01.024920+00:00 app[worker.1]:     at Socket.emit (events.js:314:20)
2021-01-31T06:25:01.024920+00:00 app[worker.1]:     at Pipe.<anonymous> (net.js:675:12) {
2021-01-31T06:25:01.024921+00:00 app[worker.1]:   errno: -2,
2021-01-31T06:25:01.024921+00:00 app[worker.1]:   syscall: 'unlink',
2021-01-31T06:25:01.024922+00:00 app[worker.1]:   code: 'ENOENT',
2021-01-31T06:25:01.024922+00:00 app[worker.1]:   path: '/app/tmp/1612074300852.png'
2021-01-31T06:25:01.024923+00:00 app[worker.1]: } uncaughtException

ngga lengkap copy nya, pokoknya ada teks ngga bisa unlink gitu

from wabot-aq.

ZefianAlfian avatar ZefianAlfian commented on August 17, 2024

buka file Procfile ubah jadi
worker: node index.js
terus di cmd / termux bekas deploy nya jalan kan command
heroku scale worker=1
heroku ps:restart worker.1

nice...👍 tapi perintah pas masukin perintah stiker begini

2021-01-31T06:25:01.024909+00:00 app[worker.1]: Error: ENOENT: no such file or directory, unlink '/app/tmp/1612074300852.png'
2021-01-31T06:25:01.024917+00:00 app[worker.1]:     at Object.unlinkSync (fs.js:1136:3)
2021-01-31T06:25:01.024918+00:00 app[worker.1]:     at ChildProcess.<anonymous> (/app/plugins/sticker.js:64:18)
2021-01-31T06:25:01.024919+00:00 app[worker.1]:     at ChildProcess.emit (events.js:314:20)
2021-01-31T06:25:01.024919+00:00 app[worker.1]:     at maybeClose (internal/child_process.js:1022:16)
2021-01-31T06:25:01.024919+00:00 app[worker.1]:     at Socket.<anonymous> (internal/child_process.js:444:11)
2021-01-31T06:25:01.024920+00:00 app[worker.1]:     at Socket.emit (events.js:314:20)
2021-01-31T06:25:01.024920+00:00 app[worker.1]:     at Pipe.<anonymous> (net.js:675:12) {
2021-01-31T06:25:01.024921+00:00 app[worker.1]:   errno: -2,
2021-01-31T06:25:01.024921+00:00 app[worker.1]:   syscall: 'unlink',
2021-01-31T06:25:01.024922+00:00 app[worker.1]:   code: 'ENOENT',
2021-01-31T06:25:01.024922+00:00 app[worker.1]:   path: '/app/tmp/1612074300852.png'
2021-01-31T06:25:01.024923+00:00 app[worker.1]: } uncaughtException

ngga lengkap copy nya, pokoknya ada teks ngga bisa unlink gitu

wah gatau deh yang bikin script bukan aku, @Nurutomo

from wabot-aq.

ariffb25 avatar ariffb25 commented on August 17, 2024

buka file Procfile ubah jadi
worker: node index.js
terus di cmd / termux bekas deploy nya jalan kan command
heroku scale worker=1
heroku ps:restart worker.1

nice...👍 tapi perintah pas masukin perintah stiker begini

2021-01-31T06:25:01.024909+00:00 app[worker.1]: Error: ENOENT: no such file or directory, unlink '/app/tmp/1612074300852.png'
2021-01-31T06:25:01.024917+00:00 app[worker.1]:     at Object.unlinkSync (fs.js:1136:3)
2021-01-31T06:25:01.024918+00:00 app[worker.1]:     at ChildProcess.<anonymous> (/app/plugins/sticker.js:64:18)
2021-01-31T06:25:01.024919+00:00 app[worker.1]:     at ChildProcess.emit (events.js:314:20)
2021-01-31T06:25:01.024919+00:00 app[worker.1]:     at maybeClose (internal/child_process.js:1022:16)
2021-01-31T06:25:01.024919+00:00 app[worker.1]:     at Socket.<anonymous> (internal/child_process.js:444:11)
2021-01-31T06:25:01.024920+00:00 app[worker.1]:     at Socket.emit (events.js:314:20)
2021-01-31T06:25:01.024920+00:00 app[worker.1]:     at Pipe.<anonymous> (net.js:675:12) {
2021-01-31T06:25:01.024921+00:00 app[worker.1]:   errno: -2,
2021-01-31T06:25:01.024921+00:00 app[worker.1]:   syscall: 'unlink',
2021-01-31T06:25:01.024922+00:00 app[worker.1]:   code: 'ENOENT',
2021-01-31T06:25:01.024922+00:00 app[worker.1]:   path: '/app/tmp/1612074300852.png'
2021-01-31T06:25:01.024923+00:00 app[worker.1]: } uncaughtException

ngga lengkap copy nya, pokoknya ada teks ngga bisa unlink gitu

wah gatau deh yang bikin script bukan aku, @Nurutomo

pas nyoba imagemagick nya di install pertama baru bisa tapi hasil nya

IMG_20210201_070841

from wabot-aq.

riznih avatar riznih commented on August 17, 2024

kok gw error kek gini TypeError: Object.fromEntries is not a function

from wabot-aq.

ZefianAlfian avatar ZefianAlfian commented on August 17, 2024

kok gw error kek gini TypeError: Object.fromEntries is not a function

gatau, gapernah dapet error gitu

from wabot-aq.

ariffb25 avatar ariffb25 commented on August 17, 2024

selain heroku bisa dideploy dimana?

from wabot-aq.

Nurutomo avatar Nurutomo commented on August 17, 2024

Dyno node index.js --server

QR nya nanti bisa diakses di web

from wabot-aq.

github-actions avatar github-actions commented on August 17, 2024

stale issue

from wabot-aq.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.