fritzing / fritzing-app

Fritzing desktop application
http://fritzing.org
Other
3.98k stars 826 forks source link

website should collect info submitted with update check #1921

Closed davidperrenoud closed 10 years ago

davidperrenoud commented 10 years ago

From irasc...@gmail.com on April 01, 2012 02:08:56

when fritzing (the application) checks the web for new releases, it appends some params to the url: "?pid=%1&version=%2&sysname=%3&kernname=%4&kernversion=%5arch=%6&sysversion=%7" It would be really nice to make this collected data available. For extra credit, perhaps some of this is still in the server logs?

Original issue: http://code.google.com/p/fritzing/issues/detail?id=1921

davidperrenoud commented 10 years ago

From irasc...@gmail.com on March 16, 2013 23:32:41

Owner: danielcl...@gmail.com

davidperrenoud commented 10 years ago

From andre.knoerig@gmail.com on May 06, 2014 12:29:01

The website is now tracking these checks, however Qt's request is not formatted properly and so all params get lost. It seems like the parameters need to be provided separately and not as part of the url string (fapplication.cpp:1351).

Status: Started
Owner: andre.knoerig@gmail.com
Cc: -andre.knoerig@gmail.com irasc...@gmail.com

davidperrenoud commented 10 years ago

From andre.knoerig@gmail.com on May 07, 2014 07:54:02

fixed in qt5 branch

Status: Fixed