Skip to content
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

It seems VW changed the login protocol #45

Closed
JimKnopf1503 opened this issue Jan 28, 2022 · 4 comments
Closed

It seems VW changed the login protocol #45

JimKnopf1503 opened this issue Jan 28, 2022 · 4 comments
Labels
bug Something isn't working

Comments

@JimKnopf1503
Copy link

JimKnopf1503 commented Jan 28, 2022

Hi!

I think VW changed the login protocoll.
After sending the emailadress, there is no "Form" provided.
The response starts like:
`

<script type="text/javascript">(window.NREUM||(NREUM={})).init={privacy:{cookies_enabled:false},ajax:{deny_list:[]}};(window.NREUM||(NREUM={})).loader_config={xpid:"VgMDVl5RARACVlhSDwgFVA==",licenseKey:"NRJS-ecd5929e8859410bbd9",applicationID:"22908922"};window.NREUM||(NREUM={}),__nr_require=function(t,e,n){function r(n){if(!e[n]){var i=e[n]={exports:{}};t[n][0].call(i.exports,function(e){var i=t[n][1][e];return r(i||e)},i,i.exports)}return e[n].exports}if("function"==typeof __nr_require)return __nr_require;for(var i=0;i0&&(p-=1)}),s.on("internal-error",function(t){o("ierr",[t,c.now(),!0])})}},{}],3:[function(t,e,n){var r=t("loader");r.disa` I will try to findout how it wokrs now but I'am not a java guy. Burkhard
@dasTholo
Copy link

Same here
Maybe Log can help

[11:37:37] INFO: Starting IDDataLogger...
}Loading Logger...
11:37:37.941293 [INFO] Starting ID DataLogger Version v0.0.6-InDev (705d3b2cc97a7d2a941d98bcaacf05c8ad6614f4)...
Loading Main...
11:37:37.945091 [INFO] Reading config...
11:37:37.945436 [INFO] Connecting to db...
Loading DatabaseConnection...
Loading QueryCreationHelper...
Loading DBmigrator...
Loading CurlWrapper...
Loading API...
Loading CarPictureHandler...
11:37:38.164107 [INFO] Fetching carPicture (this will take a while...)
Loading WebsiteAPI...
Loading LoginInformation...
Loading HTTPUtils...
Loading Form...
Loading IDAPIException...
Loading IDLoginException...
Loading ErrorUtils...
11:37:38.929566 [CRITICAL] robske_110\vwid\api\exception\IDLoginException: "Unable to login. Check login information (e-mail)! (Could not find credentialsForm)" (EXCEPTION) in "/usr/src/IDDataLogger/src/vwid/api/WebsiteAPI.php" at line 45
11:37:38.929943 [WARNING] Failed to automatically fetch the carPicture! You can substitute data/carPic.png manually.
Loading CarStatusWrittenUpdateReceiver...
Loading ChargeSessionHandler...
11:37:38.952456 [INFO] Building past charge sessions from 2022-01-27 14:33:56...
Loading CarStatusFetcher...
11:37:38.960643 [INFO] Logging in...
Loading MobileAppAPI...
11:37:39.713180 [CRITICAL] robske_110\vwid\api\exception\IDLoginException: "Unable to login. Check login information (e-mail)! (Could not find credentialsForm)" (EXCEPTION) in "/usr/src/IDDataLogger/src/vwid/api/MobileAppAPI.php" at line 55
11:37:39.713392 [EMERGENCY] CRASHED WHILE STARTING; TRYING TO SHUTDOWN SAFELY
11:37:39.713443 [INFO] Shutting down...
11:37:39.713476 [CRITICAL] Forcibly shutting down while starting!
[cmd] /bin/bash exited 0
[cont-finish.d] executing container finish scripts...
[cont-finish.d] 99-message.sh: executing... 
[cont-finish.d] 99-message.sh: exited 0.
[cont-finish.d] done.
[s6-finish] waiting for services.
[s6-finish] sending all processes the TERM signal.

@robske110
Copy link
Owner

I hope this should be fixed in the commit f23b56d!
Please test after updating. It would also help me if you could try removing data/carPic.png and see if fetching it works too. For me it works with no changes, but from the output from @dasTholo there could be possibly issues there too.

If the issue persists set logging.debug-enable to true and post the output here. You can also additionally set logging.curl-verbose to true and send me the output in a PM (on the forums here: https://github.com/robske110/IDDataLogger/wiki/Getting-help)

@robske110 robske110 added the bug Something isn't working label Jan 29, 2022
@robske110 robske110 pinned this issue Jan 29, 2022
@JimKnopf1503
Copy link
Author

Hi Rob!
Thanks for the verry fast solution!
It is working for me.
Well done.

Burkhard

@robske110
Copy link
Owner

@dasTholo I now also fixed the fetching of the carPic. I didn't pay attention while trying to reproduce it.
41ab162

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants