pebble icon indicating copy to clipboard operation
pebble copied to clipboard

Search terms in the store get a "?platform" query string appended

Open BjoernRuberg opened this issue 9 years ago • 4 comments

When I want to search for apps in the Pebble Appstore and enter a search term it always gets "?platform" appended before it is transmitted to the store search. That always gets me no result. I can remove the "?platform" in the inputbox within the store and after that search works. But it is annoying to have to do that again and again.

BjoernRuberg avatar Sep 19 '15 19:09 BjoernRuberg

thanks, i'm currently working on getting the pebble time appstore to work, and i can reproduce this error.

smurfy avatar Oct 10 '15 16:10 smurfy

Removing ?platform from the search query works, as it now yields results. But I cannot install any apps from those search results. The "add" button simply doesn't show up. Not sure if this is related to the misplaced "platform", or it's a different issue. I'm using a Pebble Steel.

Fuzzillogic avatar Dec 05 '15 16:12 Fuzzillogic

I can also confirm this bug. Search appends ?platform, after removing that the search results are shown, but apps/faces can't be installed.

raketti avatar Dec 06 '15 19:12 raketti

Smurfy's patch in his pull request fixes this, but it's not been merged yet.

abranson avatar Dec 14 '15 10:12 abranson