Giter VIP home page Giter VIP logo

Comments (3)

JerBouma avatar JerBouma commented on May 23, 2024

Few suggestions:

  • Can you try including the drive? (i.e. C:/Users/andrew/Desktop/ThePassiveInvestor.xlsx')
  • Try a different Tickers URL
  • Create an Excel file that includes a few tickers (if this works, then it has something to do with the URL)

Unfortunately I do not own a Mac so I can not adequately reproduce the error. Please let me know if it works.

from thepassiveinvestor.

SnowyThinker avatar SnowyThinker commented on May 23, 2024

Thank you JerBouma.

It works well after added 'time.sleep(3)' in report.py. I thought yahoo finance block the request after massive requests.

for ticker in tickers:
    time.sleep(3)
    progress = Label(self, text="Creating report for " + ticker,bg=buttonColor,fg=buttonTextColour)
    progress.grid(row=4,column=1, columnspan=2, sticky=W+E+N+S,padx=10, pady=10)

from thepassiveinvestor.

JerBouma avatar JerBouma commented on May 23, 2024

Hmm, alright. In case this issue pops up more frequently I will include it in the base code!

from thepassiveinvestor.

Related Issues (3)

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.