Log in
Log into community
Find answers from the community
View all posts
Related posts
Did this answer your question?
π
π
π
Powered by
Hall
Inactive
Updated 2 months ago
0
Follow
tried multiple RSS links, but it returns
tried multiple RSS links, but it returns
Inactive
0
Follow
M
Maverick
last year
Β·
tried multiple RSS links, but it returns [] at all times
L
M
9 comments
Share
Open in Discord
L
Logan M
last year
The source code is just using
feedparser
to parse the rss feed
does this return anything for you?
Plain Text
Copy
import feedparser parsed = feedparser.parse(url)
M
Maverick
last year
parsed ... {'bozo': True, 'entries': [], 'feed': {}, 'headers': {}, 'bozo_exception': URLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)'))}
L
Logan M
last year
SSL issues are usually because of VPNs on works laptops in my experience
M
Maverick
last year
that's right
M
Maverick
last year
thx
M
Maverick
last year
any suggestions for a better way?
L
Logan M
last year
Use google colab for now? π
M
Maverick
last year
hmm ... let me chk that out
M
Maverick
last year
thx Logan ππΌ
Add a reply
Sign up and join the conversation on Discord
Join on Discord