You are not logged in.
Pages: 1
Hi ab, i updated to latest commit and i can't compile.
dcc64 Error: mormot.app.daemon.pas(868): E2016 Array type required
ligne 868 :
ConsoleWrite('% [%] %', [fService[i].ServiceName, pid[i], ToText(st[i])^],
mormot2 Last commit : 2.4389
Windows 10 64Bits, Delphi 11
update!
also with commit: 2.4392
dcc64 Error: mormot.net.ws.server.pas(241): E2010 Incompatible types: 'PHttpServerConnectionOpaque' and 'THttpServerRequestFlags'
dcc64 Error: mormot.net.ws.server.pas(242): E2034 Too many actual parameters
Thanks
Last edited by zakaria (2022-12-01 08:55:55)
Offline
Also:
[dcc32 Error] mormot.app.daemon.pas(868): E2016 Array type required
Offline
You are right.
Should be fixed by https://github.com/synopse/mORMot2/commit/74596d53
Sorry for the issue.
Offline
Hi ab,
Tests fails at SOA level
! Service oriented architecture - Client side REST basic authentication
! Exception EInterfaceFactory raised with messsage:
! TInterfacedObjectFakeClient.FakeCall(ICalculator.Add) failed: '{
"errorCode":403,
"errorText":"Authentication Failed: Invalid signature (0)"
}'
Total failed: 8 / 26,900,665 - Service oriented architecture FAILED 31.30s
Thanks
mormot 2.4400, D11, Target Windows 64bits
Last edited by zakaria (2022-12-05 08:55:04)
Offline
Yes it is now fixed by https://github.com/synopse/mORMot2/comm … 57c13e5864
Offline
Pages: 1