Login Errors (LOGIN_IDLE, LoginFail_None, SDKERR_INVALID_PARAMETER)

Hi Guys,

I am currently using zoom-c-sharp-wrapper-5.7.1.644 and the corresponding SDK on win10.

i have got the following return codes and wondered what they mean?

2021-09-13 17:48:18.4117|INFO|Geomasoft.Digivision.DigivisionForm|initZoomSdk: SDKERR_SUCCESS
2021-09-13 17:48:19.6675|FATAL|Geomasoft.Digivision.DigivisionForm|onAuthenticationReturn: AUTHRET_SUCCESS
2021-09-13 17:48:19.6675|FATAL|Geomasoft.Digivision.DigivisionForm|onLoginRet (LOGINSTATUS): LOGIN_IDLE
2021-09-13 17:48:19.6675|FATAL|Geomasoft.Digivision.DigivisionForm|onLoginRet (LOGINFAILREASON): LoginFail_None
2021-09-13 17:48:22.0629|FATAL|Geomasoft.Digivision.DigivisionForm|loginAsEmailUser: SDKERR_INVALID_PARAMETER

hmmmm!!!

Setting the emailLoginParam in the end has fixed the problem but that should NOT matter should it??

Hey @thatwouldbetheday,

Thanks for using the dev forum!

Yes, that would be the cause of the issue. There are 2 login types, so the params need to know which one you are using.

Thanks!
Michael

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.