Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Module prints empty titles [BUG] #1445

Open
HNT1807 opened this issue Dec 31, 2022 · 2 comments
Open

Module prints empty titles [BUG] #1445

HNT1807 opened this issue Dec 31, 2022 · 2 comments
Labels

Comments

@HNT1807
Copy link

HNT1807 commented Dec 31, 2022

Hello and thanks for your help.

Everything is up to date.

I'm on mac, I created a script in PyCharm that checks the youtube urls in an Excel doc and returns the video titles in a column. It works great on my computer BUT, when I create an app and an executable script file with PyInstaller, it's not returning any titles anymore and I don't get any errors when I run them with the terminal...

I did a test where I removed the pytube module and just printed "test" in the cells and it worked, so the issue is with the pytube module...I did another test where instead of returning the titles in my Excel doc, it would print the titles in the terminal, and it's printing blank...

@HNT1807 HNT1807 added the bug label Dec 31, 2022
@HNT1807 HNT1807 changed the title Module print empty titles when it's packaged in an app[BUG] Module prints empty titles [BUG] Dec 31, 2022
@github-actions
Copy link

Thank you for contributing to PyTube. Please remember to reference Contributing.md

@Akul2010
Copy link

Akul2010 commented Jan 2, 2023

I think it was a problem in packaging the code to make an executable, something must have messed up. Were there any errors/warnings/etc. while building the app?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants