oadrCancelPartyRegisration
KaierTW opened this issue · 0 comments
KaierTW commented
Excuse me, I have a problem here. When I send the oadrCancelPartyRegistration form the VTN, my VEN will run the function self.on_cancel_party_registration in _poll, and I will get We got a non-OK OpenADR response from the sever:463:Not Registered/Authorized.
So I tried to plus await self.query_registration() and await self.create_party_registration() after await self.on_cancel_party_registration, the result is ok,it can run continuously.
But weird is that after it registration again, it can only just poll 2 times, and stop it.But it dosen't show any warning or bug.
The code is still running, but doesn't poll anymore, so I want to know what happen.
Thank You!!!