MickMake / GoSungrow

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

ERROR: unknown error 'er_missing_parameter:appkey' #12

Closed hdymling closed 1 year ago

hdymling commented 1 year ago

I have compiled the latest code on a Windows computer. When trying to login Im getting the following error message "ERROR: unknown error 'er_missing_parameter:appkey'" My configuration have an application key. image

When running "gosungrow api login it looks like bellow. C:\Users\helge\Go\GoSungrow>gosungrow api login Error: unknown error 'er_missing_parameter:appkey' ←[96;1;4mUsage:←[0m ←[37;1mGoSungrow←[0m api login [flags]

←[96;1;4mExamples:←[0m ←[37;3m GoSungrow api login ←[0m

Flags: Use "GoSungrow help flags" for more info.

←[96;1;4mAdditional help topics:←[0m

ERROR: unknown error 'er_missing_parameter:appkey'

MickMake commented 1 year ago

Hi, I'm in the midst of a large refactor of the code. Should be finished in the next couple of days.

In the mean time; you could try the last official release from the releases page.

MickMake commented 1 year ago

v3.0.0 has been released.

This fixes a lot of issues like this. Go check it out there.