Giter Site home page Giter Site logo

spree-android's People

Contributors

contacthrk avatar v4ibh4v avatar vaishalok avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

spree-android's Issues

Error java.lang.IndexOutOfBoundsException: Invalid index 3, size is 2

If I comment out the two lines 'taxonomies.remove' I then get Invalid index 0, size is 0. How do I make this work?

 private void setup(ArrayList<Taxonomy> taxonomies) {
    taxonomies.remove(3);
    taxonomies.remove(2);

    taxons.clear();
    for(Taxonomy taxonomy : taxonomies) {
        taxons.add(taxonomy.getRootTaxon());
    }

    page1.setup(getActivity(), taxons, this);
    actionButton.setState(MaterialMenuDrawable.IconState.X);
    currentPage = page1;
}

Config data request failed

Hello. I tried running the app and it always says this in the SplashActivity

11-06 23:43:29.030 2569-2569/com.vinsol.spree D/Spree: *** config data request failed
11-06 23:49:15.377 2569-7102/com.vinsol.spree D/OkHttp: --> GET /api/v1/config HTTP/1.1
11-06 23:49:15.378 2569-7102/com.vinsol.spree D/OkHttp: --> END GET
11-06 23:49:17.221 2569-2569/com.vinsol.spree D/Spree: *** config data request failed

Any comments?

Taxons Elastic search failing

When I pick taxon based product search, below is the error thrown -

{"exception":"[400] {\"error\":{\"root_cause\":[{\"type\":\"query_parsing_exception\",\"reason\":\"[multi_match] query does not support [taxons_name_in]\",\"index\":\"spree_1487101167265\",\"line\":1,\"col\":52}],\"type\":\"search_phase_execution_exception\",\"reason\":\"all shards failed\",\"phase\":\"query\",\"grouped\":true,\"failed_shards\":[{\"shard\":0,\"index\":\"spree_1487101167265\",\"node\":\"XcfRqy1XT4ObgmdASh5UnA\",\"reason\":{\"type\":\"query_parsing_exception\",\"reason\":\"[multi_match] query does not support [taxons_name_in]\",\"index\":\"spree_1487101167265\",\"line\":1,\"col\":52}}]},\"status\":400}"}

screenshot_1487101681

Product search works fine though.

API path for default app

Hi,
I have just cloned SPREE and sanbox app is running fine on localhost:3000. How can I access this deployed web site from my Eclipse project ? I tried "http://localhost:3000/api/ams/". Is there any specific command while starting rails server to deploy APIs for sandbox app ?
Thanks !

Custom API configuration issue

Hi,
I have deployed spree demo site in heroku (http://spree-demosite.herokuapp.com) and I have downloaded Android source code,
When I used demo (http://shop-spree.herokuapp.com/api/ams/) url the product are shown and app working perectly, byt when I am trying to configure backend api url, deployed by me at heroku (http://spree-demosite.herokuapp.com/api/ams/) is not working.Getting ERROR (Too many follow-up requests: 21).

Please advice e on this
How to setup admin and get access to BASE_API_URL and BASE_URL.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.