I am trying to use quote and believe i am using it correctly. I made a module, which from another module i use quote and call a external module? Im writing a simple bot that logs in, then saves the cookies for use next time. The login and load cookies is in one module, in the other is a module that checks to see if a page verify its you pops up. Which i qant to use quote from the first module after cookies have been loaded to check if the verify page has pulled up. If it has it needs to run through the verifyitsyou module within the quote task. The issue is when i use quote it causes the page to show something went wrong please try again, but when i run the the actual verifyitsyou module all goes well. Any help or guidance would be great! Thanks.
EDIT: I also seem to be facing another issue with the quote action. It is not passing the variable values through to the module that is running withing the quote task. How can this be fixed?