Giter Club home page Giter Club logo

Comments (13)

Coop21 avatar Coop21 commented on June 11, 2024 1

It's working! I was able to change the directory permissions using winscp.

Sent you some beer money. Have a few cold ones on me, brother.

from fantasy-football-scoreboard.

mikemountain avatar mikemountain commented on June 11, 2024

from fantasy-football-scoreboard.

Coop21 avatar Coop21 commented on June 11, 2024

So that worked, but now I get this...

image

from fantasy-football-scoreboard.

mikemountain avatar mikemountain commented on June 11, 2024

Looks like a config issue, there might be too many curly braces because it's saying there is extra data. Can you check your config.json file and make sure it's all lined up?

from fantasy-football-scoreboard.

Coop21 avatar Coop21 commented on June 11, 2024

I bet I know the issue. I had to manually create the token.json file. So I bet that's the problem. Can you list the format of that json file below? The main config file looks fine.

from fantasy-football-scoreboard.

Coop21 avatar Coop21 commented on June 11, 2024

so I think I figured out the json thing. I get to the point where I enter in my code (I'm using Yahoo). Then I get this...

image

from fantasy-football-scoreboard.

mikemountain avatar mikemountain commented on June 11, 2024

the auth/token.json file should look like this:

{ "access_token": <very long string here>, "consumer_key": <consumer key string here>, "consumer_secret": <consumer secret string here>, "guid": null, "refresh_token": <refresh token string here>, "token_time": <time here>, "token_type": "bearer" }

this should be autogenerated by the code; why did you have to manually create the token.json file?

from fantasy-football-scoreboard.

Coop21 avatar Coop21 commented on June 11, 2024

Probably because I don't know what the hell I'm doing.

I scrapped the entire thing and started from scratch. I think I'm past the token and json stuff. Now it's this...

image

from fantasy-football-scoreboard.

mikemountain avatar mikemountain commented on June 11, 2024

Hahaha no worry dude! This helps me figure out what I need to clarify in my readme/install scripts.

If there is a logos directory already, you can run sudo chown -R $(whoami):$(whoami) logos and it'll hopefully work after that.

If there isn't a logos directory, then you should be able to just run mkdir logos and then run the program as usual.

Can't be at my PC right now but want to make sure I can get this working for you, let me know if this works!

from fantasy-football-scoreboard.

Coop21 avatar Coop21 commented on June 11, 2024

Making progress. Added the folder. Now this. Ran the chown command as well. Maybe I need read/write privileges to the folder?

image

from fantasy-football-scoreboard.

mikemountain avatar mikemountain commented on June 11, 2024

from fantasy-football-scoreboard.

Coop21 avatar Coop21 commented on June 11, 2024

image

from fantasy-football-scoreboard.

mikemountain avatar mikemountain commented on June 11, 2024

Hell yeah brother, cheers! Enjoy the board, and feel free to open a new ticket if more issues happen.

from fantasy-football-scoreboard.

Related Issues (20)

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.