-
Notifications
You must be signed in to change notification settings - Fork 28
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
token methode as changed #27
Comments
doesn't work for me : there is not the ['events'][0]['attributes']['values']['url'] |
try, with: |
@dmachadol WORKS !! thank you so much |
I think no. May be e-distribucion are processing changes this days.
… El 19 oct 2023, a les 19:17, Alex ***@***.***> va escriure:
@dmachadol <https://github.com/dmachadol> WORKS !! thank you so much
Will we need to change this context every week?
—
Reply to this email directly, view it on GitHub <#27 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAWV2YOA4EQHZFQR77X22VDYAFOCPAVCNFSM6AAAAAA6G6GHT6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONZRGQYDMNZTG4>.
You are receiving this because you were mentioned.
[ { ***@***.***": "http://schema.org", ***@***.***": "EmailMessage", "potentialAction": { ***@***.***": "ViewAction", "target": "#27 (comment)", "url": "#27 (comment)", "name": "View Issue" }, "description": "View this Issue on GitHub", "publisher": { ***@***.***": "Organization", "name": "GitHub", "url": "https://github.com" } } ]
|
I used loginApp in the past and some methods were rejected. I am not sure what happens with communityApp2 or loginApp2 but there should be a clever way to catch up the right context somehow. |
With this context, works righly Thank for share |
Hi again, I `r = self.__get_url(self.__dashboard+'r=1&other.LightningLoginForm.login=1',post=data) ` So , I changed the context to : Do you think that is possible to do this context change dinamic? getting the new r['Actual'] context code ? Best regards |
Yep, I pushed a commit with the new fwuid. I'll try to figure out how to take the correct |
in def __force_login(self, recursive=False):
change:
self.__context = '{"mode":"PROD","fwuid":"LU1oNENmckdVUXNqVGtLeG5odmktZ2Rkdk8xRWxIam5GeGw0LU1mRHRYQ3cyNDYuMTUuMS0zLjAuNA","app":"siteforce:communityApp","loaded":{"APPLICATION@markup://siteforce:communityApp":"8srl03VqKMnukxbiM5O73w"},"dn":[],"globals":{},"uad":false}'
by:
self.__context = '{"mode":"PROD","fwuid":"LU1oNENmckdVUXNqVGtLeG5odmktZ2Rkdk8xRWxIam5GeGw0LU1mRHRYQ3cyNDYuMTUuMS0zLjAuNA","app":"siteforce:communityApp2","loaded":{"APPLICATION@markup://siteforce:communityApp2":"8srl03VqKMnukxbiM5O73w"},"dn":[],"globals":{},"uad":false}'
now authenticate but still have issues
The text was updated successfully, but these errors were encountered: