JDownloader Community - Appwork GmbH
 

Go Back   JDownloader Community - Appwork GmbH > Soporte en Español > Spanish
Reply
 
Thread Tools Display Modes
  #1  
Old 08.06.2011, 15:47
Omega_Israel-Terri
Guest
 
Posts: n/a
Exclamation Error al grabar script, IP del router "http://localhost:8972/"

Saludos.

Cuando intente grabar el script para reiniciar mi router (HUAWEI HG530), resulta que cuando se inicia la grabación JDownloader abre una pagina diferente a la IP del router.

En lugar de abrir 192.168.1.254 (la cual me muestra en la ventana de confirmación de IP antes de grabar) abre localhost:8972.

Por consiguiente me impide hacer una grabación correcta ya que después de corregir manualmente la dirección en el navegador, después de realizar el proceso de reinicio y cuando JDownloader me pregunta que si quiero guardar el script lo único que guarda es:

[[[HSRC]]]
[[[/HSRC]]]

Intente seleccionando la casilla "RawMode?" pero el resultado fue el mismo. Cualquier ayuda, sugerencia, tip o truco sera bien recibido.
Reply With Quote
  #2  
Old 12.06.2011, 14:30
bartok
Guest
 
Posts: n/a
Default

hola,

La dirección que te accede JD: **External links are only visible to Support Staff****External links are only visible to Support Staff** es la dirección de loopback (es decir 127.0.0.1). Resumiendo carga una página web residente en tu propio PC En una aplicación que responde en el puerto 8972 Seguramente una aplicación local para gestionar las configuraciones de tu router y esta aplicación interacciona con el.

Lo que te recomiendo en tal caso es una vez conocida la IP del router es que rellenes los campos usuario contraseña e IP del router. Quizás así te redireccione a la IP indicada.

Saludos y suerte

Last edited by bartok; 12.06.2011 at 14:45.
Reply With Quote
  #3  
Old 12.06.2011, 14:43
bartok
Guest
 
Posts: n/a
Default

hola de nuevo,

Code:
**External links are only visible to Support Staff**
Encontré este tutorial por internet. Es un 2wire pero creo que te dará algún idea.

Una vez tengas el script por fabor compártelo lo agregare a mi post de reconexión para que todos se puedan veneficiar ^^

Saludos y suerte
Reply With Quote
  #4  
Old 13.06.2011, 04:11
Omega_Israel-Terri
Guest
 
Posts: n/a
Default

Gracias por responder Bartok.

Lamentablemente ese script no me ayudo porque el 2Wire funciona muy diferente al HUAWEI, de hecho intente usar partes de mi antiguo script que usaba para reiniciar mi 2Wire, pero no funciono, después de indagar algunos comandos realice un script completamente nuevo para el HUAWEI y me funciono, ya edite mi otro post para incluir el script.

Muchas gracias por tu ayuda.
Reply With Quote
  #5  
Old 14.06.2011, 14:42
bartok
Guest
 
Posts: n/a
Default

De nada ^^

Con tu permiso incluyo el script en mi guía para que toros usuarios puedan veneficiar-se

Saludos y suerte

Last edited by bartok; 14.06.2011 at 14:45.
Reply With Quote
  #6  
Old 22.10.2014, 17:16
juan39
Guest
 
Posts: n/a
Default ayuda

tengo este ruter Router ZTE ZXHN f660 y cuando lograbo en el jd me funcina barbaro pero si apago y enciendo el moden ya no me reconecta dejo el escript abajo para aver si me puden ayudar gracias

Code:
[[[HSRC]]]
    [[[STEP]]]
        [[[REQUEST]]]
        GET / HTTP/1.1
        Host: %%%routerip%%%
        [[[/REQUEST]]]
    [[[/STEP]]]

    [[[STEP]]]
        [[[REQUEST]]]
        POST / HTTP/1.1
        Host: %%%routerip%%%

frashnum=&action=login&Frm_Logintoken=0&Username=user&Password=user
        [[[/REQUEST]]]
    [[[/STEP]]]

    [[[STEP]]]
        [[[REQUEST]]]
        GET /start.ghtml HTTP/1.1
        Host: %%%routerip%%%
        [[[/REQUEST]]]
    [[[/STEP]]]

    [[[STEP]]]
        [[[REQUEST]]]
        GET /top.gch HTTP/1.1
        Host: %%%routerip%%%
        [[[/REQUEST]]]
    [[[/STEP]]]

    [[[STEP]]]
        [[[REQUEST]]]
        GET /template.gch HTTP/1.1
        Host: %%%routerip%%%
        [[[/REQUEST]]]
    [[[/STEP]]]

    [[[STEP]]]
        [[[REQUEST]]]
        GET /getpage.gch?pid=1002&nextpage=manager_dev_conf_t.gch HTTP/1.1
        Host: %%%routerip%%%
        [[[/REQUEST]]]
    [[[/STEP]]]

    [[[STEP]]]
        [[[REQUEST]]]
        POST /getpage.gch?pid=1002&nextpage=manager_dev_conf_t.gch HTTP/1.1
        Host: %%%routerip%%%

IF_ACTION=devrestart&IF_ERRORSTR=SUCC&IF_ERRORPARAM=SUCC&IF_ERRORTYPE=-1&flag=1
        [[[/REQUEST]]]
    [[[/STEP]]]

[[[/HSRC]]]

Last edited by raztoki; 23.10.2014 at 06:22.
Reply With Quote
  #7  
Old 23.10.2014, 01:23
juan39
Guest
 
Posts: n/a
Default

ahora tengo este problema
Code:
[[[HSRC]]]
    [[[STEP]]]
        [[[REQUEST raw="true"]]]
        GET / HTTP/1.1
        Host: %%%routerip%%%
        connection: keep-alive
        accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
        user-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.116 Safari/537.36
        accept-encoding: gzip,deflate,sdch
        accept-language: es-ES,es;q=0.8
        cookie: SID=4=dXNlcjNhNTU0ZjY5NmNmNDA5M2RmODkwZWNhODBlY2Y0ODIy
        [[[/REQUEST]]]
    [[[/STEP]]]

    [[[STEP]]]
        [[[REQUEST raw="true"]]]
        POST / HTTP/1.1
        Host: %%%routerip%%%
        connection: keep-alive
        content-length: 67
        cache-control: max-age=0
        accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
        origin: **External links are only visible to Support Staff****External links are only visible to Support Staff**
        user-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.116 Safari/537.36
        content-type: application/x-www-form-urlencoded
        accept-encoding: gzip,deflate,sdch
        accept-language: es-ES,es;q=0.8
        cookie: SID=4=dXNlcjNhNTU0ZjY5NmNmNDA5M2RmODkwZWNhODBlY2Y0ODIy

frashnum=&action=login&Frm_Logintoken=0&Username=user&Password=user
        [[[/REQUEST]]]
    [[[/STEP]]]

    [[[STEP]]]
        [[[REQUEST raw="true"]]]
        GET /start.ghtml HTTP/1.1
        Host: %%%routerip%%%
        connection: keep-alive
        cache-control: max-age=0
        accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
        user-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.116 Safari/537.36
        accept-encoding: gzip,deflate,sdch
        accept-language: es-ES,es;q=0.8
        cookie: SID=4=dXNlcjBmOTA0MjZlMDc2MDI1MDkxZDcwZDcwNTk2OGM4MTBj
        [[[/REQUEST]]]
    [[[/STEP]]]

    [[[STEP]]]
        [[[REQUEST raw="true"]]]
        GET /top.gch HTTP/1.1
        Host: %%%routerip%%%
        connection: keep-alive
        accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
        user-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.116 Safari/537.36
        accept-encoding: gzip,deflate,sdch
        accept-language: es-ES,es;q=0.8
        cookie: SID=4=dXNlcjBmOTA0MjZlMDc2MDI1MDkxZDcwZDcwNTk2OGM4MTBj
        [[[/REQUEST]]]
    [[[/STEP]]]

    [[[STEP]]]
        [[[REQUEST raw="true"]]]
        GET /template.gch HTTP/1.1
        Host: %%%routerip%%%
        connection: keep-alive
        accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
        user-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.116 Safari/537.36
        accept-encoding: gzip,deflate,sdch
        accept-language: es-ES,es;q=0.8
        cookie: SID=4=dXNlcjBmOTA0MjZlMDc2MDI1MDkxZDcwZDcwNTk2OGM4MTBj
        [[[/REQUEST]]]
    [[[/STEP]]]

    [[[STEP]]]
        [[[REQUEST raw="true"]]]
        GET /getpage.gch?pid=1002&nextpage=manager_dev_conf_t.gch HTTP/1.1
        Host: %%%routerip%%%
        connection: keep-alive
        accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
        user-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.116 Safari/537.36
        accept-encoding: gzip,deflate,sdch
        accept-language: es-ES,es;q=0.8
        cookie: SID=4=dXNlcjBmOTA0MjZlMDc2MDI1MDkxZDcwZDcwNTk2OGM4MTBj
        [[[/REQUEST]]]
    [[[/STEP]]]

    [[[STEP]]]
        [[[REQUEST raw="true"]]]
        POST /getpage.gch?pid=1002&nextpage=manager_dev_conf_t.gch HTTP/1.1
        Host: %%%routerip%%%
        connection: keep-alive
        content-length: 79
        cache-control: max-age=0
        accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
        origin: **External links are only visible to Support Staff****External links are only visible to Support Staff**
        user-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.116 Safari/537.36
        content-type: application/x-www-form-urlencoded
        accept-encoding: gzip,deflate,sdch
        accept-language: es-ES,es;q=0.8
        cookie: SID=4=dXNlcjBmOTA0MjZlMDc2MDI1MDkxZDcwZDcwNTk2OGM4MTBj

IF_ACTION=devrestart&IF_ERRORSTR=SUCC&IF_ERRORPARAM=SUCC&IF_ERRORTYPE=-1&flag=1
        [[[/REQUEST]]]
    [[[/STEP]]]

[[[/HSRC]]]

Last edited by raztoki; 23.10.2014 at 06:21.
Reply With Quote
  #8  
Old 23.10.2014, 06:08
Lram32's Avatar
Lram32 Lram32 is offline
Spanish Supporter
 
Join Date: Jul 2012
Location: Dark side of the moon
Posts: 9,905
Default

Hola

¿Qué versión de JD estas utilizando?


Saludos,
__________________
» Setup JD2 / Instalador de JD2 «
Spoiler:

Installer for Windows XP/Vista/Seven/Eight
|| JD2 x86 - x64 (Beta) ||

Installer for Mac
|| JD2 (Beta) ||

Installers for Linux
|| JD2 (Beta) x86 || <---> || JD2 (Beta) x64 ||

How to Create a Log
-» Click Here «-


¿Cómo crear un registro?
-» Click Aquí «-


Support Chat / Chat de Soporte
-» Click Here / Click Aquí «-


Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

All times are GMT +2. The time now is 16:17.
Provided By AppWork GmbH | Privacy | Imprint
Parts of the Design are used from Kirsch designed by Andrew & Austin
Powered by vBulletin® Version 3.8.10 Beta 1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.