Not sure what I’m doing wrong here, localhost always returns unauthorised and api.safenet always times out.
Any help/basic guides appreciated! I am running launcher 0.8.0, MacOS
Make sure the launcher is up and running, signed up and logged in.
when you make the request to localhost the Launcher should come to the foreground ask you to confirm the permissions requested, confirm those
If the launcher isn’t running, you aren’t logged in or if you don’t confirm the permission soon enough, the request will time out. The api.safenet is just a virtual address that only resolves from within beaker-browser/the launcher but not outside of it (so not in any python scripts).
Thanks for coming back so quickly! Launcher is up and logged in, no pop up appears when requesting on localhost. It is hitting launcher though since I am getting:
App Name: Anonymous Application, Request: Validate App Authorisation, Status: FAILURE in the Logs.
Malformed request perhaps?
so, very well then. Just wanted to make sure the outer setup it alright. Then started looking into the code you provided and found the following problems:
of course no appendable data support yet (because it is some days older) but authentication and put/get stuff is already working - so a pretty good start!