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

Bug: FortiGuard URLCategory Failure #203

Closed
ecapuano opened this issue Feb 28, 2018 · 2 comments
Closed

Bug: FortiGuard URLCategory Failure #203

ecapuano opened this issue Feb 28, 2018 · 2 comments
Assignees
Labels
category:bug Issue is related to a bug scope:analyzer Issue is analyzer related status:pr-submitted

Comments

@ecapuano
Copy link
Contributor

Looks like my URL category analyzer broke again =\

{
  "errorMessage": "Error: Invalid output\nTraceback (most recent call last):\n  File \"./urlcategory.py\", line 52, in <module>\n    URLCategoryAnalyzer().run()\n  File \"./urlcategory.py\", line 44, in run\n    'category': category_match.group(1)\nAttributeError: 'NoneType' object has no attribute 'group'\n",
  "input": null,
  "success": false
}

Since the analyzer is basically a web scraper, it's sensitive to any changes of the website. Will take a closer look here soon.

@ecapuano
Copy link
Contributor Author

Submitted PR to use https for request
#204

@3c7 3c7 self-assigned this Feb 28, 2018
@3c7 3c7 added category:bug Issue is related to a bug scope:analyzer Issue is analyzer related status:pr-submitted labels Feb 28, 2018
@3c7 3c7 closed this as completed in a405339 Feb 28, 2018
@3c7
Copy link
Contributor

3c7 commented Feb 28, 2018

Merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:bug Issue is related to a bug scope:analyzer Issue is analyzer related status:pr-submitted
Projects
None yet
Development

No branches or pull requests

2 participants