Actions
Bug #2011
closedRFinder Query fails on positive one digit Longitude
Start date:
10/31/2014
Due date:
% Done:
100%
Estimated time:
Chirp Version:
0.4.0
Model affected:
rfinder
Platform:
All
I read the instructions above:
Description
We had several users report this and we confirmed it. this must have been introduced recently.
after analyzing the logs we found the issue...
If the Long is positive single digit the URL is malformed with a " " (space) before the long...here is the errored URL from debug.log...
Query URL: https://www.rfinder.net/query.php?vers=CH0.4.1&*lon= 0.12776*&radius=90&pass=d79c8788088c2193f0244d8f1f36d2db&lat=51.50735&email=bobofthedeep%40gmail.com
See the space after the lon= ?
If you make the Lon negative the URL looks like this...
(this one works)
Files
Updated by Tom Hayward about 10 years ago
- Status changed from New to Resolved
- Assignee set to Tom Hayward
- Target version set to 0.4.1
- % Done changed from 0 to 100
- Model affected changed from (All models) to rfinder
I submitted a patch to fix this. The bug has been present since the initial implementation in May 2011.
Actions