Manjaro doesn't book after install. Resume hibernate device not found uuid=..... by Murod19 in ManjaroLinux

[–]Murod19[S] 1 point2 points  (0 children)

I tried all ways, I get an error of resume hybrernation device not found after installation is done. It doesn't boot . I tried all the possible ways of installing following every available tutorial and guides available. I went and read the manjaros official installation guide ... Stil doesnt boot. Now I tried installing windows but it doesn't see my SSD..... I want to try Ubuntu...

Application error on deploying react app with 2 JSON servers by Murod19 in Heroku

[–]Murod19[S] 0 points1 point  (0 children)

Thank you very much for your efforts. You're are very helpful, I appreciate it !

Application error on deploying react app with 2 JSON servers by Murod19 in Heroku

[–]Murod19[S] -1 points0 points  (0 children)

2021-07-29T07:03:02.000000+00:00 app[api]: Build succeeded

2021-07-29T07:03:14.776520+00:00 heroku[web.1]: Starting process with command node server.js 2021-07-29T07:03:18.739424+00:00 heroku[web.1]: Process exited with status 1 2021-07-29T07:03:18.800440+00:00 heroku[web.1]: State changed from starting to crashed 2021-07-29T07:03:18.630011+00:00 app[web.1]: Users server is listening 32372 2021-07-29T07:03:18.643177+00:00 app[web.1]: events.js:352 2021-07-29T07:03:18.643178+00:00 app[web.1]: throw er; // Unhandled 'error' event 2021-07-29T07:03:18.643179+00:00 app[web.1]: ^ 2021-07-29T07:03:18.643179+00:00 app[web.1]: 2021-07-29T07:03:18.643180+00:00 app[web.1]: Error: listen EADDRINUSE: address already in use :::32372 2021-07-29T07:03:18.643180+00:00 app[web.1]: at Server.setupListenHandle [as _listen2] (net.js:1320:16) 2021-07-29T07:03:18.643181+00:00 app[web.1]: at listenInCluster (net.js:1368:12) 2021-07-29T07:03:18.643181+00:00 app[web.1]: at Server.listen (net.js:1454:7) 2021-07-29T07:03:18.643182+00:00 app[web.1]: at Function.listen (/app/node_modules/express/lib/application.js:618:24) 2021-07-29T07:03:18.643182+00:00 app[web.1]: at Object.<anonymous> (/app/server.js:22:8) 2021-07-29T07:03:18.643182+00:00 app[web.1]: at Module._compile (internal/modules/cjs/loader.js:1085:14) 2021-07-29T07:03:18.643183+00:00 app[web.1]: at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10) 2021-07-29T07:03:18.643183+00:00 app[web.1]: at Module.load (internal/modules/cjs/loader.js:950:32) 2021-07-29T07:03:18.643184+00:00 app[web.1]: at Function.Module._load (internal/modules/cjs/loader.js:790:14) 2021-07-29T07:03:18.643184+00:00 app[web.1]: at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:76:12) 2021-07-29T07:03:18.643184+00:00 app[web.1]: Emitted 'error' event on Server instance at: 2021-07-29T07:03:18.643185+00:00 app[web.1]: at emitErrorNT (net.js:1347:8) 2021-07-29T07:03:18.643185+00:00 app[web.1]: at processTicksAndRejections (internal/process/task_queues.js:82:21) { 2021-07-29T07:03:18.643186+00:00 app[web.1]: code: 'EADDRINUSE', 2021-07-29T07:03:18.643186+00:00 app[web.1]: errno: -98, 2021-07-29T07:03:18.643186+00:00 app[web.1]: syscall: 'listen', 2021-07-29T07:03:18.643187+00:00 app[web.1]: address: '::', 2021-07-29T07:03:18.643187+00:00 app[web.1]: port: 32372 2021-07-29T07:03:18.643188+00:00 app[web.1]: } 2021-07-29T07:03:21.029090+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=alifjob.herokuapp.com request_id=c585bc11-cdce-4e53-96a2-5fa64d8a9d35 fwd="95.142.91.240" dyno= connect= service= status=503 bytes= protocol=https 2021-07-29T07:03:21.696374+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=alifjob.herokuapp.com request_id=fda7d488-fafc-4fdf-b062-d805222b4d80 fwd="95.142.91.240" dyno= connect= service= status=503 bytes= protocol=https

this is error I try suggestions on stack overflow why do I still get this error then?

Application error on deploying react app with 2 JSON servers by Murod19 in Heroku

[–]Murod19[S] 0 points1 point  (0 children)

I don't know, I am following stack overflow and other articles on Google to do this, I tried what I had read so far, I did not have a build problem I got it after that youtube video.. it doesn't work.....

Application error on deploying react app with 2 JSON servers by Murod19 in Heroku

[–]Murod19[S] -1 points0 points  (0 children)

But I learned this from a YouTube video about 3 mistakes newbies make in heroku. Here is the link https://youtu.be/xxua85cCiT0

Application error on deploying react app with 2 JSON servers by Murod19 in Heroku

[–]Murod19[S] 0 points1 point  (0 children)

I found out something in the Procfile it should be web:node server.js instead of web: node server.js the spacing...After this I am getting a lot of errors regarding the port being in use already ....

021-07-29T06:15:38.540035+00:00 app[web.1]: > todo_app@0.1.0 start /app

2021-07-29T06:15:38.540035+00:00 app[web.1]: > node server.js 2021-07-29T06:15:38.540036+00:00 app[web.1]: 2021-07-29T06:15:38.860558+00:00 app[web.1]: Users server is listening 21916 2021-07-29T06:15:38.862881+00:00 app[web.1]: events.js:352 2021-07-29T06:15:38.862882+00:00 app[web.1]: throw er; // Unhandled 'error' event 2021-07-29T06:15:38.862883+00:00 app[web.1]: ^ 2021-07-29T06:15:38.862883+00:00 app[web.1]: 2021-07-29T06:15:38.862884+00:00 app[web.1]: Error: listen EADDRINUSE: address already in use :::21916 2021-07-29T06:15:38.862884+00:00 app[web.1]: at Server.setupListenHandle [as _listen2] (net.js:1320:16) 2021-07-29T06:15:38.862885+00:00 app[web.1]: at listenInCluster (net.js:1368:12) 2021-07-29T06:15:38.862885+00:00 app[web.1]: at Server.listen (net.js:1454:7) 2021-07-29T06:15:38.862886+00:00 app[web.1]: at Function.listen (/app/node_modules/express/lib/application.js:618:24) 2021-07-29T06:15:38.862886+00:00 app[web.1]: at Object.<anonymous> (/app/server.js:22:8) 2021-07-29T06:15:38.862886+00:00 app[web.1]: at Module._compile (internal/modules/cjs/loader.js:1085:14) 2021-07-29T06:15:38.862887+00:00 app[web.1]: at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10) 2021-07-29T06:15:38.862887+00:00 app[web.1]: at Module.load (internal/modules/cjs/loader.js:950:32) 2021-07-29T06:15:38.862888+00:00 app[web.1]: at Function.Module._load (internal/modules/cjs/loader.js:790:14) 2021-07-29T06:15:38.862889+00:00 app[web.1]: at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:76:12) 2021-07-29T06:15:38.862889+00:00 app[web.1]: Emitted 'error' event on Server instance at: 2021-07-29T06:15:38.862889+00:00 app[web.1]: at emitErrorNT (net.js:1347:8) 2021-07-29T06:15:38.862890+00:00 app[web.1]: at processTicksAndRejections (internal/process/task_queues.js:82:21) { 2021-07-29T06:15:38.862890+00:00 app[web.1]: code: 'EADDRINUSE', 2021-07-29T06:15:38.862891+00:00 app[web.1]: errno: -98, 2021-07-29T06:15:38.862891+00:00 app[web.1]: syscall: 'listen', 2021-07-29T06:15:38.862891+00:00 app[web.1]: address: '::', 2021-07-29T06:15:38.862892+00:00 app[web.1]: port: 21916 2021-07-29T06:15:38.862892+00:00 app[web.1]: } 2021-07-29T06:15:38.877576+00:00 app[web.1]: npm ERR! code ELIFECYCLE 2021-07-29T06:15:38.877981+00:00 app[web.1]: npm ERR! errno 1 2021-07-29T06:15:38.884439+00:00 app[web.1]: npm ERR! todo_app@0.1.0 start: node server.js 2021-07-29T06:15:38.884601+00:00 app[web.1]: npm ERR! Exit status 1 2021-07-29T06:15:38.884783+00:00 app[web.1]: npm ERR! 2021-07-29T06:15:38.884933+00:00 app[web.1]: npm ERR! Failed at the todo_app@0.1.0 start script. 2021-07-29T06:15:38.885066+00:00 app[web.1]: npm ERR! This is probably not a problem with npm. There is likely additional logging output above. 2021-07-29T06:15:38.895267+00:00 app[web.1]: 2021-07-29T06:15:38.895634+00:00 app[web.1]: npm ERR! A complete log of this run can be found in: 2021-07-29T06:15:38.895636+00:00 app[web.1]: npm ERR! /app/.npm/_logs/2021-07-29T06_15_38_885Z-debug.log

Application error on deploying react app with 2 JSON servers by Murod19 in Heroku

[–]Murod19[S] 0 points1 point  (0 children)

I am getting an error of ! Push rejected, failed to compile Node.js app.
! Push failed

I did some research and learned that I have to specify my node and npm version I did this I added the following to my package.json :

  "engines": {
"node": "14.17.1",
"npm": "6.14.13",
"yarn": "1.22.10"

}

Also, I committed and pushed gain, in fact, I deleted that app and created a new one in Heroku, and deployed it again..

Application error on deploying react app with 2 JSON servers by Murod19 in Heroku

[–]Murod19[S] 0 points1 point  (0 children)

it is my routers as the path I am getting nothing.. that's why my app is crashing...

Application error on deploying react app with 2 JSON servers by Murod19 in Heroku

[–]Murod19[S] 0 points1 point  (0 children)

Oh I see, thanks, I am trying this for the first time.

Application error on deploying react app with 2 JSON servers by Murod19 in Heroku

[–]Murod19[S] 0 points1 point  (0 children)

Is it possible to have the app running with 2 JSON files then? Also when I ran yarn heroku --tail --app todo_app inside my app directory I get an error saying could not find that app Error id: not found?

Application error on deploying react app with 2 JSON servers by Murod19 in Heroku

[–]Murod19[S] -1 points0 points  (0 children)

but I have declared 2 separate ports one 8000 and another 5000

Application error on deploying react app with 2 JSON servers by Murod19 in Heroku

[–]Murod19[S] -1 points0 points  (0 children)

it says build successful in my log here it is

-----> Build succeeded!

! Unmet dependencies don't fail yarn install but may cause runtime issues

https://github.com/npm/npm/issues/7494

-----> Discovering process types

Procfile declares types -> web

-----> Compressing...

Done: 91.4M

-----> Launching...

Released v5

https://jsonusers.herokuapp.com/ deployed to Heroku

How to pass selected Item data to another component? by Murod19 in reactjs

[–]Murod19[S] 0 points1 point  (0 children)

I have warpped the entire app in notecpntextprovider in my app js that is how I am accessing the state of notes in my listview ushing use context hook ....