Noah Funganoti
Noah Funganoti
I'm beginner man, my is simply I don't know how to work with it for example where I can get completed package On Wed, Nov 10, 2021, 1:08 AM Michael...
You received this error ( AttributeError: 'TrelloApp' object has no attribute '_build_add_commands'), cause the TrelloApp class is missing UserControl class. first import UserControl change this (class TrelloApp:) to ( class...
and in case you download the source code and get an error same as the one in live demo like this one below... =>There was an error while processing your...
> > You received this error ( AttributeError: 'TrelloApp' object has no attribute '_build_add_commands'), cause the TrelloApp class is missing UserControl class. first import UserControl change this (class TrelloApp:) to...
same with me
`I` found a way to get the right filename, in sitepackage in gdown library, then in download.py line 358 change `if tmp_file: f.close() shutil.move(tmp_file, output)` to `if tmp_file: f.close() filename_from_url...