Code Monkey home page Code Monkey logo

edge-segments's Introduction

edge-segments

Open Source Segments .Fit File Generator for Garmin Edge (1000)

edge-segments's People

Contributors

bennig82 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

edge-segments's Issues

Revoking App-Permissions and Re-Authorizing leads to an error

Problem
The app tries to re-insert athlete information with the given athlete-id and the corresponding strava token. The problem occurs because of a unique-constraint on the athlete-id.

Quick Fix
Manually delete the old authorization information

delete FROM `user_token` where user_id = (select id from user u where u.athlete_id=[ATHLETE]);
delete FROM `user` where athlete_id=[ATHLETE];

Real Fix
Update the existing row to the new authorization code from strava

AJAX Request Fails with 500 Error when fetching Personal Efforts

Firstly love the tool, hopefully it's OK to submit an issue here, as I couldn't find anything else online.

When I try to fetch my personal efforts the page hangs with the message:

"Loading Data...
This may take some time."

screenshot 2015-05-20 19 13 59

The AJAX request is returning a 500 error, e.g. for:
http://gniza.org/segments//rest/segmentJson/segmentPersonal?segmentId=4026210&token=ae0b8edf-580d-42f5-becd-37d0b225376d

Others are experiencing the problem here: https://forums.garmin.com/showthread.php?99688-How-to-get-Strava-Segments-on-your-Edge-1000/page19

Remember last used Club

When accessing a club leaderboard automatically select and load data for the last used club

Segments get lost sometimes

Sometimes segments displayed in the tool get lost after you access the tool again.

Maybe this occurs if you have multiple open instances of the tool.
Should be fixed when implementing the feature to save segments/config on the server.

Segment Builder unavailable

Hello - I used your utility a couple of times to create segment files for my Garmin Edge 520. Disappointed to find that the application is down.
http://gniza.org/segments/#/segment/ displays "I'm very sorry to inform you, that the Segment Builder is currently unavailable. Unfortunately Strava changed their API (the interface I use to retrieve data from Strava). Due to this change it is currently impossible to display leaderboards or to find timing-data needed to build a Segment. I hope this change was just a mistake and Strava fixes this issue. Until then I can't provide this service :(. The Segment Builder will be back again as soon as possible.

Perhaps you could get some assistance from the Veloviewer developer. He seems to know a thing or two about the Strava API!

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.