Log in
Log into community
Find answers from the community
s
F
Y
a
P
3,278
View all posts
Related posts
Did this answer your question?
π
π
π
Powered by
Hall
Inactive
Updated last month
0
Follow
tried multiple RSS links, but it returns
tried multiple RSS links, but it returns
0
Follow
M
Maverick
12 months ago
Β·
tried multiple RSS links, but it returns [] at all times
L
M
9 comments
Share
Open in Discord
L
Logan M
12 months ago
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
12 months ago
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
12 months ago
SSL issues are usually because of VPNs on works laptops in my experience
M
Maverick
12 months ago
that's right
M
Maverick
12 months ago
thx
M
Maverick
12 months ago
any suggestions for a better way?
L
Logan M
12 months ago
Use google colab for now? π
M
Maverick
12 months ago
hmm ... let me chk that out
M
Maverick
12 months ago
thx Logan ππΌ
Add a reply
Sign up and join the conversation on Discord
Join on Discord