-
| (venv) PS C:\Swar> python manager.py start | 
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 2 replies
-
| I'm closing this. The exception literally tells you what to look at for more information. | 
Beta Was this translation helpful? Give feedback.
-
| i have opened the file , and this is what it mentions, Traceback (most recent call last): I have tried to install and run the software on multiple windows 10 machines all with the same error . sorry to bother you, but if I can debug by my self I wouldn't have asked | 
Beta Was this translation helpful? Give feedback.
-
| Your config.yaml log_level is information? In that case, that's the problem. INFO / DEBUG / ERROR pick one of these three. | 
Beta Was this translation helpful? Give feedback.
-
| My log_level is ERROR and I get the same issue | 
Beta Was this translation helpful? Give feedback.
-
| In config.yaml change the log_level to: log_level: DEBUG now you will get a more detailed error. hint, the error is probably your chia location. C:\Users\YOURDIRECTORY\AppData\Local\chia-blockchain\APPVERSION\resources\app.asar.unpacked\daemon\chia.exe C:\Users\Alefe\AppData\Local\chia-blockchain\app-1.1.4\resources\app.asar.unpacked\daemon\chia.exe make sure your directory is the same, as well as Chia's version Alejandro7.com | 
Beta Was this translation helpful? Give feedback.
-
| Good morning! PS C:\PlotManager> python manager.py start | 
Beta Was this translation helpful? Give feedback.
Your config.yaml log_level is information? In that case, that's the problem. INFO / DEBUG / ERROR pick one of these three.