|
#1
|
|||
|
|||
![]()
Since a few days no files can be downloaded from imgsrc.ru anymore.
Code:
--ID:629TS:1521757253331-3/22/18 11:20:53 PM - [] -> java.lang.NullPointerException at jd.plugins.hoster.ImgSrcRu.getDllink(ImgSrcRu.java:154) at jd.plugins.hoster.ImgSrcRu.requestFileInformation(ImgSrcRu.java:122) at jd.plugins.hoster.ImgSrcRu.handleFree(ImgSrcRu.java:247) at jd.plugins.PluginForHost.handle(PluginForHost.java:1089) at jd.controlling.downloadcontroller.SingleDownloadController.download(SingleDownloadController.java:395) at jd.controlling.downloadcontroller.SingleDownloadController.run(SingleDownloadController.java:575) But I have made sure I have the newest version of JDownloader2 and all plugins. |
#2
|
||||
|
||||
![]()
Please provide example links and upload the log.
__________________
FAQ: How to upload a Log |
#3
|
||||
|
||||
![]() Quote:
![]() Please provide example links
__________________
JD-Dev & Server-Admin |
#4
|
|||
|
|||
![]()
Example Links
**External links are only visible to Support Staff****External links are only visible to Support Staff** **External links are only visible to Support Staff****External links are only visible to Support Staff** Log 23.03.18 11.03.41 <--> 23.03.18 11.04.13 jdlog://8899554433151/ |
#5
|
||||
|
||||
![]()
will be fixed with next plugin update
__________________
JD-Dev & Server-Admin |
#6
|
|||
|
|||
![]()
Cool. Thanks. I guess imgsrc has yet again moved elements around on the page.
btw: (Off-Topic): How does this jdlog:// URI work? Where can I enter this to see the logs? |
#7
|
||||
|
||||
![]()
@wsbchk
they are the logs which are stored on your jd install path/logs/sessionid once uploaded they are located on our server, and only select people can read them. They are purged after an amount of time. raztoki
__________________
raztoki @ jDownloader reporter/developer http://svn.jdownloader.org/users/170 Don't fight the system, use it to your advantage. :] |
#8
|
|||
|
|||
![]()
Thanks for the very fast fix. It works now again!
|
#9
|
||||
|
||||
![]()
Thanks for the feedback!
__________________
JD-Dev & Server-Admin |
#10
|
|||
|
|||
![]()
Unfortunately I get a very similar error now after the plugin update. Maybe imgsrc.ru has rolled back their change, or hasn't rolled out the change to their entire system (yet). Is it feasible to support both variations?
Code:
--ID:197TS:1522519423339-3/31/18 8:03:43 PM - [] -> java.lang.NullPointerException at jd.plugins.hoster.ImgSrcRu.getDllink(ImgSrcRu.java:152) at jd.plugins.hoster.ImgSrcRu.requestFileInformation(ImgSrcRu.java:120) at jd.plugins.hoster.ImgSrcRu.handleFree(ImgSrcRu.java:245) at jd.plugins.PluginForHost.handle(PluginForHost.java:1089) at jd.controlling.downloadcontroller.SingleDownloadController.download(SingleDownloadController.java:395) at jd.controlling.downloadcontroller.SingleDownloadController.run(SingleDownloadController.java:575) |
#11
|
||||
|
||||
![]()
@rainefrey
fixed
__________________
raztoki @ jDownloader reporter/developer http://svn.jdownloader.org/users/170 Don't fight the system, use it to your advantage. :] |
#12
|
|||
|
|||
![]()
Thank you!
![]() |
#13
|
|||
|
|||
![]()
And there is another problem. Images where there is a full-size version are not downloaded. I see the following error in the log:
Code:
--ID:2208TS:1522661277654-4/2/18 11:27:57 AM - [] -> javax.script.ScriptException: org.mozilla.javascript.EcmaError: ReferenceError: "document" is not defined. (<Unknown source>#7) in <Unknown source> at line number 7 at org.jdownloader.scripting.JavaScriptEngineFactory$RhinoScriptEngine.eval(JavaScriptEngineFactory.java:740) at org.jdownloader.scripting.JavaScriptEngineFactory$RhinoScriptEngine.eval(JavaScriptEngineFactory.java:755) at javax.script.AbstractScriptEngine.eval(AbstractScriptEngine.java:264) at jd.plugins.hoster.ImgSrcRu.getDllink(ImgSrcRu.java:184) at jd.plugins.hoster.ImgSrcRu.requestFileInformation(ImgSrcRu.java:121) at jd.plugins.hoster.ImgSrcRu.handleFree(ImgSrcRu.java:263) at jd.plugins.PluginForHost.handle(PluginForHost.java:1089) at jd.controlling.downloadcontroller.SingleDownloadController.download(SingleDownloadController.java:395) at jd.controlling.downloadcontroller.SingleDownloadController.run(SingleDownloadController.java:575) Caused by: org.mozilla.javascript.EcmaError: ReferenceError: "document" is not defined. (<Unknown source>#7) at org.mozilla.javascript.ScriptRuntime.constructError(ScriptRuntime.java:3687) at org.mozilla.javascript.ScriptRuntime.constructError(ScriptRuntime.java:3665) at org.mozilla.javascript.ScriptRuntime.notFoundError(ScriptRuntime.java:3750) at org.mozilla.javascript.ScriptRuntime.name(ScriptRuntime.java:1728) at org.mozilla.javascript.gen._Unknown_source__655._c_script_0(<Unknown source>:7) at org.mozilla.javascript.gen._Unknown_source__655.call(<Unknown source>) at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:394) at org.jdownloader.scripting.JSRhinoPermissionRestricter$SandboxContextFactory.doTopCall(JSRhinoPermissionRestricter.java:123) at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3091) at org.mozilla.javascript.gen._Unknown_source__655.call(<Unknown source>) at org.mozilla.javascript.gen._Unknown_source__655.exec(<Unknown source>) at org.mozilla.javascript.Context.evaluateReader(Context.java:1110) at org.jdownloader.scripting.JavaScriptEngineFactory$RhinoScriptEngine.eval(JavaScriptEngineFactory.java:728) ... 8 more --ID:2208TS:1522661277654-4/2/18 11:27:57 AM - [] -> jd.plugins.PluginException: ERROR_PLUGIN_DEFECT|Value:-1 at jd.plugins.hoster.ImgSrcRu.requestFileInformation(ImgSrcRu.java:142) at jd.plugins.hoster.ImgSrcRu.handleFree(ImgSrcRu.java:263) at jd.plugins.PluginForHost.handle(PluginForHost.java:1089) at jd.controlling.downloadcontroller.SingleDownloadController.download(SingleDownloadController.java:395) at jd.controlling.downloadcontroller.SingleDownloadController.run(SingleDownloadController.java:575) --ID:2208TS:1522661277654-4/2/18 11:27:57 AM - [jd.controlling.downloadcontroller.SingleDownloadController(download)] -> Exception: --ID:2208TS:1522661277654-4/2/18 11:27:57 AM - [] -> jd.plugins.PluginException: ERROR_PLUGIN_DEFECT|Value:-1 at jd.plugins.hoster.ImgSrcRu.requestFileInformation(ImgSrcRu.java:142) at jd.plugins.hoster.ImgSrcRu.handleFree(ImgSrcRu.java:263) at jd.plugins.PluginForHost.handle(PluginForHost.java:1089) at jd.controlling.downloadcontroller.SingleDownloadController.download(SingleDownloadController.java:395) at jd.controlling.downloadcontroller.SingleDownloadController.run(SingleDownloadController.java:575) |
#14
|
||||
|
||||
![]()
@rainerfrey
example url ?
__________________
raztoki @ jDownloader reporter/developer http://svn.jdownloader.org/users/170 Don't fight the system, use it to your advantage. :] |
#15
|
|||
|
|||
![]()
Here's a sample album: **External links are only visible to Support Staff****External links are only visible to Support Staff**
First three images are uploaded as 1024x768 with originals. Image 4 is uploaded as 1024x768 but without original. Image 5 is uploaded as 1280x1024. Images 1 - 3 cause errors. Images 4-5 are downloaded successfully. 02.04.18 20.22.02 <--> 02.04.18 20.22.48 jdlog://4184654433151/ Last edited by raztoki; 03.04.2018 at 00:31. |
#16
|
|||
|
|||
![]()
HosterPlugin out of date: ImgSrcRu
Not working Download **External links are only visible to Support Staff****External links are only visible to Support Staff** |
#17
|
||||
|
||||
![]()
@rainerfrey
Fixed
__________________
raztoki @ jDownloader reporter/developer http://svn.jdownloader.org/users/170 Don't fight the system, use it to your advantage. :] |
#18
|
|||
|
|||
![]() |
![]() |
Thread Tools | |
Display Modes | |
|
|