JDownloader Community - Appwork GmbH
 

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 20.09.2009, 11:59
antonio83
Guest
 
Posts: n/a
Default Wersja beta (a może alfa?).

Mam do dyspozycji kilka adresów IP i plik bat który aż do najnowszej wersji współpracował pięknie z JDownloaderem. Dla przykładu - log z testu reconnectu z wersji 0.5.949, wygenerowany wczoraj.

Code:
--------------------------------------Reconnect Testing-----------------------------------
2009-09-19 11:30:33 - INFO [java_downloader] -> Start Reconnect
2009-09-19 11:30:33 - FINER [java_downloader] -> IP Check via **External links are only visible to Support Staff****External links are only visible to Support Staff**
2009-09-19 11:30:33 - FINER [java_downloader] -> Interaction start: Trigger: Przed ponownym nawiązaniem połączenia
2009-09-19 11:30:33 - INFO [java_downloader] -> DO RECONNECT NOW
2009-09-19 11:30:33 - INFO [java_downloader] -> Starting Uruchom zewnętrzną aplikację do ponownego naw. poł. #1
2009-09-19 11:30:33 - FINER [java_downloader] -> IP Check via **External links are only visible to Support Staff****External links are only visible to Support Staff**
2009-09-19 11:30:33 - FINER [java_downloader] -> IP before: addr="jakiś przykładowy adres"
2009-09-19 11:30:33 - FINEST [java_downloader] -> Execute: C:\pobieranie\ip.bat   in C:\pobieranie
2009-09-19 11:30:33 - FINEST [java_downloader] -> Thread[Thread-42,6,main]: C:\pobieranie>IF EXIST C:/1.baw GOTO static1
2009-09-19 11:30:33 - FINEST [java_downloader] -> Thread[Thread-42,6,main]: C:\pobieranie>IF EXIST C:/2.baw GOTO static2
2009-09-19 11:30:33 - FINEST [java_downloader] -> Thread[Thread-42,6,main]: C:\pobieranie>IF EXIST C:/3.baw GOTO static3
2009-09-19 11:30:33 - FINEST [java_downloader] -> Thread[Thread-42,6,main]: C:\pobieranie>netsh interface ip set address name="LAN" source=static addr="jakiś przykładowy adres" mask=255.255.255.128
2009-09-19 11:30:36 - INFO [java_downloader] -> MemoryController: 0 B in 0 BufferEntries!
2009-09-19 11:30:37 - FINER [java_downloader] -> Save Ogólne
2009-09-19 11:30:37 - FINER [java_downloader] -> Save Ogólne
2009-09-19 11:30:44 - FINEST [java_downloader] -> Thread[Thread-42,6,main]: Ok.
2009-09-19 11:30:44 - FINEST [java_downloader] -> Thread[Thread-42,6,main]: C:\pobieranie>netsh interface ip set address name="LAN" gateway="jakaś przykładowa maska" gwmetric=0
2009-09-19 11:30:52 - FINEST [java_downloader] -> Thread[Thread-42,6,main]: Ok.
2009-09-19 11:30:52 - FINEST [java_downloader] -> Thread[Thread-42,6,main]: C:\pobieranie>netsh interface ip set dns name="LAN" source=static addr="jakiś przykładowy DNS"
2009-09-19 11:30:57 - FINEST [java_downloader] -> Thread[Thread-42,6,main]: Ok.
2009-09-19 11:30:57 - FINEST [java_downloader] -> Thread[Thread-42,6,main]: C:\pobieranie>echo  1>>C:\3.baw
2009-09-19 11:30:57 - FINEST [java_downloader] -> Thread[Thread-42,6,main]: C:\pobieranie>GOTO End
2009-09-19 11:30:57 - FINER [java_downloader] -> Execute Returns: 
C:\pobieranie>IF EXIST C:/1.baw GOTO static1 

C:\pobieranie>IF EXIST C:/2.baw GOTO static2 

C:\pobieranie>IF EXIST C:/3.baw GOTO static3 

C:\pobieranie>netsh interface ip set address name="LAN" source=static addr="jakiś przykładowy adres" mask=255.255.255.128 
Ok.


C:\pobieranie>netsh interface ip set address name="LAN" gateway="jakaś przykładowa maska" gwmetric=0 
Ok.


C:\pobieranie>netsh interface ip set dns name="LAN" source=static addr="jakiś przykładowy DNS"
Ok.


C:\pobieranie>echo  1>>C:\3.baw 

C:\pobieranie>GOTO End 
 
 
2009-09-19 11:30:57 - FINER [java_downloader] -> Wait 5 seconds ...
2009-09-19 11:31:02 - FINER [java_downloader] -> IP Check via **External links are only visible to Support Staff****External links are only visible to Support Staff**
2009-09-19 11:31:02 - FINER [java_downloader] -> Ip after: "jakiś przykładowy adres"
2009-09-19 11:31:02 - INFO [java_downloader] -> Wait 20 sek for new ip
2009-09-19 11:31:02 - FINER [java_downloader] -> Ip after: "jakiś przykładowy adres"
2009-09-19 11:31:02 - INFO [java_downloader] -> Reconnect successful: "jakiś przykładowy adres"
2009-09-19 11:31:02 - INFO [java_downloader] -> Reconnect success: true
2009-09-19 11:31:02 - FINER [java_downloader] -> IP Check via **External links are only visible to Support Staff****External links are only visible to Support Staff**
2009-09-19 11:31:03 - FINER [java_downloader] -> Interaction start: Trigger: Po ponownym nawiązaniu połączenia
2009-09-19 11:31:03 - FINER [java_downloader] -> IP Check via **External links are only visible to Support Staff****External links are only visible to Support Staff**
2009-09-19 11:31:36 - INFO [java_downloader] -> MemoryController: 0 B in 0 BufferEntries!
W okienku logu widać ładnie treść mojego skryptu batch - adresy powycinałem.

Tymczasem w nowej wersji (Synthy) rozłączenie działa tylkko za peirwszym razem, a log jest jakiś "dziwny":

Code:
--------------------------------------Reconnect Testing-----------------------------------
01m:11s.765 - INFO [java_downloader] -> Start Reconnect
01m:11s.953 - FINER [java_downloader] -> Interaction start: Trigger: Before reconnection
01m:11s.953 - INFO [java_downloader] -> Try to reconnect...
01m:11s.953 - INFO [java_downloader] -> Starting Execute external reconnection application #1
01m:12s.296 - FINER [java_downloader] -> Balance IP Check failed. IP not found via regex: name\s*?=\s*?"IP" onclick\s*?=\s*?".*?"\s*?value\s*?=\s*?"([\d+\.]+)" on **External links are only visible to Support Staff****External links are only visible to Support Staff**
01m:13s.531 - FINER [java_downloader] -> Execute Returns:  
 
01m:13s.531 - FINER [java_downloader] -> Initial Waittime: 5 seconds
01m:18s.562 - FINER [java_downloader] -> Balance IP Check failed. IP not found via regex: Your IP is ([\d+\.]+)< on **External links are only visible to Support Staff****External links are only visible to Support Staff**
01m:18s.562 - FINER [java_downloader] -> Balance IP Check failed. IP not found via regex: ber Sie:</td></tr>.*?IP\:</td><td>([\d+\.]+)</td> on **External links are only visible to Support Staff****External links are only visible to Support Staff**
01m:18s.562 - FINER [java_downloader] -> Fallback IP Check via JDownloader-IPCheck
01m:18s.562 - FINER [java_downloader] -> Fallback IP Check failed.
01m:18s.562 - INFO [java_downloader] -> Wait 30 sec for new ip
01m:18s.562 - FINER [java_downloader] -> IP before: "jakiś przykładowy adres" after: offline
01m:23s.578 - FINER [java_downloader] -> Balance IP Check failed. IP not found via regex: <B>Your IP address is ([\d+\.]+)</B> on **External links are only visible to Support Staff****External links are only visible to Support Staff**
01m:23s.578 - FINER [java_downloader] -> Balance IP Check failed. IP not found via regex: My IP is.*?class="heading_color">([\d+\.]+)< on **External links are only visible to Support Staff****External links are only visible to Support Staff**
01m:23s.578 - FINER [java_downloader] -> Fallback IP Check via JDownloader-IPCheck
01m:23s.593 - FINER [java_downloader] -> Fallback IP Check failed.
01m:23s.593 - FINER [java_downloader] -> IP before: "jakiś przykładowy adres" after: offline
01m:28s.765 - FINER [java_downloader] -> IP before: "jakiś przykładowy adres" after: "jakiś przykładowy adres"
01m:28s.890 - FINER [java_downloader] -> Balance IP Check failed. IP not found via regex: <th>Das ist Deine IP-Adresse.*?>([\d+\.]+) </td> on **External links are only visible to Support Staff****External links are only visible to Support Staff**
01m:29s.281 - FINER [java_downloader] -> Balance IP Check failed. IP not found via regex: boxmaincontent" id="ipaddress">.*?([\d+\.]+)<di on **External links are only visible to Support Staff****External links are only visible to Support Staff**
01m:29s.281 - FINER [java_downloader] -> Fallback IP Check via JDownloader-IPCheck
01m:29s.343 - INFO [java_downloader] -> Reconnect successfully!
01m:29s.343 - FINER [java_downloader] -> Interaction start: Trigger: After Reconnection
I to jest jedyny moment w którym poprawnie zmienia adres plikiem bat ustawionym w zakładce "External". Każdy następny reconnect lub test = failed. Próbowałem wklejać tekst skryptu w zakłądkę "Batch", próbowałem pisać program lub konwertować na exe, robić skróty, zmieniać serwis do sprawdzania IP - wszystko zawsze kończyło sie "Reconnect failed", a takim logiem"

Code:
--------------------------------------Reconnect Testing-----------------------------------
35s.968 - INFO [java_downloader] -> Start Reconnect
38s.375 - FINER [java_downloader] -> Interaction start: Trigger: Before reconnection
38s.375 - INFO [java_downloader] -> Try to reconnect...
38s.375 - INFO [java_downloader] -> Starting Execute external reconnection application #1
38s.718 - FINER [java_downloader] -> Balance IP Check failed. IP not found via regex: name\s*?=\s*?"IP" onclick\s*?=\s*?".*?"\s*?value\s*?=\s*?"([\d+\.]+)" on **External links are only visible to Support Staff****External links are only visible to Support Staff**
39s.062 - FINER [java_downloader] -> Execute Returns:  
 
39s.062 - FINER [java_downloader] -> Initial Waittime: 5 seconds
44s.375 - INFO [java_downloader] -> Wait 30 sec for new ip
44s.375 - FINER [java_downloader] -> IP before: "ciągle ten sam adres" after: "ciągle ten sam adres"
49s.593 - FINER [java_downloader] -> IP before: "ciągle ten sam adres" after: "ciągle ten sam adres"
55s.047 - FINER [java_downloader] -> IP before: "ciągle ten sam adres" after: "ciągle ten sam adres"
01m:01s.656 - FINER [java_downloader] -> IP before: "ciągle ten sam adres" after: "ciągle ten sam adres"
01m:07s.297 - FINER [java_downloader] -> IP before: "ciągle ten sam adres" after: "ciągle ten sam adres"
01m:12s.547 - FINER [java_downloader] -> Balance IP Check failed. IP not found via regex: your IP address">.*?([\d+\.]+) - on **External links are only visible to Support Staff****External links are only visible to Support Staff**
01m:13s.172 - FINER [java_downloader] -> IP before: "ciągle ten sam adres" after: "ciągle ten sam adres"
01m:18s.234 - FINER [java_downloader] -> IP before: "ciągle ten sam adres" after: "ciągle ten sam adres"
01m:18s.390 - INFO [java_downloader] -> Reconnect failed!
:outch:

Czym to jest spowodowane? Oczywiście moge używać starszej wersji, ale tam z kolei wojowałem bezskutecznie z modułem Unrar...
Reply With Quote
  #2  
Old 27.09.2009, 16:47
djuzi
Guest
 
Posts: n/a
Default

IP not found via regex: <- oznacza, że JD nie mógł wyłapać adresu IP w usłudze.
Taki błąd przy każdym sprawdzaniu się pojawił.

Więc: kłopot leży w tym, że JD ma problem ze sprawdzaniem IP poprzez usługi online, albo problem leży po tej stronie, że nie może ten skrypt za każdym razem poprawnie łączyć ponownie.

Spróbuj ręcznie rozłączać tym skryptem, czy faktycznie on na 100% działa poprawnie za każdym razem.
Wyłącz również opcję Użyj zbalansowanego sprawdzania adresu IP (Ustawienia -> Pobieranie i sieć -> Zaawansowane).
Reply With Quote
  #3  
Old 28.10.2009, 12:15
wolku
Guest
 
Posts: n/a
Default

witam
mam ten sam problem. z tym ze skryp pisany w powershell ale wywolywany jako bat w cmd . przy recznym wywolaniu bata spod exploratora windows wszystko dziala idealnie ip zmieniany jest w zakresie 186 ,187, 188 , 189 . jednak w jdownloaderze nie chce dzialac. skryp uruchamia sie zmieniane jest ip jednak JD nie wznawia sciagania dopiero reczny restart JD pozwala na dalsze pobieranie i to tez nie zawsze ;/
jakies sugestie ??
aha zmiana use balanced ip check nie dziala tzn zarowno przy wl i wyl nie dziala .
jeszcze jedna uwaga. nie wiem czemu . ale JD czasem pokazuje mi current IP address niewlasciwie . posiadam ip 186 a JD pokazuje 190 ;/
PIerwsza zmiana IP dziala . tzn JD poprawnie wyswietla current IP potem juz nie ;/ nie wiem czemu

Last edited by wolku; 28.10.2009 at 12:24.
Reply With Quote
  #4  
Old 12.11.2009, 18:37
djuzi
Guest
 
Posts: n/a
Default

Problem był z usługą, powinno to być w obecnej wersji już naprawione.
Reply With Quote
Reply

Thread Tools
Display Modes

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 22:04.
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.