-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GET http://localhost:8083/registry 404 (Not Found) #99
Comments
Ohhkk... Grand.. so I'm concentrating on using Postman. I presume that after Initiate Authorisation I then need to do Process Authorisation ? I have gotten a bit further by adding a param to GET Initiate Authorization . When I click allow I get redirected back to http://localhost:8083/authorize/fitbit/callback#_=_ I'm not certain where to go next... Thanks |
Any luck with resolving this issue? We are having the same problem with a project i am working on. @pjatinsight |
Hi Shannon,
Nope, yours is the first and only response I received.
So, when I got no help at all I abandoned Shimmer and I’m just doing it myself with fitbit specific API’s.
Sorry I haven’t any better news for you.
If its any consolation the API’s that exist for javascript and/or python are relatively easy to use once you get the hang of the Oauth2 concepts.
Best Regards,
PJ
——————————————
PJ Mealy
[email protected] <mailto:[email protected]>
+353-91-495011
Insight Centre for Data Analytics
Galway Business Park
Dangan
Galway
H91 AEX4
Ireland
… On 10 Jan 2018, at 18:41, shannoneobrien ***@***.***> wrote:
Any luck with resolving this issue? We are having the same problem with a project i am working on.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#99 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/ALgq88eJp3hMCxGHP52QdB9Ovvg2z6g6ks5tJQR1gaJpZM4QmNBW>.
|
same issue for me too. abandoning shimmer since looks no support, but a pity. |
same here, this should be fixed |
abandoned too because of this. |
But even though the project is not active, it could really be useful to have such a tool. Any of you who have found alternative projects, or willing to share projects that handles this data integration? Should a new project that tries to solve this be made? |
Looks like the api doest have a endpoint to fetch the shimer details
run ./run-dockerized.sh |
Hi,
I'm just trying to get this thing up and running to evaluate it.
Following the instructions as best I can...
Want to run it on my macbook with Docker.
OPENMHEALTH_SHIM_FITBIT_CLIENT_ID
OPENMHEALTH_SHIM_FITBIT_CLIENT_SECRET
(presumably I have to remove the leading # to uncomment?)
When I try to use the console ( browse to localhost:8083) by entering a user handle and clicking Find I get a button that doesn't say connect and doesn't do anything.. when I look in the browser console I see errors relating to a missing registry:
ERROR GET http://localhost:8083/registry 404 (Not Found)
Then I tried a different tack and went with the Postman instructions to authorise using postman.
Having set up the collection and the environment I used the GET for Initiate Authorisation.
But I noticed that it had a null for redirect_url.. and then when I copy/paste the authorizationUrl into the browser and authenticate.. I end up with an error from FitBit that says...
So, the GET looks like below... I see nulls in the redirect urls... but nowhere in the instructions is this mentioned... do I put it into resource-server.env somehow?
Any help would be greatly appreciated...
Thanks
PJ
{
"id": "5a14581ec9e77c0007d5a367",
"stateKey": "Hxb2es",
"username": "[email protected]",
"redirectUri": "https://www.fitbit.com/oauth2/authorize",
"requestParams": {
"redirect_url": null
},
"authorizationUrl": "https://www.fitbit.com/oauth2/authorize?response_type=code&client_id=22CL97&redirect_uri=http://localhost:8083/authorize/fitbit/callback&scope=activity%20heartrate%20sleep%20weight&state=Hxb2es&prompt=login%20consent",
"clientRedirectUrl": null,
"isAuthorized": false,
"serializedRequest": "rO0ABXNyAEpvcmcuc3ByaW5nZnJhbWV3b3JrLnNlY3VyaXR5Lm9hdXRoMi5jbGllbnQudG9rZW4uRGVmYXVsdEFjY2Vzc1Rva2VuUmVxdWVzdAyynjYbJPrOAgAGTAAGY29va2lldAASTGphdmEvbGFuZy9TdHJpbmc7TAAKY3VycmVudFVyaXEAfgABTAANZXhpc3RpbmdUb2tlbnQAPkxvcmcvc3ByaW5nZnJhbWV3b3JrL3NlY3VyaXR5L29hdXRoMi9jb21tb24vT0F1dGgyQWNjZXNzVG9rZW47TAAHaGVhZGVyc3QAD0xqYXZhL3V0aWwvTWFwO0wACnBhcmFtZXRlcnN0AChMb3JnL3NwcmluZ2ZyYW1ld29yay91dGlsL011bHRpVmFsdWVNYXA7TAAFc3RhdGV0ABJMamF2YS9sYW5nL09iamVjdDt4cHBwcHNyACxvcmcuc3ByaW5nZnJhbWV3b3JrLnV0aWwuTGlua2VkTXVsdGlWYWx1ZU1hcDTATlwQbMD7AgABTAAJdGFyZ2V0TWFwcQB+AAN4cHNyABdqYXZhLnV0aWwuTGlua2VkSGFzaE1hcDTATlwQbMD7AgABWgALYWNjZXNzT3JkZXJ4cgARamF2YS51dGlsLkhhc2hNYXAFB9rBwxZg0QMAAkYACmxvYWRGYWN0b3JJAAl0aHJlc2hvbGR4cD9AAAAAAAAAdwgAAAAQAAAAAHgAc3EAfgAHc3EAfgAJP0AAAAAAAAx3CAAAABAAAAABdAAFc3RhdGVzcgAUamF2YS51dGlsLkxpbmtlZExpc3QMKVNdSmCIIgMAAHhwdwQAAAABdAAGSHhiMmVzeHgAcA=="
}
The text was updated successfully, but these errors were encountered: