Thread: [Solved] Vk.com Vkontakte.ru
View Single Post
  #2603  
Old 26.12.2017, 19:56
djmakinera djmakinera is offline
Banned
 
Join Date: May 2010
Location: Poland
Posts: 8,387
Default

Code:
26.12.17 18.38.26 <--> 26.12.17 18.56.24 jdlog://0656154433151/

Do not decrypt all post wall on the wall. It is associated with all the walls on the group. How do I know that? Because if you scroll down - javascrpt-processing (all pages) and try to extract all links to photos, it is much more than shows JD2 while decrypting in the package.
See my log in the previous post and see what causes this problem. Many links do not contain a full address to some of the photos, this is associated with wrong URLs that do not lead to the right photo or incorrect offset

Example wrong decrypt wrong URL
vk.com/wall153353527_642550?z=photo153353527_422821379missing full URL
HTML Code:
Error
Post not found
Also decrypts empty posts (only text), should not decrypt such posts and not show as offline and put in a package.

Please test Decrypt FULL WALL:
**External links are only visible to Support Staff****External links are only visible to Support Staff**

It should collect/decrypt a total of 150,000 photos.
Exceed the parser operation too quickly. After a few minutes.
It shows many wrong links in packages and only shows 4865 links +/-

Shouldbe decrypt 150,000 links
Code:
All posts 156,203
It used to work correctly Not now. So this is a bug decrypt.

------------------------Thread: 202:PluginErrors.log-----------------------
--ID:202TS:1514310456292-12/26/17 6:47:36 PM - [jd.plugins.PluginForDecrypt(errLog)] -> CrawlerPlugin out of date: jd.plugins.decrypter.VKontakteRu@3fa8c3b :38375
--ID:202TS:1514310456293-12/26/17 6:47:36 PM - [jd.plugins.PluginForDecrypt(errLog)] -> URL was: **External links are only visible to Support Staff****External links are only visible to Support Staff**
--ID:202TS:1514310456293-12/26/17 6:47:36 PM - [] -> java.io.IOException: No request available
at jd.http.Browser.getURL(Browser.java:1307)
at jd.http.Browser.createPostRequest(Browser.java:702)
at jd.http.Browser.createPostRequest(Browser.java:698)
at jd.http.Browser.createPostRequest(Browser.java:725)
at jd.http.Browser.postPage(Browser.java:1722)
at jd.http.Browser.postPage(Browser.java:1718)
at jd.plugins.decrypter.VKontakteRu.postPageSafe(VKontakteRu.java:1928)
at jd.plugins.decrypter.VKontakteRu.decryptWall_Website(VKontakteRu.java:1433)
at jd.plugins.decrypter.VKontakteRu.decryptWallLink(VKontakteRu.java:1110)
at jd.plugins.decrypter.VKontakteRu.decryptIt(VKontakteRu.java:391)
at jd.plugins.PluginForDecrypt.decryptIt(PluginForDecrypt.java:274)
at jd.plugins.PluginForDecrypt.decryptLink(PluginForDecrypt.java:309)
at jd.controlling.linkcrawler.LinkCrawler.crawl(LinkCrawler.java:3132)
at jd.controlling.linkcollector.LinkCollectorCrawler.crawl(LinkCollectorCrawler.java:33)
at jd.controlling.linkcrawler.LinkCrawler$12.crawling(LinkCrawler.java:1401)
at jd.controlling.linkcrawler.LinkCrawlerRunnable.run_now(LinkCrawlerRunnable.java:104)
at jd.controlling.linkcrawler.LinkCrawlerRunnable.run_delayed(LinkCrawlerRunnable.java:74)
at jd.controlling.linkcrawler.LinkCrawlerRunnable.run(LinkCrawlerRunnable.java:36)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.net.MalformedURLException: no protocol: /al_wall.php
at java.net.URL.<init>(Unknown Source)
at java.net.URL.<init>(Unknown Source)
at java.net.URL.<init>(Unknown Source)
at org.appwork.utils.net.URLHelper.createURL(URLHelper.java:165)
at jd.http.Browser.getURL(Browser.java:1303)
... 20 more
Reply With Quote