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

broadcity: update on protocol #10830

Merged
merged 1 commit into from
Jan 17, 2021
Merged

Conversation

tiarnanr
Copy link
Contributor

Site is forcing to https. At the moment it gives an error when attempted to add.

2021-01-16 18:48:17 	Error 	

Jackett.Common.ExceptionWithConfigData: Login failed: Selector "a[href*="/logout.php?logouthash="]" didn't match
   at Jackett.Common.Indexers.CardigannIndexer.TestLogin() in /home/vsts/work/1/s/src/Jackett.Common/Indexers/CardigannIndexer.cs:line 777
   at Jackett.Common.Indexers.CardigannIndexer.ApplyConfiguration(JToken configJson) in /home/vsts/work/1/s/src/Jackett.Common/Indexers/CardigannIndexer.cs:line 920
   at Jackett.Server.Controllers.IndexerApiController.UpdateConfig(ConfigItem[] config) in /home/vsts/work/1/s/src/Jackett.Server/Controllers/IndexerApiController.cs:line 97
   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|19_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Logged|17_1(ResourceInvoker invoker)
   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 Microsoft.AspNetCore.Builder.Extensions.UsePathBaseMiddleware.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

2021-01-16 18:48:17 	Info 	

Executed endpoint 'Jackett.Server.Controllers.IndexerApiController.UpdateConfig (jackett)'

2021-01-16 18:48:17 	Info 	

Executed action Jackett.Server.Controllers.IndexerApiController.UpdateConfig (jackett) in 141.9451ms

2021-01-16 18:48:17 	Debug 	

WebClient(HttpWebClient2): Returning OK => 692 bytes
<!DOCTYPE html>
		<html id="TSUE" lang="en-us">
			<head>
				<noscript><meta http-equiv=refresh content="6; URL=https://broadcity.in/index.php" /></noscript>
				<title>Fatal Error</title>
				<script type="text/javascript">
					setTimeout(function()
					{
						window.location="https://broadcity.in/index.php";
					}, 3000);
				</script>
			</head>
			<body>
				<div style="border: 3px solid red; text-align: center; font-size: 18px; font-weight: bold; padding: 10px; width: 600px; margin: 100px auto; font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif; line-height: 1.7;">Doğru URL adresine yönlendirilirken lütffen bekleyiniz.</div>
			</body>
		</html>

2021-01-16 18:48:17 	Debug 	

WebClient(HttpWebClient2).GetResultAsync(Method: GET Url: http://broadcity.in/index.php)

2021-01-16 18:48:17 	Debug 	

CardigannIndexer (broadcity): Cookies after login: users_resolution=1364x768; acqu=MQ%3D%3D; broadcityin_iv=hs5or6ndusoo2h29trhfho3mo3; ts_collapse=shoutbox; c_secure_uid=12338; c_secure_pass=53ef4f4abf3443a5f0e7e291e21aa76a

2021-01-16 18:48:17 	Debug 	

changing legacy site link from https://broadcity.in/ to http://broadcity.in/

2021-01-16 18:48:17 	Debug 	

CACHE Status / Total cached results: 84

2021-01-16 18:48:17 	Debug 	

CACHE PruneCacheByTtl / Pruned queries: 0

2021-01-16 18:48:17 	Debug 	

CACHE CleanIndexerCache / Indexer: broadcity

Site is forcing to https. At the moment it gives an error when attempted to add.
`2021-01-16 18:48:17 	Error 	

Jackett.Common.ExceptionWithConfigData: Login failed: Selector "a[href*="/logout.php?logouthash="]" didn't match
   at Jackett.Common.Indexers.CardigannIndexer.TestLogin() in /home/vsts/work/1/s/src/Jackett.Common/Indexers/CardigannIndexer.cs:line 777
   at Jackett.Common.Indexers.CardigannIndexer.ApplyConfiguration(JToken configJson) in /home/vsts/work/1/s/src/Jackett.Common/Indexers/CardigannIndexer.cs:line 920
   at Jackett.Server.Controllers.IndexerApiController.UpdateConfig(ConfigItem[] config) in /home/vsts/work/1/s/src/Jackett.Server/Controllers/IndexerApiController.cs:line 97
   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|19_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Logged|17_1(ResourceInvoker invoker)
   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 Microsoft.AspNetCore.Builder.Extensions.UsePathBaseMiddleware.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

2021-01-16 18:48:17 	Info 	

Executed endpoint 'Jackett.Server.Controllers.IndexerApiController.UpdateConfig (jackett)'

2021-01-16 18:48:17 	Info 	

Executed action Jackett.Server.Controllers.IndexerApiController.UpdateConfig (jackett) in 141.9451ms

2021-01-16 18:48:17 	Debug 	

WebClient(HttpWebClient2): Returning OK => 692 bytes
<!DOCTYPE html>
		<html id="TSUE" lang="en-us">
			<head>
				<noscript><meta http-equiv=refresh content="6; URL=https://broadcity.in/index.php" /></noscript>
				<title>Fatal Error</title>
				<script type="text/javascript">
					setTimeout(function()
					{
						window.location="https://broadcity.in/index.php";
					}, 3000);
				</script>
			</head>
			<body>
				<div style="border: 3px solid red; text-align: center; font-size: 18px; font-weight: bold; padding: 10px; width: 600px; margin: 100px auto; font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif; line-height: 1.7;">Doğru URL adresine yönlendirilirken lütffen bekleyiniz.</div>
			</body>
		</html>

2021-01-16 18:48:17 	Debug 	

WebClient(HttpWebClient2).GetResultAsync(Method: GET Url: http://broadcity.in/index.php)

2021-01-16 18:48:17 	Debug 	

CardigannIndexer (broadcity): Cookies after login: users_resolution=1364x768; acqu=MQ%3D%3D; broadcityin_iv=hs5or6ndusoo2h29trhfho3mo3; ts_collapse=shoutbox; c_secure_uid=12338; c_secure_pass=53ef4f4abf3443a5f0e7e291e21aa76a

2021-01-16 18:48:17 	Debug 	

changing legacy site link from https://broadcity.in/ to http://broadcity.in/

2021-01-16 18:48:17 	Debug 	

CACHE Status / Total cached results: 84

2021-01-16 18:48:17 	Debug 	

CACHE PruneCacheByTtl / Pruned queries: 0

2021-01-16 18:48:17 	Debug 	

CACHE CleanIndexerCache / Indexer: broadcity`
@ilike2burnthing
Copy link
Contributor

Thanks

@ilike2burnthing ilike2burnthing changed the title [broadcity] Update on protocol broadcity: update on protocol Jan 17, 2021
@ilike2burnthing ilike2burnthing merged commit 31a7145 into Jackett:master Jan 17, 2021
@ilike2burnthing
Copy link
Contributor

v0.17.294

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants