-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Application for Windows 11 v 2.3.1 Crashes when clicking "Stop transaction" #7
Comments
Hm, I can't reproduce this (on Windows 10). If instead of pressing the "Stop transaction" button you go from "Ready" to "Unplugged", does it also crash? |
Thanks for the reply @gaetjen I can go "ready" to "unplugged" fine. Where should I find the "monta" directory? I can only find a "OCPPEmulator" directory in c drive: And no application.log available. |
It should be at |
Here is the logs:
|
Thanks for the logs, I can actually reproduce this. I didn't realize you were using the functions in the drawer. 🙂 PR for fix here: #8 I also added a little explanation about the functions in the drawer to the readme. The tl;dr is, unless you're specifically trying to replicate buggy behavior, you'll usually be better off controlling the charge point through the normal interface. What's up with the 🤓?Clicking the icon gives access to "message interception". The primary purpose is to have a high degree of control over which messages are sent and received by the charge point. That way it is possible to replicate potentially buggy behavior or custom implementations in a one-off manner without needing to change the actual programming of the charge point. For "normal operation" of the charge point the standard interface should be sufficient. Also note that the message interception functions are not hooked up to the internal machinery of the charge point. For example, sending a |
Great thank you! You can always trust other developers or even users to break your app with the unintended way of using it. |
Just found this issue, I think the same applies on Mac, just raised #27 |
I have just downloaded the latest exe from https://github.com/monta-app/ocpp-emulator/releases/tag/v2.3.1
Whenever I click on "Stop transaction" the application just crashes.
Here is my chargers details:
![image](https://private-user-images.githubusercontent.com/4436150/338822595-4d43e963-2674-4315-8179-f232ea921223.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzMzE5NjYsIm5iZiI6MTczOTMzMTY2NiwicGF0aCI6Ii80NDM2MTUwLzMzODgyMjU5NS00ZDQzZTk2My0yNjc0LTQzMTUtODE3OS1mMjMyZWE5MjEyMjMucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMiUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTJUMDM0MTA2WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9ZTMxYjVlOGVhNjhlOGZhYjcwODY0MjIwYWVmNzJkMzdhMTU4OGRlNDIxNDY3NGIxYjExODYxNDk4Y2ZmZDYwZCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.sC0Fjai-oUtxzp1BHe3zlQx8TLWusk9IfphztP2pCoo)
The text was updated successfully, but these errors were encountered: