You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following the instructions given in issue #7 with missing DLL. I used git clone --recursive https://github.com/OpenChargingCloud/VanaheimrElectric and looks like there is code missing. As I am getting the following:
...\WWCP_OCPP\WWCP_OCPP_Common\ChargingStation\WebSockets\Incoming\BinaryDataStreamsEx
tensions\DeleteFile.cs(41,37): error CS0246: The type or namespace name 'IWebSocketConnection' could not
be found (are you missing a using directive or an assembly reference?) [...\WWCP_OCPP\
WWCP_OCPP_Common\WWCP_OCPP_Common.csproj]
Edit: also needed a few more libraries for WWCP.Core to work which had their own issues, It would be great if there was nuget packages available OR all the external dll were given in this project.
When cloing recursively, these projects is not available
Please make sure you have the correct access rights
and the repository exists.
fatal: clone of 'ssh://[email protected]:5001/OpenChargingCloud/WWCP_EEBus.git' into submodule path '/Users/andreasringdal/Projects/VanaheimrElectric/libs/WWCP_EEBus' failed
Failed to clone 'libs/WWCP_EEBus' a second time, aborting
Following the instructions given in issue #7 with missing DLL. I used
git clone --recursive https://github.com/OpenChargingCloud/VanaheimrElectric
and looks like there is code missing. As I am getting the following:And I see that iWebSocketConnection.cs is missing
Comparing to https://github.com/Vanaheimr/Hermod/tree/master/Hermod/Hermod/WebSocket It looks like https://github.com/OpenChargingCloud/VanaheimrElectric/tree/master/libs is pointing to a older commit?
I can manually fix it up but thought I should bring it to your attention.
Edit: IWebSocketServer.cs is also missing.
The text was updated successfully, but these errors were encountered: