-
Notifications
You must be signed in to change notification settings - Fork 14
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
Better Localization Handling #6
Comments
turns out that all I had to was to change the callback site to 127.0.0.1 (becuase of how my hosts file is configured) |
Hey thanks for bringing this to my attention. Were you able to grant access to your account to your api key? |
Yes, I was able to do so. Think that my browsers was cashing some stuff from previous request - when doing that in incognito mode everything started working correctly. |
okay so I have found the reason behind that missing self.transactions |
to solve the date issue and skipping positive amounts I could create a config file or add it to the first use questionnaire thing. But in the mean time you're always welcome to submit a PR. I created this program to take my bank statement csv files as an input and ask me which of these transactions I wanted to split with a predefined group so I naturally wanted to skip over any deposits and only ask about debit transactions. I don't think theres a bug here. Filing under enhancements. |
Yeah there are no bugs on the code, problems I've had was either the environment (server running on different url than the callback one) or data problems (csv had different date formats and values were positive or negative). This issue can be closed. btw, thanks for opensourcing your program, it helps a lot! (i might be inclined to work on this one to make it a configuration thing, will let you know once I've submitted a PR) |
I'm following the process described in the readme
I have obtained keys from splitwise
I have a sample csv file that looks like this:
I run the command
python groupsplit.py ../test.csv 'Splitwise group name'
Webbrowser opens and wants me to click authorize
I click authorize
I'm redirected to an site that has some xml information
the url is
localhost:5000
so this is the callback site but I can't do anything from there. There are no prompts to describe the columns in my csv etc. Have I missed any steps when setting up the app?The text was updated successfully, but these errors were encountered: