JDownloader Community - Appwork GmbH
 

Notices

Reply
 
Thread Tools Display Modes
  #1201  
Old 23.07.2014, 10:40
Eplurbus
Guest
 
Posts: n/a
Default

I sent an email to you using a gmail account. I tried a solo download again and it failed again. I just wanted to double check. Some download sources seem to be OK, but others constantly fail

-------

(Next day)

I got the emailed exe, tried it, and it also failed. :(

I did notice that cbhWinPlugin.exe was being opened at least twice as a process. And according to Process Explorer, cbhWinPlugin.exe is the only DLL to have input.jpg open.

Last edited by Eplurbus; 24.07.2014 at 06:36. Reason: Updated info, combined posts.
Reply With Quote
  #1202  
Old 26.07.2014, 03:31
k1nGsTiRe
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by sj_rolak View Post
Alphabetically inserting "recaptcha;" and "solvemedia;" into jacinfo.xml's big list allows to start the JD-automatic at all

that done it for me. now it works thanks!:thumbup:
Reply With Quote
  #1203  
Old 27.07.2014, 06:09
Eplurbus
Guest
 
Posts: n/a
Default

Is any one else seeing the blank window popup issue? If so can you provide any helpful information? Seems they can't reproduce it. So, does it happen for all download sites or just some? Which ones work, or don't? For me just keep2share.cc is failing, but I am only using a few download sites right now.

Any one else see two, or more, tasks/services show up in task manager? Any other ideas?

Thanks
Reply With Quote
  #1204  
Old 27.07.2014, 16:44
lelim
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by Eplurbus View Post
Is any one else seeing the blank window popup issue? If so can you provide any helpful information? Seems they can't reproduce it. So, does it happen for all download sites or just some? Which ones work, or don't? For me just keep2share.cc is failing, but I am only using a few download sites right now.

Any one else see two, or more, tasks/services show up in task manager? Any other ideas?

Thanks
i think this is related to jdownloader code. can you send your jdownloader log to one of the developers and ask why it starts captcha plugin exe twice for a single download?
also does anyone, developer or not, know how jd behaves when two parallel downloads start and solve captcha at the same time?
Reply With Quote
  #1205  
Old 27.07.2014, 21:30
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,611
Default

@Lelim
JD0.9/NIGHTLY
Two downloads at once would get processed at the same time, so your API needs to be able to deal with this. There is no queue system with the old JAC module because it was never designed for API. Design was for localise solve methods. The only time two/multiple exe running at the same time from a single download, would be if timeout happens and retry event is triggered (educated guess), since you spawn exe from bat script JD no longer has control over it? it would have to rely on programs own timeout setting in order to close process? (That's what I'm assuming).

JD2,
Native CES support, users shouldn't be running old JAC module.

So on the assumption only JD0.9/NIGHTLY issue.

raztoki
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #1206  
Old 28.07.2014, 00:08
lelim
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by raztoki View Post
@Lelim
JD0.9/NIGHTLY
Two downloads at once would get processed at the same time, so your API needs to be able to deal with this. There is no queue system with the old JAC module because it was never designed for API. Design was for localise solve methods. The only time two/multiple exe running at the same time from a single download, would be if timeout happens and retry event is triggered (educated guess), since you spawn exe from bat script JD no longer has control over it? it would have to rely on programs own timeout setting in order to close process? (That's what I'm assuming).

JD2,
Native CES support, users shouldn't be running old JAC module.

So on the assumption only JD0.9/NIGHTLY issue.

raztoki
@Raztoki, thx for the answer.
Honestly, i can't think a way of being able to process two captchas at the same time. Best thing i can think is that : users can create multiple folders under /methods folder like cbh1, cbh2, cbh3 ..., then modify their jacinfo.xml files so that each of the most frequently used sites for downloading, or all of them, gets inserted on different method folder. so, their input.jpg's and output files don't block each other.
For multiple triggering issue, is there a place to set the timeout for jac method running time? maybe in jacinfo.xml? if that timeout is hit, is it written on JD logs?
Also is there a document that you can redirect me for all features of jac module?

For all users : Some people had difficulties with captchas while creating users, captcha answer check for creating new user is disabled now. You can easily create new user.
Reply With Quote
  #1207  
Old 28.07.2014, 00:20
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,611
Default

@Lelim

Think the way captchatrader solved that issue (last time I used CES and JD was that far back), was to rename images based on some internal id, that way you are not limited by a single filename restriction.
jac > script > exe/jar/whatever > copies input image and indexes, removed image > submits image into API, returns info based on index and passes answer to the correct download. Think that was the gist of it.

JAC is not documented that I'm aware of, it does have many established pitfalls.

The best bet would be people migrate to JD2, and use the native CES solution provided.
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]
Reply With Quote
  #1208  
Old 28.07.2014, 00:30
lelim
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by raztoki View Post
@Lelim

Think the way captchatrader solved that issue (last time I used CES and JD was that far back), was to rename images based on some internal id, that way you are not limited by a single filename restriction.
jac > script > exe/jar/whatever > copies input image and indexes, removed image > submits image into API, returns info based on index and passes answer to the correct download. Think that was the gist of it.

JAC is not documented that I'm aware of, it does have many established pitfalls.

The best bet would be people migrate to JD2, and use the native CES solution provided.
yes, i thought of renaming the input.jpg with process id, but when i create an output file, since its name is set in the jacinfo.xml, all running processes will try to open it and read the answer. on output file, i think we will still be restricted on single filename i guess..
i agree with jd2, is there a plan on your side to force users to upgrade to jd2 on a specific time?
Reply With Quote
  #1209  
Old 28.07.2014, 00:46
pspzockerscene's Avatar
pspzockerscene pspzockerscene is online now
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 70,919
Default

Yap, once JD2 is done users will get a forced update to JD2 and (plugin side) JD1 compatibility won't be given anymore after that.
...but we have no ETA.

GreeZ psp
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?
Reply With Quote
  #1210  
Old 28.07.2014, 00:55
raztoki's Avatar
raztoki raztoki is offline
English Supporter
 
Join Date: Apr 2010
Location: Australia
Posts: 17,611
Default

Well I don't see JD2 been released as a 'finished' product, It's plenty stable enough in my opinion to be released as 'stable' right now... The only downside its still heavily in development, but that is also a benefit in some respects. But that's just my opinion on the matter. Appwork development cycle is very relaxed, I don't see JD2 been released as stable, we are already 26338 commits. They take the release number from revision, 0.9.581 is revision 9581. I can see us hitting revision 30k or 3.0 before JD2 is ready for 'stable' release in respects to what Appwork goals for release.
__________________
raztoki @ jDownloader reporter/developer
http://svn.jdownloader.org/users/170

Don't fight the system, use it to your advantage. :]

Last edited by raztoki; 28.07.2014 at 01:00.
Reply With Quote
  #1211  
Old 28.07.2014, 01:03
pspzockerscene's Avatar
pspzockerscene pspzockerscene is online now
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 70,919
Default

De ja vu - we'll beat Firefox with ease by simply releasing JD 30 000 but maybe peoples' expectations would be too high then:w00t::w00t:

GreeZ psp
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?
Reply With Quote
  #1212  
Old 29.07.2014, 05:54
Eplurbus
Guest
 
Posts: n/a
Default

So, where does that leave us? Should I send the log file? Why did the problem appear suddenly, as it was fine for a long time before?
Reply With Quote
  #1213  
Old 04.08.2014, 09:52
s6it s6it is offline
JD Beta
 
Join Date: Aug 2009
Posts: 55
Default

Since last Friday i get this error message in CBH Captacha Solver once an hour: "If you can't see captcha image while creating a new user, just type anything on answer field. Your user will be created succesfully!"

How to disable this message?
Reply With Quote
  #1214  
Old 05.08.2014, 07:30
bluegaptek
Guest
 
Posts: n/a
Default

Hello,
I'm using CBH Captcha Solver BETA v1.2.0, and having difficulty to transfer credits.
I have 534 credits already, and want to transfer them all, but always get this "error minimum transfer amount is 500 credits".
Here's the screenshoot:
Reply With Quote
  #1215  
Old 07.08.2014, 21:46
Palegreysky
Guest
 
Posts: n/a
Default

Hello,
I have downloaded your latest sfotware from website. It was 1.1.8
After the installation it alerted me to upgrade to newer version.



After I click, I got this error, it says;

Quote:

Another version of this product is already installed. Installation of this version cannot continue. To configure or remove the existing version of this product, use Add/Remove Programs on the Control Panel




Can anyone help me about that issue?
Reply With Quote
  #1216  
Old 12.08.2014, 00:02
UncleTomC
Guest
 
Posts: n/a
Default Captchabrotherhood error

When my download asks for a Captcha, the Captchabrotherhood pops up even though I have turned it off. It is very annoying.
Reply With Quote
  #1217  
Old 12.08.2014, 06:48
Eplurbus
Guest
 
Posts: n/a
Default

Pale, maybe your .net is old?

Tom, Try renaming the jacinfo file, or remove the sites from it that you don't want CBH to solve for.
Reply With Quote
  #1218  
Old 14.08.2014, 09:57
Eplurbus
Guest
 
Posts: n/a
Default

Just noticed I now get the another instance message, when I close it I get the blank window. Not sure why it is different. But of course it is still broken.
Reply With Quote
  #1219  
Old 19.08.2014, 17:08
BigD34
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by Eplurbus View Post
Is any one else seeing the blank window popup issue? If so can you provide any helpful information? Seems they can't reproduce it. So, does it happen for all download sites or just some? Which ones work, or don't? For me just keep2share.cc is failing, but I am only using a few download sites right now.

Any one else see two, or more, tasks/services show up in task manager? Any other ideas?

Thanks
Hi everyone, I've the same problem. But to be honest I didn't understand well what has been suggested to do to avoid the issue.
Reply With Quote
  #1220  
Old 20.08.2014, 05:26
Eplurbus
Guest
 
Posts: n/a
Default

I have found no solution. I am stuck in the same boat as you. I don't think the author of the program knows what is causing it. Thus I had hopped others might provide clues as to what might be causing it.
Reply With Quote
  #1221  
Old 22.08.2014, 09:58
Eplurbus
Guest
 
Posts: n/a
Default

Maybe I should use JD2 to fix these problems??? It has been months now with no progress.
Reply With Quote
  #1222  
Old 23.08.2014, 14:22
Beauty
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by pspzockerscene View Post
Yap, once JD2 is done users will get a forced update to JD2
I'm afraid of the day when JD 1 is killed.
(To keep it alive without updates is a better option than to lock it.)

Why I'm afraid?
As I read long time ago, there are problems when I update to a newer JD (and/or) Java version.
The reason was that all links (and/or) packages in the download list will not work anymore.
I don't clean up the list for years, so I already have 4000 packages and use JD like a data base, too.
I'm afraid that all packages are gone after an update.
And more afraid that maybe all downloaded files are deleted automatically.
Reply With Quote
  #1223  
Old 23.08.2014, 14:34
Beauty
Guest
 
Posts: n/a
Default

I use CBH for several months and in general it works fine.
Unfortunately I have some issues since the last update to version 1.2.0.

For share-online CBH never works. I always have to solve captchas manually.
For my other hosters CBH works, ...
but sometimes (a few times per day) there is an empty CBH popup window.
As long as I don't close the window no more captchas are solved.
Sometimes there are 2, 3 or 4 popup windows one by one (next popup comes, when I close the previous popup window).



Lelim, what do you think what CBH wants to tell me?
(I use JD version 0.9.581)
Reply With Quote
  #1224  
Old 02.09.2014, 09:07
Eplurbus
Guest
 
Posts: n/a
Default

Is there a better place to get support with cbh? Or am I forever stuck with these problems?
Reply With Quote
  #1225  
Old 02.09.2014, 09:38
s6it s6it is offline
JD Beta
 
Join Date: Aug 2009
Posts: 55
Default

Since Sunday CBH Captcha Solver has quit working. After starting comes a error message "Error reading config file. Server may be under maintanace. Please try again later."
Reply With Quote
  #1226  
Old 02.09.2014, 10:29
Yochanan Yochanan is offline
Vacuum Cleaner
 
Join Date: Dec 2010
Posts: 19
Default

I've been using 9kw, works fine when enough users are on.
Reply With Quote
  #1227  
Old 02.09.2014, 12:07
s6it s6it is offline
JD Beta
 
Join Date: Aug 2009
Posts: 55
Default

I think CBH is offline. Even their Website is not available anymore: **External links are only visible to Support Staff****External links are only visible to Support Staff**
Reply With Quote
  #1228  
Old 02.09.2014, 12:08
s6it s6it is offline
JD Beta
 
Join Date: Aug 2009
Posts: 55
Default

Quote:
Originally Posted by Yochanan View Post
I've been using 9kw, works fine when enough users are on.
On their website is JDownloader not listed on plugins. Any tutorial how to get it working with JD2?
Reply With Quote
  #1229  
Old 02.09.2014, 12:21
Yochanan Yochanan is offline
Vacuum Cleaner
 
Join Date: Dec 2010
Posts: 19
Default

Quote:
Originally Posted by s6it View Post
On their website is JDownloader not listed on plugins. Any tutorial how to get it working with JD2?
Their Help page has instructions: 9kw.eu/hilfe.html.
Reply With Quote
  #1230  
Old 02.09.2014, 13:33
pspzockerscene's Avatar
pspzockerscene pspzockerscene is online now
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 70,919
Default

See also our captcha FAQ.

GreeZ psp
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?
Reply With Quote
  #1231  
Old 04.09.2014, 00:21
lelim
Guest
 
Posts: n/a
Default Mobile app for Android

Hi all,
our page had a small downtime yesterday, there should be no problem now.
By the way, we developed a small android app to solve captchas and get credits on mobile. Please be aware that this is just a simple app and has points to be developed. I am open to any suggestions. Disabling screen saver and vibrating are on my list.
You can check the app here :
**External links are only visible to Support Staff**
Reply With Quote
  #1232  
Old 15.09.2014, 20:13
lordscales91
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by Beauty View Post
I'm afraid of the day when JD 1 is killed.
(To keep it alive without updates is a better option than to lock it.)

Why I'm afraid?
As I read long time ago, there are problems when I update to a newer JD (and/or) Java version.
The reason was that all links (and/or) packages in the download list will not work anymore.
I don't clean up the list for years, so I already have 4000 packages and use JD like a data base, too.
I'm afraid that all packages are gone after an update.
And more afraid that maybe all downloaded files are deleted automatically.
LOL, why would you use JDownloader for that? Can't you locate your downloads easily with the default Windows Explorer? Or are you running linux? In either case you can have an organized hierarchy of folders to organize your downloads instead of using JDownloader Packages to index them.

By The Way lelim, that Android App seems a good alternative to the PC version, but now where can we see the credits reward chart? On the website it says that you can get between 5-9 but how it works? The amount is not dependant of the current time like before?
Reply With Quote
  #1233  
Old 18.09.2014, 15:35
lelim
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by lordscales91 View Post
By The Way lelim, that Android App seems a good alternative to the PC version, but now where can we see the credits reward chart? On the website it says that you can get between 5-9 but how it works? The amount is not dependant of the current time like before?
Hi,
you can see the chart on CBH Captcha Solver application interface.
Mobile solver app is updated, you can now see your credits while solving captchas.
Reply With Quote
  #1234  
Old 02.10.2014, 12:33
Grizzly
Guest
 
Posts: n/a
Default

Seems CBH site is down again. Can't reach it for maybe 2 or 3 hours now.
The DNS can be resolved, but ping failed.
Can someone please confirm that?
Reply With Quote
  #1235  
Old 02.10.2014, 12:46
Yochanan Yochanan is offline
Vacuum Cleaner
 
Join Date: Dec 2010
Posts: 19
Default

Quote:
Originally Posted by Grizzly View Post
Seems CBH site is down again. Can't reach it for maybe 2 or 3 hours now.
The DNS can be resolved, but ping failed.
Can someone please confirm that?
Yes, I can confirm. The program won't connect to update the sites upon launch. Perhaps the server is under maintenance.
Reply With Quote
  #1236  
Old 02.10.2014, 13:37
Grizzly
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by Yochanan View Post
Yes, I can confirm. The program won't connect to update the sites upon launch. Perhaps the server is under maintenance.
Thanks, Yochanan.
Reply With Quote
  #1237  
Old 02.10.2014, 22:13
Grizzly
Guest
 
Posts: n/a
Default

Okay, seems they are back.
Reply With Quote
  #1238  
Old 04.10.2014, 09:41
HalbUndHalb295
Guest
 
Posts: n/a
Default

Does anyone know which one is the correct PayPal Address for buying some cbh credits?
Reply With Quote
  #1239  
Old 04.10.2014, 19:49
xian xian is offline
Super Loader
 
Join Date: Nov 2010
Posts: 27
Default

Still cannot disable CBH from JDownloader2 window. Untick the box is useless.
Reply With Quote
  #1240  
Old 10.10.2014, 10:17
Eplurbus
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by HalbUndHalb295 View Post
Does anyone know which one is the correct PayPal Address for buying some cbh credits?
The CBH Captcha solver program has the paypal address in it. It even says to add your user name to the note field. I did it without problems. That same program can then be used to verify you got the credits.
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 17:41.
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.