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

Time Series Data example produces Service Exception due to malformed filter syntax #5

Open
GoogleCodeExporter opened this issue Jan 27, 2016 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. issue a query for pageviews by pageTitle over time (about a 1 year period).
2. dynamic filter generation attempts to incorporate pageTitles retrieved from 
initial query, into subsequent query filters (I think that's what is going on 
anyway). 

What is the expected output? What do you see instead?
Expect to observe a valid query response, but a Service Exception is returned 
indicating malformed filter syntax, and a portion of the URL seems to be 
printed in the exception message (see below... I've replaced the actual site 
URL with pageurl for privacy's sake).

i.e., Service Exception: Malformed filter syntax: event)" 
onmouseout="OnMouseLeaveSpan(this)" id="tgt_1"><span 
class="UNKNOWN_WORD">pageurl.com</span> - ??????:</span> <span 
onmouseover="OnMouseOverSpanTran(this


What version of the product are you using? On what operating system?
r12, on Mac OS X.

Please provide any additional information below.
Perhaps the filter generation component needs to be modified to catch overly 
long filter values?  Maybe a regex filter expression could be dynamically 
included to prevent this, assuming my intuition on the cause of the error is 
correct.

Original issue reported on code.google.com by gbur...@gmail.com on 26 Sep 2010 at 4:23

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

No branches or pull requests

1 participant