Moneymike 6920
New member
Great job on the Widget. Below is the error I keep getting.
Sponsored
Good info. Might fix my problem.Hi tonesto7,
I found an issue where if you do not enter your VIN in all caps on the first screen after loading you get an error. I was able to correct it by going through the code and hard codeing my VIN in all caps then loading then removing all saved data then re-copying the script and reentering login info with VIN in caps. I would suggest if possible making a way to delete the saved data UN, PW & VIN after install. Also I would note that the VIN must be in all CAPs when entered. Other than that this is a great tool.
That would work as well. I tested a couple of times and when I didn't have it in all Caps its failed.If this is true... I can force the text to uppercase
I would also suggest a way to erase the login details (Saved Data) post install in case something went wrong.If this is true... I can force the text to uppercase
There is a flag in the script code called clearKeychainOnNextRun that can be set to wipe all dataI would also suggest a way to erase the login details (Saved Data) post-install in case something went wrong.
Ah I must have missed that setting. The other changes you mentioned sound like great ideas.There is a flag in the script code called clearKeychainOnNextRun that can be set to wipe all data
I'm going to add some validation checks to the VIN data on start to look for lower case and convert then save to upper case. As well as a validation check on vin saves looking for correct length and characters.
Make sure you copied all the code from the RAW page on Github. Also make sure you enter you VIN in CAPs.First time install. Ran and got
Getting an exception occured on line 1912:53 Type error underfined
ver: 1.2.3
Did that.... Any idea what line the vin number is on?Make sure you copied all the code from the RAW page on Github. Also make sure you enter you VIN in CAPs.
Try using the suggestion by Tonesto7 below:Did that.... Any idea what line the vin number is on?
Doesn't seem to allow you to enter it in after saved.