sergiotapia / magnetissimo

Web application that indexes all popular torrent sites, and saves it to the local database.
MIT License
3k stars 190 forks source link

[info] Application magnetissimo exited: shutdown #63

Closed nxtreaming closed 7 years ago

nxtreaming commented 7 years ago

I faced many times: "[info] Application magnetissimo exited: shutdown"

Reason: ** (WithClauseError) no with clause matching

The debug Log:

[error] GenServer #PID<0.1460.0> terminating ** (WithClauseError) no with clause matching: {:ok, %HTTPoison.Response{body: "\n<!DOCTYPE html>\n\n<head lang=\"en\">\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"/>\n<meta name=\"author\" content=\"World Wide Torrents\"/>\n<meta name=\"generator\" content=\"World Wide Torrents\"/>\n<meta name=\"description\" content=\"WorldWide Torrents Community, A place to download TV series, movies, music, games torrents, make friends and to have fun, A Place to call home\"/>\n<meta name=\"keywords\" content=\"torrents, worldwide torrents, WWRG, WWT, torrents download, browse torrents, search torrents, best torrent site, fast torrent download, safe torrents, Movie torrents, TV torrents, Ebook torrents, Music Torrents, Games Torrent, kat alternative, torrentz alternative,\"/>\n<link rel=\"stylesheet\" type=\"text/css\" href=\"themes/Final/css/w3.css\"/>\n<link rel=\"stylesheet\" type=\"text/css\" href=\"themes/Final/css/w3-theme.css\">\n<link rel=\"stylesheet\" type=\"text/css\" href=\"themes/Final/css/glyphicons.css\"/>\n<link rel=\"shortcut icon\" href=\"/themes/NB-TT-2c/images/favicon.ico\"/>\n<link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.min.css\">\n<link rel=\"stylesheet\" href=\"https://fonts.googleapis.com/css?family=Allerta+Stencil\">\n<link rel=\"stylesheet\" href=\"https://fonts.googleapis.com/css?family=Tangerine\">\n<link rel=\"stylesheet\" href=\"https://fonts.googleapis.com/css?family=Josefin+Sans\">\n\n<link href=\"https://fonts.googleapis.com/css?family=Lora\" rel=\"stylesheet\">\n<script type=\"text/javascript\" src=\"/backend/java_klappe.js\">\n\nWorldWide Torrents : Browse Torrents\n\n\n \n<div class=\"w3-top w3-card-8\">\n<ul class=\"w3-navbar w3-theme-d2 w3-left-align w3-large\">\n<li class=\"w3-hide-medium w3-hide-large w3-opennav w3-right\">\n<a class=\"w3-padding-large w3-hover-white w3-large w3-theme-d2\" href=\"javascript:void(0);\" onclick=\"openNav()\"><i class=\"fa fa-bars\">\n\n

  • <a href=\"/index.php\" class=\"w3-padding-large w3-theme-d4 w3-allerta\"><img src=\"https://cdn.pximg.xyz/2a8869edc0138774cd01cd3a17b56d89.png\" height=\"26\" width=\"26\"> WorldWide Torrents
  • \n
  • <a href=\"/account-login-signup.php\">Login/Sign Up
  • <li class=\"w3-hide-small w3-dropdown-hover\"><a href=\"/forums.php\" class=\"w3-padding-large w3-hover-white\" title=\"FORUMS\"><i class=\"fa fa-comments\"> Forums\n<div class=\"w3-dropdown-content w3-white w3-card-4 w3-small\">\n<a href=\"/faq.php\"><i class=\"fa fa-question\"> FAQ\n<a href=\"/rules.php\"><i class=\"fa fa-sitemap\"> Rules\n<a href=\"/memberlist.php\"><i class=\"fa fa-users\"> Members\n
    \n\n<li class=\"w3-hide-small w3-dropdown-hover\"><a href=\"#\" class=\"w3-padding-large w3-hover-white\" title=\"Torrents\"><i class=\"fa fa-anchor\"> Torrents\n<div class=\"w3-dropdown-content w3-white w3-card-4 w3-small\">\n<a href=\"/torrents.php\"><i class=\"fa fa-binoculars\"> Browse Torrents\n<a href=\"/request.php\"><i class=\"fa fa-ambulance\"> Request Torrent\n<a href=\"/torrents-today.php\"><i class=\"fa fa-flash\"> Today's Torrents\n
    \n\n<li class=\"w3-hide-small\"><a href=\"/torrents-upload.php\" class=\"w3-padding-large w3-hover-white\" title=\"Upload Torrent\"><i class=\"fa fa-upload\"> Upload Torrent\n<li class=\"w3-hide-small\"><a href=\"/torrents-search.php\" class=\"w3-padding-large w3-hover-white\" title=\"Search Torrent\"><i class=\"fa fa-search\"> Search\n\n\n\n \n\n<div class='myTable'style=\"margin-top:70px;\">\n \n\n\n \n\n\n
    \n
    <table cellspacing=\"8\" cellpadding=\"10\" width=\"100%\" border=\"0\">\n \n<script src=\"https://code.jquery.com/jquery-1.12.4.min.js\"> \n <td valign=\"top\">
    \n
    <h3 class=\"w3-allerta w3-theme-l1\">
    Browse Torrents
    \n
    \n \n\t\t\n\n
    Categories: - Show all of - Anime - Apps - Books - Comics - Documentaries - Games - Movies - Music - Other - TV - TV/HD - Unity Asset - XXX

    \n\n


    Sort By:  
    <table align=\"center\" class=\"ttable_headinner\" width=\"100%\"><tr class=\"ttable_head\">Torrents Name<th width='35' (truncated) [info] Application magnetissimo exited: shutdown

    nxtreaming commented 7 years ago

    It seems that the "lib/crawler/worldwidetorrents.ex" misses some matching clauses.

    sergiotapia commented 7 years ago

    Thanks for the report, I have a great PR about to land into master that tidies up the crawlers a ton and removes all of these ugly errors. Courtesy @tchoutri 😄

    tchoutri commented 7 years ago

    wooo indeed that looks a bit nasty. I'll get to work once I'm out of the train :) (for next time, put the debug/error log in a separate gist/pastebin ;)

    nxtreaming commented 7 years ago

    @sergiotapia any news for code merge?

    sergiotapia commented 7 years ago

    @nxtreaming In the pipeline. Lots of fixes and a few more parsers. #72

    nxtreaming commented 7 years ago

    fine, I will test