Coder Social home page Coder Social logo

aula_global_uc3m's Introduction

Hi , I'm Aitor Alonso

        

  • 👨‍💻 Full-stack developer with expertise at Go, Elixir and Node (TypeScript, Express/Nest.js & React/Next.js).
  • 💼 Currently working at @cabify
  • 📚 Always learning new things! I usually write about them in my blog
  • 🏆 Goals for this year: contribute more to Open Source projects.
  • 🎮 Love to play video games!

📝 Popular blog articles

📈 Github Stats

github profile contributions chart

aula_global_uc3m's People

Contributors

dependabot[bot] avatar guillebautista avatar srgmc avatar tairosonloa avatar vallahar avatar

Stargazers

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

Watchers

 avatar  avatar  avatar

aula_global_uc3m's Issues

Conflict with Forbidden Characters on Windows

Hi!

I was using this script to get all my files from aulaglobal, but this course some titles appear with asterisks on their titles.

This is the error message I was encountering:

image

I fixed it adding the following lines before the part that create the folders with the subject's names, specifically in line 89.

# Clean unsupported Windows namefile characters
        unsupportedChars = '<>:"/|\\\*?'
        for char in unsupportedChars:
            if char in h1:
                charIndex = h1.index(char)
                h1 = h1[:charIndex] + h1[charIndex + 1:]

I'm not sure if this is the right way to contribute to the GitHub repository though, as I have little knowledge about how this works, but hey, hope this helps!

Not working with new AG

As you may know, this summer AG interface was updated. It seems that is has affected your nice program because it always says ¨Datos erroneos¨ although I entered them correctly.
I have used your program several times, so I believe this is a problem due to the new AG.

Hope you can solve it. Tks

Cannot login into Aula Global

Due to the recent update to moodle 3.5 the script fails to get user token. It reports that username or password are not correct.

Error

Acabo de ver que lo arreglaste y el login lo hace perfecto. Empieza a descargar pero me ha dado este fallo. Echale un ojo si puedes, sin prisa. Gracias crack. Pasa pp que te invito a una cerve ;)

	Downloading: presentacion-en.pdf
	Downloading: template_en.ods
Traceback (most recent call last):
  File "aulaglobal.py", line 90, in <module>
    value, params = cgi.parse_header(cdheader)
  File "/usr/lib/python3.7/cgi.py", line 243, in parse_header
    parts = _parseparam(';' + line)
TypeError: can only concatenate str (not "NoneType") to str

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.