-
Notifications
You must be signed in to change notification settings - Fork 63
Python starter code doesn't work #38
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
Comments
PETOSS-335 |
Thanks for raising an issue, a ticket has been created to track your request |
@kartikey-git Have you been able to fix this issue? I am having the same problem. |
kartikey-git, fred-py do you still get the same error? |
@gvedana My issue was completely unrelated, I was trying to connect with a xero account I had not been granted the correct permission. It would be nice if the error message was more clear as I spent quite some time trying different things and all I needed was to be granted permission from the given account. |
@fred-py Can you tell me how did you check that you required just a permission ? And how did you resolve it ? I still haven't resolved this issue and maybe that's what I need to do. I am trying with the demo company and assumed that I must already be having all permissions. Is it not the case ? |
@kartikey-git From memory I was trying to connect with my work account which I didn't have the permission needed to proceed, I then connected with a demo account from a Xero account I am the owner of. My guess is, if you are trying to connect with a demo account from someone else's Xero account, they may need to grant you additional access? |
I followed the Xero "Up and Running with xero-python-oauth2-starter project" tutorial on youtube. did the: pip uninstall Flask Flask-Session Now it works up to the login Instead of the access token I get the error page Internal Server Error raise w Any idea what I'm missing? |
blinker==1.8.1 |
I followed the Xero "Up and Running with xero-python-oauth2-starter project" tutorial on youtube.
I have tried to implement it multiple times and it just doesn't work.
There are multiple comments on youtube and GitHub in the last few months from other people too. I have followed it carefully step by step and haven't missed any detail.
Here's a detailed explanation of what's not working :-
After completing all steps when I first went to localhost:5000 after running the app this is the error I got -
After some searching, I found out that this is due to flask-session error. So I ran these commands -
Then I again followed the tutorial and got this error instead-

Here is the screenshot of the VS code terminal window -

Addtional Details -
I am running this on Mac (M2).
Editor - VS code.
I made sure that the URI is correct, Client secret and client ID is correct. I followed the tutorial multiple times perfectly. Please tell me what I need to do to get this working.
The text was updated successfully, but these errors were encountered: