spacemeshos / smapp

Spacemesh App (Smesher + Wallet) 🏦📊
https://spacemesh.io
Apache License 2.0
130 stars 38 forks source link

node will not start #1722

Open Megaminer2018 opened 2 months ago

Megaminer2018 commented 2 months ago

Environment

Describe the bug

A clear and concise description of what the bug is.

Steps to reproduce

Try to narrow down your scenario to a minimal working/failing example. That is, if you have a big program causing a problem, start with deleting parts not relevant to the issue and observing the result: is the problem still there? Repeat until you get the most straightforward sequence of steps to reproduce the problem without any noise surrounding it.

  1. Open this
  2. Press that
  3. Click here and there

Expected behavior

What should happen?

Actual behavior

What’s happening now?

Attach screenshots or GIF’s of what’s going on if it makes the issue more illustrative.

Logs

Attach app-logs.txt and spacemesh-log.txt

If you can find out the part of the logs that relates to the problem, attach them or paste in code-block.

How to fix

If you have an idea of how the bug can be fixed, provide a short description.

Megaminer2018 commented 2 months ago

[2024-04-24 09:49:23.587] [info] App, in Started, output: {"version":"1.5.0"} [2024-04-24 09:49:45.759] [error] desktop/utils, in fetch:error, error: "FetchError: request to https://configs.spacemesh.network/networks.json?smapp=v1.5.0&node=unknown&platform=win32&arch=x64&isAppImage=false failed, reason: connect ETIMEDOUT 2606:4700:20::ac43:45ca:443" ; args: {"url":"https://configs.spacemesh.network/networks.json?smapp=v1.5.0&node=unknown&platform=win32&arch=x64&isAppImage=false"} [2024-04-24 09:49:56.116] [info] desktop/utils, in fetch:success, output: 200 ; args: {"url":"https://configs.spacemesh.network/networks.json?smapp=v1.5.0&node=unknown&platform=win32&arch=x64&isAppImage=false"} [2024-04-24 09:49:56.120] [info] fetchDiscovery, in fromNetworkConfig, output: {"net":{"netName":"Main Network","conf":"https://configs.spacemesh.network/config.mainnet.json","grpcAPI":"https://mainnet-api.spacemesh.network/","jsonAPI":"https://mainnet-api-json.spacemesh.network/","explorer":"https://explorer.spacemesh.io/","explorerAPI":"https://mainnet-explorer-api.spacemesh.network/","explorerVersion":"v0.0.22","explorerConf":"","dash":"https://dash.spacemesh.io/","dashAPI":"wss://mainnet-dashboard-api.spacemesh.network/ws","dashVersion":"v0.0.7","repository":"spacemeshos/go-spacemesh","minNodeVersion":"v1.4.4","maxNodeVersion":"v1.5.0","minSmappRelease":"1.4.3","latestSmappRelease":"1.5.0","smappBaseDownloadUrl":"https://smapp.spacemesh.network/dist","nodeBaseDownloadUrl":"https://storage.googleapis.com/go-spacemesh-release-builds"}} [2024-04-24 09:49:56.626] [info] desktop/utils, in fetch:success, output: 200 ; args: {"url":"https://configs.spacemesh.network/config.mainnet.json?smapp=v1.5.0&node=unknown&platform=win32&arch=x64&isAppImage=false&hash=startup"} [2024-04-24 09:49:56.630] [info] fallbackConfigs, in saving..., output: {"amount":1,"dir":"C:\Users\kevin\AppData\Roaming\Spacemesh\ConfigCache"} [2024-04-24 09:49:56.642] [info] fallbackConfigs, in configs are saved, output: {"configFilenames":["config.mainnet.json"]} [2024-04-24 09:49:56.644] [info] NodeConfig, in mergeConfigs, output: {"genesisID":"7c8cef2bfd54447d60c3ffcc5daf974b24b74605"} [2024-04-24 09:49:56.645] [info] syncSmesherInfo, in $coinbase, output: "sm1qqqqqqrrpgtylpgll5nev628ysrkgmr9gq9vgssgfha0h" [2024-04-24 09:49:56.647] [info] spawnManager, in Spawning managers, output: {"genesisID":"7c8cef2bfd54447d60c3ffcc5daf974b24b74605"} [2024-04-24 09:49:56.651] [info] SmesherService, in createNetService(SmesherService), output: {"host":"localhost","port":"9093","protocol":"http:"} [2024-04-24 09:50:00.620] [info] AdminService, in createNetService(AdminService), output: {"host":"localhost","port":"9093","protocol":"http:"} [2024-04-24 09:50:00.643] [info] MeshService, in createNetService(MeshService), output: {"host":"localhost","port":"9092","protocol":"http:"} [2024-04-24 09:50:00.670] [info] GlobalStateService, in createNetService(GlobalStateService), output: {"host":"localhost","port":"9092","protocol":"http:"} [2024-04-24 09:50:00.705] [info] TransactionService, in createNetService(TransactionService), output: {"host":"localhost","port":"9092","protocol":"http:"} [2024-04-24 09:50:00.730] [info] WalletManager, in activate, output: {"displayName":"Megaminer2018-3","created":"2023-12-30T04-33-35.944Z","genesisID":"7c8cef2bfd54447d60c3ffcc5daf974b24b74605","remoteApi":"","type":"local-node"} [2024-04-24 09:50:00.732] [info] NodeManager, in startNode, output: "called, while node is not running" [2024-04-24 09:50:00.741] [info] fallbackConfigs, in networks.json is saved, output: null [2024-04-24 09:50:01.245] [info] NodeManager, in runQuicksync:check, output: "C:\Users\kevin\AppData\Local\Programs\Spacemesh\node\quicksync.exe check --node-data C:\Users\kevin\AppData\Roaming\Spacemesh\node-data\7c8cef2b --go-spacemesh-path C:\Users\kevin\AppData\Local\Programs\Spacemesh\node\go-spacemesh.exe" [2024-04-24 09:50:01.745] [info] NodeManager, in sendNodeStatus, output:

pigmej commented 2 months ago

To do anything usefull would need to see node logs not only app logs.

Megaminer2018 commented 2 months ago

I sent them in the program

Sent from my T-Mobile 5G Device Get Outlook for Androidhttps://aka.ms/AAb9ysg


From: Jędrzej Nowak @.> Sent: Wednesday, April 24, 2024 11:12:32 AM To: spacemeshos/smapp @.> Cc: Megaminer2018 @.>; Author @.> Subject: Re: [spacemeshos/smapp] node will not start (Issue #1722)

To do anything usefull would need to see node logs not only app logs.

— Reply to this email directly, view it on GitHubhttps://github.com/spacemeshos/smapp/issues/1722#issuecomment-2075548496, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AZSQCS2D6RHUKXL7P5V62TDY67YZBAVCNFSM6AAAAABGXKQHLWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANZVGU2DQNBZGY. You are receiving this because you authored the thread.Message ID: @.***>

brusherru commented 2 months ago

@Megaminer2018 what do you mean under "sent in the program"? :) Please share entire app-logs and spacemesh-logs here.

Megaminer2018 commented 2 months ago

I tried sending logs files. Received a return error saying files are too large

Thank you,

Kevin Vaughn 1715 Eastside Road Priest River, ID 83856 C: 208-610-7378 @.**@.>

From: Kirill Shumilov @.> Sent: Wednesday, April 24, 2024 11:34 AM To: spacemeshos/smapp @.> Cc: Megaminer2018 @.>; Mention @.> Subject: Re: [spacemeshos/smapp] node will not start (Issue #1722)

@Megaminer2018https://github.com/Megaminer2018 what do you mean under "sent in the program"? :) Please share entire app-logs and spacemesh-logs here.

- Reply to this email directly, view it on GitHubhttps://github.com/spacemeshos/smapp/issues/1722#issuecomment-2075582959, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AZSQCS4AUJEQSUZWOS46UK3Y673IBAVCNFSM6AAAAABGXKQHLWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANZVGU4DEOJVHE. You are receiving this because you were mentioned.Message ID: @.**@.>>

Hattrix3 commented 2 months ago

What do we do if the proof of space is not recognized on the upgrade to version 1.5.0? spacemesh-log-7c8cef2b.txt