Jackett / Jackett

API Support for your favorite torrent trackers
GNU General Public License v2.0
12.33k stars 1.3k forks source link

[1337x] (testing) Exception (1337x): Network is unreachable: Network is unreachable (www.1337x.to:443) #13606

Closed GitAkash closed 2 years ago

GitAkash commented 2 years ago

Have you checked our Troubleshooting page for your issue?

Is there already an issue for your problem?

Have you read our Contributing Guidelines?

Environment

Using HTTP Client: HttpWebClient2
Using FlareSolverr: No
Using proxy: Disabled
App config/log directory: /config/Jackett
ThreadPool MaxThreads: 32767 workerThreads, 1000 completionPortThreads
Running in Docker: Yes (image build: v0.20.1819-ls74)
File /etc/issue: Ubuntu 20.04.4 LTS \n \l
Jackett variant: CoreLinuxAmdx64
OS version: Unix 5.15.0.48 (64bit OS) (64bit process)
Environment version: 6.0.9 (/app/Jackett/)

Description

Heya, Yesterday all my torrentsite's linked to my jackett stopped working. I am not sure what i did wrong but all sites give the same error. (Error as the title (in that case 1337x)). I did change my IP to a static ip but otherwise i didn't do anything. I noticed this issue when all torrents went on idle on my transmission webclient. After checking jackett i saw that they all didn't work. My docker-compose is set up as follows:

jackett: container_name: jackett image: lscr.io/linuxserver/jackett:v0.20.1819-ls74 networks:

Logged Error Messages

Jackett.Common.IndexerException: Exception (1337x): Network is unreachable
 ---> System.Net.Http.HttpRequestException: Network is unreachable (www.1337x.to:443)
 ---> System.Net.Sockets.SocketException (101): Network is unreachable
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
   at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
   at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|277_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
   --- End of inner exception stack trace ---
   at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(HttpRequestMessage request)
   at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.GetHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
   at System.Net.Http.DiagnosticsHandler.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at FlareSolverrSharp.ClearanceHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
   at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
   at Jackett.Common.Utils.Clients.HttpWebClient2.Run(WebRequest webRequest) in /home/vsts/work/1/s/src/Jackett.Common/Utils/Clients/HttpWebClient2.cs:line 179
   at Jackett.Common.Utils.Clients.WebClient.GetResultAsync(WebRequest request) in /home/vsts/work/1/s/src/Jackett.Common/Utils/Clients/WebClient.cs:line 221
   at Jackett.Common.Indexers.BaseWebIndexer.RequestWithCookiesAsync(String url, String cookieOverride, RequestType method, String referer, IEnumerable`1 data, Dictionary`2 headers, String rawbody, Nullable`1 emulateBrowser) in /home/vsts/work/1/s/src/Jackett.Common/Indexers/BaseIndexer.cs:line 526
   at Jackett.Common.Indexers.CardigannIndexer.PerformQuery(TorznabQuery query) in /home/vsts/work/1/s/src/Jackett.Common/Indexers/CardigannIndexer.cs:line 1414
   at Jackett.Common.Indexers.BaseIndexer.ResultsForQuery(TorznabQuery query, Boolean isMetaIndexer) in /home/vsts/work/1/s/src/Jackett.Common/Indexers/BaseIndexer.cs:line 324
   --- End of inner exception stack trace ---
   at Jackett.Common.Indexers.BaseIndexer.ResultsForQuery(TorznabQuery query, Boolean isMetaIndexer) in /home/vsts/work/1/s/src/Jackett.Common/Indexers/BaseIndexer.cs:line 324
   at Jackett.Common.Indexers.BaseWebIndexer.ResultsForQuery(TorznabQuery query, Boolean isMetaIndexer) in /home/vsts/work/1/s/src/Jackett.Common/Indexers/BaseIndexer.cs:line 695
   at Jackett.Common.Services.IndexerManagerService.TestIndexer(String name) in /home/vsts/work/1/s/src/Jackett.Common/Services/IndexerManagerService.cs:line 315
   at Jackett.Server.Controllers.IndexerApiController.Test() in /home/vsts/work/1/s/src/Jackett.Server/Controllers/IndexerApiController.cs:line 147
   at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfIActionResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope)
   at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
   at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
   at Jackett.Server.Middleware.CustomExceptionHandler.Invoke(HttpContext httpContext) in /home/vsts/work/1/s/src/Jackett.Server/Middleware/CustomExceptionHandler.cs:line 61

Screenshots

No response

ilike2burnthing commented 2 years ago

Add the indexer LinuxTracker and test if it works.

If it works, try the suggested fix here - https://github.com/Jackett/Jackett/issues/13559#issuecomment-1252807067

If it fails, please provide the output for curl -v https://www.google.com from both within the container and on your host.

Also, you should change your image to lscr.io/linuxserver/jackett:latest rather than specifying a version.

GitAkash commented 2 years ago

I tried the dns, it didn't seem to have done anything. When adding latest to my compose it gives me an error that the website is unreachable. Not sure why. This was that error: Error response from daemon: Get "https://lscr.io/v2/": dial tcp 18.193.247.98:44 3: connect: network is unreachable

Connecting through container using:

sudo docker exec -it jackett /bin/bash
curl -v https://www.google.com

gives me the following:


* Could not resolve host: www.google.com
* Closing connection 0
curl: (6) Could not resolve host: www.google.com

I guess that would be the issue, not sure how to fix it though.

Connecting through host gives me this output:


*   Trying 2a00:1450:400e:811::2004:443...
* Connected to www.google.com (2a00:1450:400e:811::2004) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
*  CAfile: /etc/ssl/certs/ca-certificates.crt
*  CApath: /etc/ssl/certs
* TLSv1.0 (OUT), TLS header, Certificate Status (22):
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
* TLSv1.2 (IN), TLS header, Certificate Status (22):
* TLSv1.3 (IN), TLS handshake, Server hello (2):
* TLSv1.2 (IN), TLS header, Finished (20):
* TLSv1.2 (IN), TLS header, Supplemental data (23):
* TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):
* TLSv1.3 (IN), TLS handshake, Certificate (11):
* TLSv1.3 (IN), TLS handshake, CERT verify (15):
* TLSv1.3 (IN), TLS handshake, Finished (20):
* TLSv1.2 (OUT), TLS header, Finished (20):
* TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):
* TLSv1.2 (OUT), TLS header, Supplemental data (23):
* TLSv1.3 (OUT), TLS handshake, Finished (20):
* SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384
* ALPN, server accepted to use h2
* Server certificate:
*  subject: CN=www.google.com
*  start date: Sep  5 08:19:11 2022 GMT
*  expire date: Nov 28 08:19:10 2022 GMT
*  subjectAltName: host "www.google.com" matched cert's "www.google.com"
*  issuer: C=US; O=Google Trust Services LLC; CN=GTS CA 1C3
*  SSL certificate verify ok.
* Using HTTP2, server supports multiplexing
* Connection state changed (HTTP/2 confirmed)
* Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0
* TLSv1.2 (OUT), TLS header, Supplemental data (23):
* TLSv1.2 (OUT), TLS header, Supplemental data (23):
* TLSv1.2 (OUT), TLS header, Supplemental data (23):
* Using Stream ID: 1 (easy handle 0x55cb05563e80)
* TLSv1.2 (OUT), TLS header, Supplemental data (23):
> GET / HTTP/2
> Host: www.google.com
> user-agent: curl/7.81.0
> accept: */*
>
* TLSv1.2 (IN), TLS header, Supplemental data (23):
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
* old SSL session ID is stale, removing
* TLSv1.2 (IN), TLS header, Supplemental data (23):
* TLSv1.2 (OUT), TLS header, Supplemental data (23):
* TLSv1.2 (IN), TLS header, Supplemental data (23):
* TLSv1.2 (IN), TLS header, Supplemental data (23):
< HTTP/2 200
< date: Wed, 28 Sep 2022 06:20:46 GMT
< expires: -1
< cache-control: private, max-age=0
< content-type: text/html; charset=ISO-8859-1
< p3p: CP="This is not a P3P policy! See g.co/p3phelp for more info."
< server: gws
< x-xss-protection: 0
< x-frame-options: SAMEORIGIN
< set-cookie: AEC=AakniGNFXCIim79nf9RM-zt9gmOFZZ0FpwnwPtrC3QoLhcX64BilkQOzhCA; expires=Mon, 27-Mar-2023 06:20:46 GMT; path=/                                                                 ; domain=.google.com; Secure; HttpOnly; SameSite=lax
< set-cookie: __Secure-ENID=7.SE=QTAMpqKO6-ePuwBeeeDunpwUiS1lzqYkCUVIzs2z02FpTGu_PMXtK8zInuiKxnKfu7rzl92lVONFc3XwZ68fWkB-fsi                                                                 qj3OPFwafgWL_d0vy98qkacaXBCEUZhICsmNfmyIzVN3P1GKUgnJnQVmbsFi_HMbF1nPvlMK9IA4QBe8; expires=Sat, 28-Oct-2023 22:39:04 GMT; pat                                                                 h=/; domain=.google.com; Secure; HttpOnly; SameSite=lax
< set-cookie: CONSENT=PENDING+403; expires=Fri, 27-Sep-2024 06:20:46 GMT; path=/; domain=.google.com; Secure
< alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":44                                                                 3"; ma=2592000,quic=":443"; ma=2592000; v="46,43"
< accept-ranges: none
< vary: Accept-Encoding
<
* TLSv1.2 (IN), TLS header, Supplemental data (23):
<!doctype html><html itemscope="" itemtype="http://schema.org/WebPage" lang="nl"><head><meta content="text/html; charset=UTF                                                                 -8" http-equiv="Content-Type"><meta content="/images/branding/googleg/1x/googleg_standard_color_128dp.png" itemprop="image">                                                                 <title>Google</title><script nonce="q7-2S1QhXyjX_3Lpd8z_CA">(function(){window.google={kEI:'vuczY6CxGYa2kwWKyp34BA',kEXPI:'0                                                                 ,202526,1100010,56873,6059,206,2415,2389,2316,383,246,5,5367,1123753,1197661,90,650,380090,16114,28684,22431,996,365,284,120                                                                 29,17586,4998,13228,3847,10622,22741,5081,887,706,1279,2742,149,1103,842,1981,213,4101,3514,606,2023,1733,43,521,14670,3227,                                                                 2845,9,4806,791,19390,8781,1851,2614,13142,3,346,230,6460,148,13975,4,1528,2304,34770,7355,933,17164,13627,3159,5824,2533,40                                                                 94,17,4035,3,3541,1,42154,2,14022,14116,11623,5679,1021,2380,28741,4568,6259,23418,1252,5835,14968,4332,7484,25076,2006,8155                                                                 ,7321,60,129,15840,873,19634,6,1923,9779,12414,9365,14375,7934,3708,4117,1256,123,700,4,1,2,2,2,2,2,1,5335,8579,532,8,245,42                                                                 1,3928,5591,2862,292,1089,442,44* TLSv1.2 (IN), TLS header, Supplemental data (23):
9,59,1903,1037,751,446,1624,642,2608,1687,1434,1230,2153,537,922,403,119,14,130,204,4,1062,220,1587,161,506,1275,913,912,216                                                                 ,338,3,2,2,390,483,25,565,931,108,80,1447,823,737,18,922,945,956,7,1,950,397,3,93,30,296,432,35,44,636,175,47,24,1284,84,202                                                                 ,1,121,43,206,228,664,625,226,507,108,284,80,22,547,647,470,1010,1071,1,1384,141,20,541,599,556,5337703,697,3,43,29,17,59956                                                                 32,200,3,2803398,3311,141,795,19735,1,1,346,1649,5,3,3,1,1,1,90,23948731,472,4041671,1964,3094,13578,3406,5540,5524,255,132,                                                                 1356718,64874',kBL:'2qKb'};google.sn='webhp';google.kHL='nl';})();(function(){
var f=this||self;var h,k=[];function l(a){for(var b;a&&(!a.getAttribute||!(b=a.getAttribute("eid")));)a=a.parentNode;return                                                                  b||h}function m(a){for(var b=null;a&&(!a.getAttribute||!(b=a.getAttribute("leid")));)a=a.parentNode;return b}
function n(a,b,c,d,g){var e="";c||-1!==b.search("&ei=")||(e="&ei="+l(d),-1===b.search("&lei=")&&(d=m(d))&&(e+="&lei="+d));d=                                                                 "";!c&&f._cshid&&-1===b.search("&cshid=")&&"slh"!==a&&(d="&cshid="+f._cshid);c=c||"/"+(g||"* TLSv1.2 (IN), TLS header, Suppl                                                                 emental data (23):
gen_204")+"?atyp=i&ct="+a+"&cad="+b+e+"&zx="+Date.now()+d;/^http:/i.test(c)&&"https:"===window.location.protocol&&(google.ml                                                                 &&google.ml(Error("a"),!1,{src:c,glmm:1}),c="");return c};h=google.kEI;google.getEI=l;google.getLEI=m;google.ml=function(){r                                                                 eturn null};google.log=function(a,b,c,d,g){if(c=n(a,b,c,d,g)){a=new Image;var e=k.length;k[e]=a;a.onerror=a.onload=a.onabort                                                                 =function(){delete k[e]};a.src=c}};google.logUrl=n;}).call(this);(function(){
google.y={};google.sy=[];google.x=function(a,b){if(a)var c=a.id;else{do c=Math.random();while(google.y[c])}google.y[c]=[a,b]                                                                 ;return!1};google.sx=function(a){google.sy.push(a)};google.lm=[];google.plm=function(a){google.lm.push.apply(google.lm,a)};g                                                                 oogle.lq=[];google.load=function(a,b,c){google.lq.push([[a],b,c])};google.loadAll=function(a,b){google.lq.push([a,b])};googl                                                                 e.bx=!1;google.lx=function(){};}).call(this);google.f={};(function(){
document.documentElement.addEventListener("submit",function(b){var a;if(a=b.target){var c=a.getAttribute("data-submitfalse")                                                                 ;a="1"==* TLSv1.2 (IN), TLS header, Supplemental data (23):
=c||"q"===c&&!a.elements.q.value?!0:!1}else a=!1;a&&(b.preventDefault(),b.stopPropagation())},!0);document.documentElement.a                                                                 ddEventListener("click",function(b){var a;a:{for(a=b.target;a&&a!==document.documentElement;a=a.parentElement)if("A"===a.tag                                                                 Name){a="1"===a.getAttribute("data-nohref");break a}a=!1}a&&b.preventDefault()},!0);}).call(this);</script><style>#gbar,#gus                                                                 er{font-size:13px;padding-top:1px !important;}#gbar{height:22px}#guser{padding-bottom:7px !important;text-align:right}.gbh,.                                                                 gbd{border-top:1px solid #c9d7f1;font-size:1px}.gbh{height:0;position:absolute;top:24px;width:100%}@media all{.gb1{height:22                                                                 px;margin-right:.5em;vertical-align:top}#gbar{float:left}}a.gb1,a.gb4{text-decoration:underline !important}a.gb1,a.gb4{color                                                                 :#00c !important}.gbi .gb4{color:#dd8e27 !important}.gbf .gb4{color:#900 !important}
</style><style>body,td,a,p,.h{font-family:arial,sans-serif}body{margin:0;overflow-y:scroll}#gog{padding:3px 8px 0}td{line-he                                                                 ight:.8em}.gac_m td{line-height:17px}form{margin-bottom:20px}.h{color:#* TLSv1.2 (IN), TLS header, Supplemental data (23):
1558d6}em{font-weight:bold;font-style:normal}.lst{height:25px;width:496px}.gsfi,.lst{font:18px arial,sans-serif}.gsfs{font:1                                                                 7px arial,sans-serif}.ds{display:inline-box;display:inline-block;margin:3px 0 4px;margin-left:4px}input{font-family:inherit}                                                                 body{background:#fff;color:#000}a{color:#4b11a8;text-decoration:none}a:hover,a:active{text-decoration:underline}.fl a{color:                                                                 #1558d6}a:visited{color:#4b11a8}.sblc{padding-top:5px}.sblc a{display:block;margin:2px 0;margin-left:13px;font-size:11px}.ls                                                                 bb{background:#f8f9fa;border:solid 1px;border-color:#dadce0 #70757a #70757a #dadce0;height:30px}.lsbb{display:block}#WqQANb                                                                  a{display:inline-block;margin:0 12px}.lsb{background:url(/images/nav_logo229.png) 0 -261px repeat-x;border:none;color:#000;c                                                                 ursor:pointer;height:30px;margin:0;outline:0;font:15px arial,sans-serif;vertical-align:top}.lsb:active{background:#dadce0}.l                                                                 st:focus{outline:none}</style><script nonce="q7-2S1QhXyjX_3Lpd8z_CA">(function(){window.google.erd={jsr:1,bv:1660,de:true};
var h=this||self;var k,l=null!=(k=h.mei)?k:1,n,p=null!=(n=h.sdo)?n:!0,q=0,r,t=google.erd,v=t.jsr;google.ml=function(a,b,d,m,                                                                 e){e=void 0===e?2:e;b&&(r=a&&a.message);if(google.dl)return google.dl(a,e,d),null;if(0>v){window.console&&console.error(a,d)                                                                 ;if(-2===v)throw a;b=!1}else b=!a||!a.message||"Error loading script"===a.message||q>=l&&!m?!1:!0;if(!b)return null;q++;d=d|                                                                 |{};b=encodeURIComponent;var c="/gen_204?atyp=i&ei="+b(google.kEI);google.kEXPI&&(c+="&jexpid="+b(google.kEXPI));c+="&srcpg=                                                                 "+b(google.sn)+"&jsr="+b(t.jsr)+"&bver="+b(t.bv);var f=a.lineNumber;void 0!==f&&(c+="&line="+f);var g=
* TLSv1.2 (IN), TLS header, Supplemental data (23):
a.fileName;g&&(0<g.indexOf("-extension:/")&&(e=3),c+="&script="+b(g),f&&g===window.location.href&&(f=document.documentElemen                                                                 t.outerHTML.split("\n")[f],c+="&cad="+b(f?f.substring(0,300):"No script found.")));c+="&jsel="+e;for(var u in d)c+="&",c+=b(                                                                 u),c+="=",c+=b(d[u]);c=c+"&emsg="+b(a.name+": "+a.message);c=c+"&jsst="+b(a.stack||"N/A");12288<=c.length&&(c=c.substr(0,122                                                                 88));a=c;m||google.log(0,"",a);return a};window.onerror=function(a,b,d,m,e){r!==a&&(a=e instanceof Error?e:Error(a),void 0==                                                                 =d||"lineNumber"in a||(a.lineNumber=d),void 0===b||"fileName"in a||(a.fileName=b),google.ml(a,!1,void 0,!1,"SyntaxError"===a                                                                 .name||"SyntaxError"===a.message.substring(0,11)||0<a.message.indexOf("Script error")?2:0));r=null;p&&q>=l&&(window.onerror=                                                                 null)};})();</script></head><body bgcolor="#fff"><script nonce="q7-2S1QhXyjX_3Lpd8z_CA">(function(){var src='/images/nav_log                                                                 o229.png';var iesg=false;document.body.onload = function(){window.n && window.n();if (document.images){new Image().src=src;}
if (!iesg){document.f&&document.f.q.focus();document.gbqf&&document.gbqf.q.focus();}
}
* TLSv1.2 (IN), TLS header, Supplemental data (23):
})();</script><div id="mngb"><div id=gbar><nobr><b class=gb1>Zoeken</b> <a class=gb1 href="https://www.google.nl/imghp?hl=nl                                                                 &tab=wi">Afbeeldingen</a> <a class=gb1 href="https://maps.google.nl/maps?hl=nl&tab=wl">Maps</a> <a class=gb1 href="https://p                                                                 lay.google.com/?hl=nl&tab=w8">Play</a> <a class=gb1 href="https://www.youtube.com/?tab=w1">YouTube</a> <a class=gb1 href="ht                                                                 tps://news.google.com/?tab=wn">Nieuws</a> <a class=gb1 href="https://mail.google.com/mail/?tab=wm">Gmail</a> <a class=gb1 hr                                                                 ef="https://drive.google.com/?tab=wo">Drive</a> <a class=gb1 style="text-decoration:none" href="https://www.google.nl/intl/n                                                                 l/about/products?tab=wh"><u>Meer</u> &raquo;</a></nobr></div><div id=guser width=100%><nobr><span id=gbn class=gbi></span><s                                                                 pan id=gbf class=gbf></span><span id=gbe></span><a href="http://www.google.nl/history/optout?hl=nl" class=gb4>Webgeschiedeni                                                                 s</a> | <a  href="/preferences?hl=nl" class=gb4>Instellingen</a> | <a target=_top id=gb_70 href="https://accounts.google.com                                                                 /ServiceLogin?hl=nl&passive=true* TLSv1.2 (IN), TLS header, Supplemental data (23):
&continue=https://www.google.com/&ec=GAZAAQ" class=gb4>Inloggen</a></nobr></div><div class=gbh style=left:0></div><div class                                                                 =gbh style=right:0></div></div><center><br clear="all" id="lgpd"><div id="lga"><img alt="Google" height="92" src="/images/br                                                                 anding/googlelogo/1x/googlelogo_white_background_color_272x92dp.png" style="padding:28px 0 14px" width="272" id="hplogo"><br                                                                 ><br></div><form action="/search" name="f"><table cellpadding="0" cellspacing="0"><tr valign="top"><td width="25%">&nbsp;</t                                                                 d><td align="center" nowrap=""><input name="ie" value="ISO-8859-1" type="hidden"><input value="nl" name="hl" type="hidden"><                                                                 input name="source" type="hidden" value="hp"><input name="biw" type="hidden"><input name="bih" type="hidden"><div class="ds"                                                                  style="height:32px;margin:4px 0"><input class="lst" style="margin:0;padding:5px 8px 0 6px;vertical-align:top;color:#000" au                                                                 tocomplete="off" value="" title="Google Zoeken" maxlength="2048" name="q" size="57"></div><br style="line-height:0"><span cl                                                                 ass="ds"><span class="lsbb"><input class="lsb" value="Google Zoeken" name="btnG" type="submit"></span></span><span class="ds                                                                 "><span class="lsbb"><input class="lsb" id="tsuid_1" value="Ik doe een gok" name="btnI" type="submit"><script nonce="q7-2S1Q                                                                 hXyjX_3Lpd8z_CA">(function(){var id='tsuid_1';document.getElementById(id).onclick = function(){if (this.form.q.value){this.c                                                                 hecked = 1;if (this.form.iflsig)this.form.iflsig.disabled = false;}
* TLSv1.2 (IN), TLS header, Supplemental data (23):
else top.location='/doodles/';};})();</script><input value="AJiK0e8AAAAAYzP1zmMI9GSx1kAX1Plrq4_OM7GFs7SU" name="iflsig" type                                                                 ="hidden"></span></span></td><td class="fl sblc" align="left" nowrap="" width="25%"><a href="/advanced_search?hl=nl&amp;auth                                                                 user=0">Geavanceerd zoeken</a></td></tr></table><input id="gbv" name="gbv" type="hidden" value="1"><script nonce="q7-2S1QhXy                                                                 jX_3Lpd8z_CA">(function(){
var a,b="1";if(document&&document.getElementById)if("undefined"!=typeof XMLHttpRequest)b="2";else if("undefined"!=typeof Act                                                                 iveXObject){var c,d,e=["MSXML2.XMLHTTP.6.0","MSXML2.XMLHTTP.3.0","MSXML2.XMLHTTP","Microsoft.XMLHTTP"];for(c=0;d=e[c++];)try                                                                 {new ActiveXObject(d),b="2"}catch(h){}}a=b;if("2"==a&&-1==location.search.indexOf("&gbv=2")){var f=google.gbvu,g=document.ge                                                                 tElementById("gbv");g&&(g.value=a);f&&window.setTimeout(function(){location.href=f},0)};}).call(this);</script></form><div i                                                                 d="gac_scont"></div><div style="font-size:83%;min-height:3.5em"><br><div id="gws-output-pages-elements-homepage_additional_l                                                                 angua* TLSv1.2 (IN), TLS header, Supplemental data (23):
ges__als"><style>#gws-output-pages-elements-homepage_additional_languages__als{font-size:small;margin-bottom:24px}#SIvCob{co                                                                 lor:#3c4043;display:inline-block;line-height:28px;}#SIvCob a{padding:0 3px;}.H6sW5{display:inline-block;margin:0 2px;white-s                                                                 pace:nowrap}.z4hgWe{display:inline-block;margin:0 2px}</style><div id="SIvCob">Google aangeboden in:  <a href="https://www.g                                                                 oogle.com/setprefs?sig=0_DgnTXFoHpFVhPI0np_vsiPQcBYo%3D&amp;hl=fy&amp;source=homepage&amp;sa=X&amp;ved=0ahUKEwigiIWX7Lb6AhUG                                                                 26QKHQplB08Q2ZgBCAU">Frysk</a>  </div></div></div><span id="footer"><div style="font-size:10pt"><div style="margin:19px auto                                                                 ;text-align:center" id="WqQANb"><a href="http://www.google.nl/intl/nl/services/">Bedrijfsoplossingen</a><a href="/intl/nl/ab                                                                 out.html">Alles over Google</a><a href="https://www.google.com/setprefdomain?prefdom=NL&amp;prev=https://www.google.nl/&amp;                                                                 sig=K_xw1cJoMizDkrQ9CzQCSS5fuL5rM%3D">Google.nl</a></div></div><p style="font-size:8pt;color:#70757a">&copy; 2022 - <a href=                                                                 "/intl/nl/policies/privacy/">Privacy</a> - <a href="/intl/nl/policies/terms/">Voorwaarden</a></p></span></center><script non                                                                 ce="q7-2S1QhXyjX_3Lpd8z_CA">(function(){window.google.cdo={height:757,width:1440};(function(){
* TLSv1.2 (IN), TLS header, Supplemental data (23):
var a=window.innerWidth,b=window.innerHeight;if(!a||!b){var c=window.document,d="CSS1Compat"==c.compatMode?c.documentElement                                                                 :c.body;a=d.clientWidth;b=d.clientHeight}a&&b&&(a!=google.cdo.width||b!=google.cdo.height)&&google.log("","","/client_204?&a                                                                 typ=i&biw="+a+"&bih="+b+"&ei="+google.kEI);}).call(this);})();</script> <script nonce="q7-2S1QhXyjX_3Lpd8z_CA">(function(){g                                                                 oogle.xjs={ck:'xjs.hp.CXK6HVSmUM8.L.X.O',cs:'ACT90oEhqYZI8QJgsvE3DHQEHNxE1_2tlQ',excm:[]};})();</script>  <script nonce="q7-                                                                 2S1QhXyjX_3Lpd8z_CA">(function(){var u='/xjs/_/js/k\x3dxjs.hp.en.m2mlzch84Z0.O/am\x3dAACeAAAUAKg/d\x3d1/ed\x3d1/rs\x3dACT90o                                                                 GkM8wBvssIjgbtfKY6SUXfQ9UK_w/m\x3dsb_he,d';
var d=this||self,e=function(a){return a};
var g;var l=function(a,b){this.g=b===h?a:""};l.prototype.toString=function(){return this.g+""};var h={};function n(){var a=u                                                                 ;google.lx=function(){p(a);google.lx=function(){}};google.bx||google.lx()}
function p(a){google.timers&&google.timers.load&&google.tick&&google.tick("load","xjsls");var b=document;var c="SCRIPT"* TLS                                                                 v1.2 (IN), TLS header, Supplemental data (23):
;"application/xhtml+xml"===b.contentType&&(c=c.toLowerCase());c=b.createElement(c);if(void 0===g){b=null;var k=d.trustedType                                                                 s;if(k&&k.createPolicy){try{b=k.createPolicy("goog#html",{createHTML:e,createScript:e,createScriptURL:e})}catch(q){d.console                                                                 &&d.console.error(q.message)}g=b}else g=b}a=(b=g)?b.createScriptURL(a):a;a=new l(a,h);c.src=a instanceof l&&a.constructor===                                                                 l?a.g:"type_error:TrustedResourceUrl";var f,m;(f=(a=null==(m=(f=(c.ownerDocument&&c.ownerDocument.defaultView||window).docum                                                                 ent).querySelector)?void 0:m.call(f,"script[nonce]"))?a.nonce||a.getAttribute("nonce")||"":"")&&c.setAttribute("nonce",f);do                                                                 cument.body.appendChild(c);google.psa=!0};google.xjsu=u;setTimeout(function(){n()},0);})();function _DumpException(e){throw                                                                  e;}
function _F_installCss(c){}
(function(){google.jl={blt:'none',chnk:0,dw:false,dwu:true,emtn:0,end:0,ine:false,injs:'none',injt:0,injth:0,injv2:false,lls                                                                 :'default',pdt:0,rep:0,snet:true,strt:0,ubm:false,uwp:true};})();(function(){var pmc='{\x22d\x22:{},\x22sb_he\x22:{\x22agen\                                                                 * TLSv1.2 (IN), TLS header, Supplemental data (23):
* TLSv1.2 (IN), TLS header, Supplemental data (23):
* TLSv1.2 (OUT), TLS header, Supplemental data (23):
* Connection #0 to host www.google.com left intact
x22:true,\x22cgen\x22:true,\x22client\x22:\x22heirloom-hp\x22,\x22dh\x22:true,\x22dhqt\x22:true,\x22ds\x22:\x22\x22,\x22ffql                                                                 \x22:\x22en\x22,\x22fl\x22:true,\x22host\x22:\x22google.com\x22,\x22isbh\x22:28,\x22jsonp\x22:true,\x22msgs\x22:{\x22cibl\x2                                                                 2:\x22Zoekopdracht wissen\x22,\x22dym\x22:\x22Bedoelde je:\x22,\x22lcky\x22:\x22Ik doe een gok\x22,\x22lml\x22:\x22Meer info                                                                 rmatie\x22,\x22oskt\x22:\x22Invoertools\x22,\x22psrc\x22:\x22Deze zoekopdracht is verwijderd uit je \\u003Ca href\x3d\\\x22/                                                                 history\\\x22\\u003EWebgeschiedenis\\u003C/a\\u003E\x22,\x22psrl\x22:\x22Verwijderen\x22,\x22sbit\x22:\x22Zoeken op afbeeldi                                                                 ng\x22,\x22srch\x22:\x22Google Zoeken\x22},\x22ovr\x22:{},\x22pq\x22:\x22\x22,\x22refpd\x22:true,\x22rfs\x22:[],\x22sbas\x22                                                                 :\x220 3px 8px 0 rgba(0,0,0,0.2),0 0 0 1px rgba(0,0,0,0.08)\x22,\x22sbpl\x22:16,\x22sbpr\x22:16,\x22scd\x22:10,\x22stok\x22:                                                                 \x22UQU_IgyIra1dmEiN9osjN9IBWAs\x22,\x22uhde\x22:false}}';google.pmc=JSON.parse(pmc);})();</script>        </body></html>aka                             
garfield69 commented 2 years ago

try a run without

networks:
- mynetwork

in your profile and see what comes out?

GitAkash commented 2 years ago

try a run without

networks:
- mynetwork

in your profile and see what comes out?

Tried doing it, it gives the same error.

* Could not resolve host: www.google.com
* Closing connection 0
curl: (6) Could not resolve host: www.google.com
ilike2burnthing commented 2 years ago

Are you able to curl google from within any of your containers?

Are you able to pull any new Docker images?

GitAkash commented 2 years ago

Trying it on Sonarr (Is on the same network as jacket) gives the following output:

root@61831fd71867:/# curl -v https://www.google.com
*   Trying 142.251.39.100:443...
* TCP_NODELAY set
* connect to 142.251.39.100 port 443 failed: Network is unreachable
*   Trying 2a00:1450:400e:801::2004:443...
* TCP_NODELAY set
* Immediate connect fail for 2a00:1450:400e:801::2004: Cannot assign requested address
*   Trying 2a00:1450:400e:801::2004:443...
* TCP_NODELAY set
* Immediate connect fail for 2a00:1450:400e:801::2004: Cannot assign requested address
* Failed to connect to www.google.com port 443: Network is unreachable
* Closing connection 0
curl: (7) Failed to connect to www.google.com port 443: Network is unreachable

And, you are right, trying to use any latest docker files dont work, i tried composing sonarr on "latest", this was the output:


sudo docker compose --profile sonarr up -d
[+] Running 0/1
 ⠿ sonarr Error                                                                                                                                                                         0.1s
Error response from daemon: Get "https://lscr.io/v2/": dial tcp 3.64.83.114:443: connect: network is unreachable
ilike2burnthing commented 2 years ago

If the host itself is able to connect to the internet, but all containers and even Docker itself can't, then you have a much larger issue that's outside of the realm of this repo. If the only change you made recently was setting a static IP for the device, then start by undoing that and go from them.