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

[SSL : CERTIFICATE_VERIFY_FAILED ] in Android #2620

Closed
T-Dynamos opened this issue Jun 20, 2022 · 3 comments
Closed

[SSL : CERTIFICATE_VERIFY_FAILED ] in Android #2620

T-Dynamos opened this issue Jun 20, 2022 · 3 comments
Labels

Comments

@T-Dynamos
Copy link
Contributor

T-Dynamos commented Jun 20, 2022

Screenshot_2022-06-20-11-07-03-221_com miui videoplayer
Was using this logic:

def get_url_info(self,*largs):
		threadRun(self.spinner,())
		try:
			link_info  = YouTube(self.url)
			self.link_image =  link_info.thumbnail_url
			self.link_title =  link_info.title
			self.total_video_files = len(link_info.streams.filter(file_extension="mp4",only_video=True))
			self.total_audio_files = len(link_info.streams.filter(file_extension="webm",only_audio=True))
			self.total_files = self.total_video_files + self.total_audio_files
			self.video_links = link_info.streams.filter(file_extension="mp4",only_video=True)
			self.audio_links = link_info.streams.filter(file_extension="webm",only_audio=True)[::-1]
		except Exception as e:
			Toast("No or Slow Intenet"+str(e))
			return self.modal.dismiss()

I am using pytube

from pytube import *
@misl6
Copy link
Member

misl6 commented Jun 20, 2022

Closing as a support request.

Please make sure that certifi is in your requirements.

@misl6 misl6 added the support label Jun 20, 2022
@github-actions
Copy link

👋 We use the issue tracker exclusively for bug reports and feature requests. However, this issue appears to be a support request. Please use our support channels to get help with the project.

If you're having trouble installing or using python-for-android, maybe you could be interested in our quickstart guide.

Let us know if this comment was made in error, and we'll be happy to reopen the issue.

@T-Dynamos
Copy link
Contributor Author

T-Dynamos commented Jun 20, 2022

Closing as a support request.

Please make sure that certifi is in your requirements.

https://github.com/T-Dynamos/CyberTube/blob/349a6453db7b2b062b775f4ab277ffbf48aa564e/buildozer.spec#L39

requirements = kivy==2.1.0,https://github.com/kivymd/KivyMD/archive/refs/heads/master.zip, requests,pillow,charset_normalizer,chardet,idna,urllib3,certifi,pytube

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