-
Notifications
You must be signed in to change notification settings - Fork 16
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
executable file not found #5
Comments
Cannot delete clientName, as it throws same similar error |
I am also trying to experiment with xero and its API, and I ran into the same issue. I installed dbus-x11 which resolved that issue. yum install dbus-x11 But then a new error popped up.
Then I installed gnome-keyring. yum install gnome-keyring With that I now have this isue:
I am not sure how to proceed further. I suspect this is because we are trying to do it on a Linux machine without a KDE or some such GUI environment. That is just a guess and I have no solid basis to say that. I am not sure when I will get back to this, but thought I can share my progress so far for what it is worth. |
@madhavvishnubhatta Don't know if this helps https://rtfm.co.ua/en/what-is-linux-keyring-gnome-keyring-secret-service-and-d-bus/ |
I'm facing the same issue, this is going to be running on a headless ubuntu server as part of a queued batch process. I need the ability to authenticate to this API without having to programatically open a GUI browser to authorise the request, which seems utterly ridiculous. Has anyone managed to make any progress with it? |
Having the same issue here. I cannot do machine to machine api calls, all because I've opted to use a headless os. Seems like a design flaw on Xero's behalf here. Can you guys please look into this? |
It's been a nightmare for us and ended up costing our client much more work than anticipated. We have a system where when an invoice is raised in our system, we copy it into Xero. What we ended up having to do was implement a "Xero Authorize" settings page within the client's back office admin panel where an admin user can click the "Authorize" button, then we store the access token and refresh token in the caches. Theoretically this only has to be done once. The refresh token lasts 60 days, so we have a scheduled task that runs every month or so to refresh the token and store the new values in the cache. This essentially keeps the tokens alive indefinitely and any new raised invoices will be seamlessly copied over to Xero. Not a particularly enjoyable solution. |
on Linux after using
./xoauth connect Company1
the below error was thrown when attempting to create a connection but even when creating a token.The text was updated successfully, but these errors were encountered: