mirror of
https://github.com/alb-uss/SECMON.git
synced 2026-04-25 17:25:49 +03:00
[GH-ISSUE #24] AttributeError: module 'base64' has no attribute 'decodestring' #22
Labels
No labels
bug
corrected
corrected
feature-request
feature-request
pull-request
question
reliability-improvement
to be checked up
to be checked up
vuln
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SECMON#22
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @leezopub on GitHub (Sep 19, 2021).
Original GitHub issue: https://github.com/alb-uss/SECMON/issues/24
Originally assigned to: @leezopub on GitHub.
I install with docker and error, please help

@alb-uss commented on GitHub (Oct 7, 2021):
Hi,
The problem came from the version of feedparser which was using a base64 function. Can you update feedparser with the following command and tell me if everything is ok for you : pip install feedparser --upgrade
Thanks and have a nice day