The registration process works good now, captcha solving too, the next issue I have is when it tries to verify email an error occures, I copied the error from the logs:
Code: Select all
11:08:42: verifyemail
Exception: AggregateException
One or more errors occurred.
at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
at System.Threading.Tasks.Task.Wait()
at System.Threading.Tasks.Parallel.ForWorker[TLocal](Int32 fromInclusive, Int32 toExclusive, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Func`4 bodyWithLocal, Func`1 localInit, Action`1 localFinally)
at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IList`1 list, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally)
at System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IEnumerable`1 source, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5 bodyWithEverything, Func`1 localInit, Action`1 localFinally)
at System.Threading.Tasks.Parallel.ForEach[TSource](IEnumerable`1 source, ParallelOptions parallelOptions, Action`2 body)
at LibMailProcessing.AbsFireVerificationLinks.fireLinks(List`1 listMailsVerifyLinkTargetMatch, Dictionary`2 dicPropToAccountDetails, DbAction dbAction, String domain, Func`2 funcGetKeyPropFromDbMail)
at LibMailProcessing.AbsEmailController.verifyEmails(String emailAdr, String password, List`1 listAcs, AbsDbAccount absDbAc, DbAction dbAction, Boolean bCheckForOtherMailsToVerifyOnServer, String popServer, Int32 popPort, Boolean bUseSecure, Int32 delMailAfterXDays, Boolean bIncludeMailsSentBefore)
inner exception: UriFormatException
inner: Invalid URI: The format of the URI could not be determined.
inner stack: at System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind)
at System.Uri..ctor(String uriString)
at (String )
at 㠶駁濥猼퓧塞懄㫩.ƹꥶ⋝גּ鑝螒뗉(String Ꟶϓ﵁�㶑)
at LibUtil.UtilWWW.UrlFixerMatchExisting(String& urlNew, String urlExisting)
at ͻꮒْ뇭냦ꦾ䤏㳤.峽盇鸠➕㏸֩⥨␜(String& Ꟶϓ﵁�㶑, String Ꟶϓ﵁�㶑)
at LibMailProcessing.AbsFireVerificationLinks.⠮盬漞뭒༑�쿦質(DbMail 휐퍰멻눾哚慿散, WebProxy 쿐ꃛ虜윣䪫✸, String 뻥呓昔ᇘ隣頉鹣, AbsDbAccount ꋖ匯篿䋁⽊㾵寞, DbAction 輵⺒㸪呆꼛ృ匡㫷)
at LibMailProcessing.AbsFireVerificationLinks.笶鈥�爒ℳ옑팚쩇.䥫뛲傃膠㽄ꥪ(DbMail 휐퍰멻눾哚慿散, ParallelLoopState Ǹ璒扟婷芓ᨧώ븻)
at System.Threading.Tasks.Parallel.<>c__DisplayClass31_0`2.<ForEachWorker>b__1(Int32 i, ParallelLoopState state)
at System.Threading.Tasks.Parallel.<>c__DisplayClass17_0`1.<ForWorker>b__1()
at System.Threading.Tasks.Task.InnerInvoke()
at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
at System.Threading.Tasks.Task.<>c__DisplayClass176_0.<ExecuteSelfReplicating>b__0(Object )
From what I saw in the proccess, it finds the verification email and pulls the url to verify but doesnt recognise it or something.