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

estimate_keyword_traffic.py example throws error regarding suds #129

Closed
AiDinho opened this issue Jun 26, 2016 · 4 comments
Closed

estimate_keyword_traffic.py example throws error regarding suds #129

AiDinho opened this issue Jun 26, 2016 · 4 comments

Comments

@AiDinho
Copy link

AiDinho commented Jun 26, 2016

I am running the example script and its running fine and showing result ,but along the way it throws a bunch of error .
ERROR:suds.resolver:(Money) not-found
ERROR:suds.resolver:path: "Money", not-found
ERROR:suds.resolver:(Keyword) not-found
ERROR:suds.resolver:path: "Keyword", not-found
ERROR:suds.resolver:(Keyword) not-found
ERROR:suds.resolver:path: "Keyword", not-found
ERROR:suds.resolver:(Keyword) not-found
ERROR:suds.resolver:path: "Keyword", not-found
ERROR:suds.resolver:(Keyword) not-found
ERROR:suds.resolver:path: "Keyword", not-found
ERROR:suds.resolver:(Location) not-found
ERROR:suds.resolver:path: "Location", not-found
ERROR:suds.resolver:(Language) not-found
ERROR:suds.resolver:path: "Language", not-found

could someone enlighten on how to fix these errors or this are something that I can ignore ,
I am using a test account at the moment .

@junna-zhou
Copy link

the same problem, have you solve it ?

@parander
Copy link

parander commented Oct 3, 2016

Duplicate of #35 #41

I think you can ignore the error because the function seems to work as expected even though it prints all these errors. But your logs will of course get cluttered so the best would be if the error was "fixed" (i.e. removed if it's not really an error)

@msaniscalchi
Copy link
Contributor

I'm surprised that this has come up again. As mentioned in the previous comment, this is a duplicate of a re-opened issue, so I'll be closing this.

Even when it occurred last time, it was more of a cosmetic error logged by suds; the API call would otherwise work as intended. Until I get some time to look into this, it might make sense to temporarily disable the suds.resolver logger if this is flooding your logs.

@junna-zhou
Copy link

ok, i see.
thanks for your answers.
the API works fine, so I will disable the logger for suds.resolver.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants