lorenzodonini / ocpp-go

Open Charge Point Protocol implementation in Go
MIT License
277 stars 126 forks source link

I call remote start transaction but got error "ocpp message (2193907606): InternalError - An internal error occurred and the receiver was not able to process the requested Action successfully" #260

Open Phong-tc opened 8 months ago

Phong-tc commented 8 months ago
image

Here is my code I don't know where can i get tagId. Please help

lorenzodonini commented 8 months ago

I'm not sure I understand the issue at hand: idTag is being passed correctly to the request (although it's not necessary to override it again in the variadic function). Where does the error message come from? Is it a charge point running the same library? More information about the setup and conditions would help.