Giter Club home page Giter Club logo

google_classroom_assignment_list's People

Contributors

frigyes06 avatar greembow avatar henrihawk42 avatar

Stargazers

 avatar

Watchers

 avatar

google_classroom_assignment_list's Issues

Crash on startup

Traceback (most recent call last):
  File "/home/frigyes/google_classroom_assignment_list/src/main.py", line 60, in <module>
    submission
NameError: name 'submission' is not defined

Crash with invalid credentials file

Traceback (most recent call last):
  File "/home/frigyes/google_classroom_assignment_list/src/main.py", line 62, in <module>
    main()
  File "/home/frigyes/google_classroom_assignment_list/src/main.py", line 28, in main
    flow = InstalledAppFlow.from_client_secrets_file(
  File "/home/frigyes/.local/lib/python3.10/site-packages/google_auth_oauthlib/flow.py", line 204, in from_client_secrets_file
    return cls.from_client_config(client_config, scopes=scopes, **kwargs)
  File "/home/frigyes/.local/lib/python3.10/site-packages/google_auth_oauthlib/flow.py", line 162, in from_client_config
    raise ValueError("Client secrets must be for a web or installed app.")
ValueError: Client secrets must be for a web or installed app.

try-except

Crashes if no credentials.json is present

Traceback (most recent call last):
  File "/home/frigyes/google_classroom_assignment_list/src/main.py", line 62, in <module>
    main()
  File "/home/frigyes/google_classroom_assignment_list/src/main.py", line 28, in main
    flow = InstalledAppFlow.from_client_secrets_file(
  File "/home/frigyes/.local/lib/python3.10/site-packages/google_auth_oauthlib/flow.py", line 201, in from_client_secrets_file
    with open(client_secrets_file, "r") as json_file:
FileNotFoundError: [Errno 2] No such file or directory: 'credentials.json'

Can be fixed with a try-except

Missing requirements file

The project is lacking a requirements.txt file, which is highly advised with bigger projects for pip

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.