Facing issue in Get transection data while running the whole bot
check the value of key is present or not may be case sensitive also cause for this error
From Where ? Did’nt Get it
there you are using dictionary variable and you trying to retrieve some value using key, but that given key is not present in your dictionary variable
Hello, Parul
it sounds that when you passed the queue name to the Config, you passed a wrong value. The Config is a dictionary and if you passed a wrong key, you will get this error.