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

hundreds of exceptions : ValueError: unknown url type: #58

Open
haog1g1 opened this issue Jul 19, 2021 · 0 comments
Open

hundreds of exceptions : ValueError: unknown url type: #58

haog1g1 opened this issue Jul 19, 2021 · 0 comments

Comments

@haog1g1
Copy link

haog1g1 commented Jul 19, 2021

.....
detectData 厦门移动电视 http://cstvpull.live.wscdns.com/live/xiamenyidong.flv
detectData 清华大学电视台 http://v.cic.tsinghua.edu.cn:8080/live/tsinghuatv.flv
Exception in thread Thread-191:
Traceback (most recent call last):
File "/usr/lib/python3.6/threading.py", line 916, in _bootstrap_inner
self.run()
File "/usr/lib/python3.6/threading.py", line 864, in run
self._target(*self._args, **self._kwargs)
File "/home/ubuntu/iptv-m3u-maker/python/plugins/listb.py", line 67, in detectData
midM3uInfo = self.T.getPage(playUrl, req)
File "/home/ubuntu/iptv-m3u-maker/python/tools.py", line 29, in getPage
request = urllib.request.Request(url)
File "/usr/lib/python3.6/urllib/request.py", line 329, in init
self.full_url = url
File "/usr/lib/python3.6/urllib/request.py", line 355, in full_url
self._parse()
File "/usr/lib/python3.6/urllib/request.py", line 384, in _parse
raise ValueError("unknown url type: %r" % self.full_url)
ValueError: unknown url type: 'I03T05QYzIlXrxnABB1dpJhNd9nQ7NGdcBQMtNBDyFgGfFWXNBQC/ZAdzRgRYBXfQFSS4BUXjRnE9xweRB2XoA0Xxd3TE0RfEdnTqckD3BlU2sHV'

#{hundreds of exceptions here }

Exception in thread Thread-2477:
Traceback (most recent call last):
File "/usr/lib/python3.6/threading.py", line 916, in _bootstrap_inner
self.run()
File "/usr/lib/python3.6/threading.py", line 864, in run
self._target(*self._args, **self._kwargs)
File "/home/ubuntu/iptv-m3u-maker/python/plugins/listb.py", line 67, in detectData
midM3uInfo = self.T.getPage(playUrl, req)
File "/home/ubuntu/iptv-m3u-maker/python/tools.py", line 29, in getPage
request = urllib.request.Request(url)
File "/usr/lib/python3.6/urllib/request.py", line 329, in init
self.full_url = url
File "/usr/lib/python3.6/urllib/request.py", line 355, in full_url
self._parse()
File "/usr/lib/python3.6/urllib/request.py", line 384, in _parse
raise ValueError("unknown url type: %r" % self.full_url)
ValueError: unknown url type: 'Hw1NnNFCc5HVq13VAhgd5E0adhXS9VzeKI1YrNkCxFVHQdzUCRFX4NVdyZ1RAEXLDwXS/t0W1sHRv4VfBYGX4dEUnkHQQhkeRY3T4ZkV2BQArt3U'

No m3u file generated.

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

No branches or pull requests

1 participant