Git Product home page Git Product logo

spending-tracker's People

Contributors

peters-josh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

spending-tracker's Issues

Request to add a license

Hey, I'm here from Hacker News. Cool project! I just want to recommend adding a license to it for these reasons. I couldn't find one in the repo. Choose a License can help you pick one.

Feel free to close if not adding a license was intentional.

Mail Delivery Subsystem | Delivery Status Notification (Failure)

Hello! I'm having an issue simply sharing the Google Drive doc with my Google API service account. I get the following issue:

Your message wasn't delivered to (myprojectname)@project-(myprojectname).iam.gserviceaccount.com because the domain project-(myprojectname).iam.gserviceaccount.com couldn't be found. Check for typos or unnecessary spaces and try again.

Any ideas on what could be causing this error or how to best rectify the issue? Thanks!

gspread.exceptions.SpreadsheetNotFound

Hello! I followed the steps exactly, my credentials.json is on Heroku, but for some reason I'm getting this error:

2019-05-05T23:28:12.835309+00:00 app[web.1]: [2019-05-05 23:28:12,832] ERROR in app: Exception on /budget/api/email [POST]
2019-05-05T23:28:12.835313+00:00 app[web.1]: Traceback (most recent call last):
2019-05-05T23:28:12.835314+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.6/site-packages/gspread/client.py", line 122, in open
2019-05-05T23:28:12.835316+00:00 app[web.1]: self.list_spreadsheet_files()
2019-05-05T23:28:12.835317+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.6/site-packages/gspread/utils.py", line 29, in finditem
2019-05-05T23:28:12.835319+00:00 app[web.1]: return next((item for item in seq if func(item)))
2019-05-05T23:28:12.835320+00:00 app[web.1]: StopIteration
2019-05-05T23:28:12.835321+00:00 app[web.1]:
2019-05-05T23:28:12.835323+00:00 app[web.1]: During handling of the above exception, another exception occurred:
2019-05-05T23:28:12.835324+00:00 app[web.1]:
2019-05-05T23:28:12.835325+00:00 app[web.1]: Traceback (most recent call last):
2019-05-05T23:28:12.835326+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.6/site-packages/flask/app.py", line 2292, in wsgi_app
2019-05-05T23:28:12.835327+00:00 app[web.1]: response = self.full_dispatch_request()
2019-05-05T23:28:12.835329+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.6/site-packages/flask/app.py", line 1815, in full_dispatch_request
2019-05-05T23:28:12.835330+00:00 app[web.1]: rv = self.handle_user_exception(e)
2019-05-05T23:28:12.835332+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.6/site-packages/flask/app.py", line 1718, in handle_user_exception
2019-05-05T23:28:12.835333+00:00 app[web.1]: reraise(exc_type, exc_value, tb)
2019-05-05T23:28:12.835334+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.6/site-packages/flask/_compat.py", line 35, in reraise
2019-05-05T23:28:12.835335+00:00 app[web.1]: raise value
2019-05-05T23:28:12.835336+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.6/site-packages/flask/app.py", line 1813, in full_dispatch_request
2019-05-05T23:28:12.835337+00:00 app[web.1]: rv = self.dispatch_request()
2019-05-05T23:28:12.835339+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.6/site-packages/flask/app.py", line 1799, in dispatch_request
2019-05-05T23:28:12.835340+00:00 app[web.1]: return self.view_functions[rule.endpoint](**req.view_args)
2019-05-05T23:28:12.835341+00:00 app[web.1]: File "/app/app.py", line 45, in parse_email
2019-05-05T23:28:12.835342+00:00 app[web.1]: sheet.add_expense(amount, description, category, method)
2019-05-05T23:28:12.835343+00:00 app[web.1]: File "/app/sheets.py", line 14, in add_expense
2019-05-05T23:28:12.835344+00:00 app[web.1]: sheet = self.client.open('Budget').sheet1
2019-05-05T23:28:12.835345+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.6/site-packages/gspread/client.py", line 130, in open
2019-05-05T23:28:12.835347+00:00 app[web.1]: raise SpreadsheetNotFound
2019-05-05T23:28:12.835352+00:00 app[web.1]: gspread.exceptions.SpreadsheetNotFound
2019-05-05T23:28:12.836436+00:00 app[web.1]: 10.165.209.116 - - [05/May/2019:23:28:12 +0000] "POST /budget/api/email HTTP/1.1" 500 291 "-" "Zapier"
2019-05-05T23:28:12.837251+00:00 heroku[router]: at=info method=POST path="/budget/api/email" host=budgeting-app-api-heroku.herokuapp.com request_id=2eacbfc5-d55d-4444-80f1-d74ad631d715 fwd="34.201.37.70" dyno=web.1 connect=1ms service=185ms status=500 bytes=456 protocol=https

Trouble with sending test email from Zappier

Dear Peter,

While setting up the app on my computer, I encounter the following error at the step sending a test email to heroku app as below:

We had trouble sending your test through.
The app returned "Internal Server Error" with no further details. It looks like the server for your connected app is down or currently experiencing problems. Please check the app's status page or contact support if there are no reported issues.

We made a request to spending-tracker-mai-nguyen.herokuapp.com and received (500) Internal Server Error.

May I ask what is wrong?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.