MickMake / GoSungrow

GoLang implementation to access the iSolarCloud API updated by SunGrow inverters.
https://mickmake.com/
GNU General Public License v2.0
169 stars 45 forks source link

Error building new version #11

Closed hdymling closed 1 year ago

hdymling commented 1 year ago

Thanks for the work you are doing! I have tried to build the new version, but when building it seems there are missing one thing in the "GoUnify" package. This is the "/GoUnify/cmdPath" The error looks like bellow! iSolarCloud\api\file.go:9:2: github.com/MickMake/GoUnify/cmdPath@v0.0.0-00010101000000-000000000000: replacement directory ../GoUnify/cmdPath does not exist

When checking GoUnify I cannot find cmdPath!

MickMake commented 1 year ago

Hi, I recently moved a large chunk of code off on to its separate repo. So there may be a few teething issues.

I'll push the latest of GoUnify to GitHub and if you remove all the redirects in go.mod you'll be good to go.

There's always the releases though!

Let me know if I'm missing an architecture.

hdymling commented 1 year ago

Thanks, I could now build without a problem. However I got a new problem, will register a new Issue for this. Thanks a lot for your work!!!!