You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran the code in my CentOS 7 virtual box. Followed the procedures;
I got three errors. I found the cause for one error myself and resolved it!. For other two I need help............
Three issues;
example.csv file showed Date column filled with empty space (date is not reflected in this column).
.............................i had not set the env properly (now it is RESOLVED)
In second case, while running the python3 mbox_parser.py imp.mbox
(my mbox--->imp.mbox) the following error was there,
File "mbox_parser.py", line 120, in
contents = get_contents(email)
File "mbox_parser.py", line 58, in get_content
retunr parts[0]
IndexError: list index out of range
I ran the code in my CentOS 7 virtual box. Followed the procedures;
I got three errors. I found the cause for one error myself and resolved it!. For other two I need help............
Three issues;
example.csv file showed Date column filled with empty space (date is not reflected in this column).
.............................i had not set the env properly (now it is RESOLVED)
In second case, while running the python3 mbox_parser.py imp.mbox
(my mbox--->imp.mbox) the following error was there,
File "mbox_parser.py", line 120, in
contents = get_contents(email)
File "mbox_parser.py", line 58, in get_content
retunr parts[0]
IndexError: list index out of range
I am getting this
MarkupResemblesLocatorWarning: "https://success.trendmictor.com/solution/1116416-prevent-vlid-local-user-accounts-from-being-enumerated-via-rcpt-to-coand-in postfix-in-interscan" looks like a URL.beuatiful soup is not an HTTP client. you should probaby use an HTTP client like requests to get the document behinf the URL, and feed that doument to Beautiful Soup.
MarkupResembesLocatorWarning
Help needed to resolve my errors
The text was updated successfully, but these errors were encountered: