Coder Social home page Coder Social logo

qytdl's People

Contributors

jahendrie avatar

Stargazers

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

Watchers

 avatar  avatar

qytdl's Issues

qytdl fails to download

Environment:
- Equipment: Dell AIO using Xeon CPU [email protected] w 8 cores
64GB of memory with 2 SATA 1TB drives
AMDยฎ Radeon (tm) pro wx series / Mesa Intelยฎ HD Graphics P630
Three monitors: 2560x1440 (16:9), 1920 x 1080 (16:9) and 2560x1440 (16:9)
- Ubuntu 20.04.2LTS 64-bit
- Python 3 - version 3.8.10
- PyQt5 (python-pyqt5) for Python 3 - version 5.14.1
- youtube-dl - version 2021.06.06

When qytdl launches the gui comes up and lets me add Youtube "Sharing" URLs to download. Once I click the ">" button to start the downloads all I get is a spinning icon with no indication that the downloads are running. My bandwidth monitor does not show the expected spike in inbound traffic from running downloads.

I have tested these same URLs using just youtube-dl same version as above and they all work correctly.

Please advise any troubleshooting suggestions.

Thank you!

John Vaccaro
Change is the law of life. Those who look only to the past or present are certain to miss the future. - John Kennedy

qytdl-1.5 failed to launch

qytdl version. try to compiling in void linux.

โžœ  ~ xbps-query -p pkgver qytdl
qytdl-1.5_1

python version

โžœ  ~ python3 --version
Python 3.10.8
โžœ  ~ qytdl
Traceback (most recent call last):
  File "/usr/share/qytdl/src/./main.py", line 29, in <module>
    from main_window import MainWindow
  File "/usr/share/qytdl/src/main_window.py", line 17, in <module>
    class MainWindow( QMainWindow ):
  File "/usr/share/qytdl/src/main_window.py", line 19, in MainWindow
    opts = read_config()
  File "/usr/share/qytdl/src/config.py", line 157, in read_config
    read_options( opts )
  File "/usr/share/qytdl/src/config.py", line 144, in read_options
    section = cfg[ "Theme" ]
  File "/usr/lib/python3.10/configparser.py", line 964, in __getitem__
    raise KeyError(key)
KeyError: 'Theme'

install with source the result is also error

โžœ  qytdl git:(master) doas make install
doas (l7@studio) password: 
find . -type f -exec install -Dm 755 "{}" "/usr/share/qytdl/{}" \;
install qytdl.desktop -D /usr/share/applications/qytdl.desktop
install README -D /usr/share/doc/qytdl/README
install doc/CHANGES -D /usr/share/doc/qytdl/CHANGES
install doc/LICENSE -D /usr/share/licenses/qytdl/LICENSE
install qytdl.sh -D /usr/bin/qytdl
โžœ  qytdl git:(master) qytdl
Traceback (most recent call last):
  File "/usr/share/qytdl/src/./main.py", line 29, in <module>
    from main_window import MainWindow
  File "/usr/share/qytdl/src/main_window.py", line 17, in <module>
    class MainWindow( QMainWindow ):
  File "/usr/share/qytdl/src/main_window.py", line 19, in MainWindow
    opts = read_config()
  File "/usr/share/qytdl/src/config.py", line 157, in read_config
    read_options( opts )
  File "/usr/share/qytdl/src/config.py", line 144, in read_options
    section = cfg[ "Theme" ]
  File "/usr/lib/python3.10/configparser.py", line 964, in __getitem__
    raise KeyError(key)
KeyError: 'Theme'
โžœ  qytdl git:(master) 

Errors upon loading.

I have compiled the qytdl package from the AUR.

Program does not load, here is what is displayed upon entering 'qytdl' into the terminal:

Traceback (most recent call last):
  File "/usr/share/qytdl/src/config.py", line 111, in read_config
    fp = open( cfg, "r" )
FileNotFoundError: [Errno 2] No such file or directory: '/home/joseph/.config/qytdl/config.txt'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "./main.py", line 29, in <module>
    from mainWindow import MainWindow
  File "/usr/share/qytdl/src/mainWindow.py", line 13, in <module>
    class MainWindow( QMainWindow ):
  File "/usr/share/qytdl/src/mainWindow.py", line 15, in MainWindow
    opts = read_config()
  File "/usr/share/qytdl/src/config.py", line 116, in read_config
    create_config( path, opts )
NameError: name 'path' is not defined

All dependencies are satisfied.
I am currently on 4.14.13-1-ARCH.

Crash on load

python 3.8.2
python-pyqt5 5.14.2
youtube-dl 2020.03.24

Traceback (most recent call last):
  File "src/main.py", line 29, in <module>
    from main_window import MainWindow
  File "/home/kimoli/.tmp/qytdl/src/main_window.py", line 15, in <module>
    class MainWindow( QMainWindow ):
  File "/home/kimoli/.tmp/qytdl/src/main_window.py", line 18, in MainWindow
    profiles = read_profiles()
  File "/home/kimoli/.tmp/qytdl/src/profile.py", line 349, in read_profiles
    profiles, examples = parse_profiles( fp )
  File "/home/kimoli/.tmp/qytdl/src/profile.py", line 325, in parse_profiles
    et = ET.parse( fp )
  File "/usr/lib/python3.8/xml/etree/ElementTree.py", line 1202, in parse
    tree.parse(source, parser)
  File "/usr/lib/python3.8/xml/etree/ElementTree.py", line 595, in parse
    self._root = parser._parse_whole(source)
xml.etree.ElementTree.ParseError: no element found: line 39, column 0

UI non interactable once download starts, can not cancel

(Sorry for bugging you so much)

Once you start the download process, the UI becomes non-responsive to any user input. For example, you can not add new links. There also appears to be no way to cancel (or pause) downloads once started besides killing the process.

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.