HowellIT / PowereBay

PowerShell module for interacting with eBay's APIs
MIT License
2 stars 1 forks source link

Index Operation failed when Invoke-eBayAuthentication #6

Open xzcrrazykidzx opened 5 years ago

xzcrrazykidzx commented 5 years ago

when Invoke-eBayAuthentication, post log into ebay, an error throw:

Index operation failed; the array index evaluated to null. At C:\Program Files\WindowsPowerShell\Modules\PowereBay\0.0.4\PowereBay.psm1:395 char:9

ThePoShWolf commented 5 years ago

Thank you for reporting this issue! I was able to reproduce it and it looks like the System.Windows.Forms.WebBrowser is not completing the sign in properly so no data is being returned to PowerShell. I'm investigating further.