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

XML API regression #10611

Closed
mattab opened this issue Sep 30, 2016 · 2 comments
Closed

XML API regression #10611

mattab opened this issue Sep 30, 2016 · 2 comments
Assignees
Labels
not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org. Regression Indicates a feature used to work in a certain way but it no longer does even though it should. worksforme The issue cannot be reproduced and things work as intended.
Milestone

Comments

@mattab
Copy link
Member

mattab commented Sep 30, 2016

http://localhost/piwik-master/index.php?module=API&method=Actions.getPageUrls&format=XML&idSite=1&period=year&date=2016-09-27&token_auth=XXXXXXXXXXXXXXXXXXX&filter_limit=100

(replace token_auth with a valid one)

shows output such as:

<?xml version="1.0" encoding="utf-8" ?>
<result>
    <row>
        <col name="label">piwik-master</col>
        <col name="nb_visits">863</col>
        <col name="nb_hits">3866</col>
        <col name="sum_time_spent">13250</col>
        <col name="nb_hits_following_search">3803</col>
        <col name="nb_hits_with_time_generation">0</col>
        <col name="min_time_generation" />
        <col name="max_time_generation">0</col>
.....

It's puzzling me that there is such regression, wondering why our system wouldn't have detected it?

@mattab mattab added Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical. not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org. Regression Indicates a feature used to work in a certain way but it no longer does even though it should. labels Sep 30, 2016
@mattab mattab added this to the 3.0.0-b1 milestone Sep 30, 2016
@mattab
Copy link
Member Author

mattab commented Sep 30, 2016

actually I can't reproduce it on demo3, although I can reproduce it locally. Need to investigate further...

@mattab mattab removed the Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical. label Sep 30, 2016
@mattab mattab self-assigned this Sep 30, 2016
@mattab
Copy link
Member Author

mattab commented Oct 3, 2016

Cant reproduce anymore

@mattab mattab closed this as completed Oct 3, 2016
@mattab mattab added the worksforme The issue cannot be reproduced and things work as intended. label Oct 3, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org. Regression Indicates a feature used to work in a certain way but it no longer does even though it should. worksforme The issue cannot be reproduced and things work as intended.
Projects
None yet
Development

No branches or pull requests

1 participant