Search found 20 matches

by harryb382003
Sun Mar 10, 2024 11:06 pm
Forum: MAC
Topic: Items will not download
Replies: 8
Views: 5111

Re: Items will not download

Have you set up a user for qbtorrent with the correct perms? I think I remember having to do something like that a while back
by harryb382003
Sun Mar 10, 2024 11:01 pm
Forum: Cafe lounge
Topic: Chitter Chatter
Replies: 3
Views: 3340

Re: Chitter Chatter

Animal Farm is a personal favorite. I have it as a 2 in 1 book with 1984.

As for Ebooks, I have yet to bring myself to buy one due to DRM and the fact that I like physical books, preferably hardcovers.

Pete, you now you you can get clip-on LED book lamps ;)
by harryb382003
Sun Mar 03, 2024 6:53 pm
Forum: Generic
Topic: resetting "Completed on"
Replies: 0
Views: 1426

resetting "Completed on"

I have numerous torrents that were once completed but were lost to hard drive failure and am now having to re-download them. Qbittorrent (v4.6.3) show them as being "Completed On" such & such date and they likely were. Considering that I am having to re-download them, "Completed O...
by harryb382003
Thu Dec 14, 2023 5:15 am
Forum: Cafe lounge
Topic: Perl coders
Replies: 6
Views: 1913

Re: Perl coders

Whatever the login credentials issue I was having, I managed to get resolved. I cannot recall what the issue was or how I resolved it. Moving on..... My method of attack while developing my perl script is to, on the command line, get curl to perform a task. Using --libcurl to create a <function>.c f...
by harryb382003
Thu Nov 23, 2023 4:07 pm
Forum: Generic
Topic: remapping drive/path
Replies: 7
Views: 954

Re: remapping drive/path

MacOS but it doesn't really matter as I have zero intention or interest of resolving this at the OS level. It's not something requiring OS level resolution. It is merely a minor application issue I am trying to work through. To be clear, I am not suggesting that there is anything wrong with qbittorr...
by harryb382003
Wed Nov 22, 2023 4:30 pm
Forum: Generic
Topic: remapping drive/path
Replies: 7
Views: 954

Re: remapping drive/path

My issue is until such time that I can get all my data off the drive(s), the drive(s) is/are effectively 'locked'. Meaning I cannot change the drive name so the the new drive can have it. Additionally, I am trying to recover the dying data from rather large drives (5 & 8 TB) into the freespace o...
by harryb382003
Wed Nov 15, 2023 5:09 pm
Forum: Generic
Topic: remapping drive/path
Replies: 7
Views: 954

Re: remapping drive/path

Sorry. Maybe I could have worded that better. I know how to do symlinks and what not, but what I meant was to remap the download directory(s) of torrent(s). There was some other client that I once upon a time used where I could just edit a single element of a path and not have to worry about the sub...
by harryb382003
Tue Nov 14, 2023 8:08 pm
Forum: Generic
Topic: remapping drive/path
Replies: 7
Views: 954

remapping drive/path

I sustained a loss of a few drives and am now in a recovery process.

Is there a way to remap drives from, for example:

bing/bang/boing/foo/bar/baz
to
bing/bang/<MY NEW PATH>/foo/bar/baz

or do I truly have to do in batches, sometimes individually for 1000+ torrents?
by harryb382003
Tue Nov 14, 2023 8:02 pm
Forum: Generic
Topic: Moving qB from Windows to Docker?
Replies: 3
Views: 4115

Re: Moving qB from Windows to Docker?

Were you ever able to find any joy on this?
by harryb382003
Mon Oct 16, 2023 11:50 pm
Forum: Cafe lounge
Topic: [POLL] What OS are you using?
Replies: 17
Views: 20162

Re: [POLL] What OS are you using?

Mac OS Sonoma (14)
by harryb382003
Sat Sep 16, 2023 2:58 am
Forum: Cafe lounge
Topic: Perl coders
Replies: 6
Views: 1913

Re: Perl coders

I overcame the issue I was having. I found that using the "--libcurl <filename.c> to be very useful. Now I am getting the error: 9/15/23 10:50 PM - WebAPI login failure. Reason: invalid credentials, attempt count: 2, IP: 127.0.0.1, username: using: curl -i --data --header -c /Users/<path>/cooki...
by harryb382003
Tue Sep 12, 2023 10:44 pm
Forum: Cafe lounge
Topic: Perl coders
Replies: 6
Views: 1913

Re: Perl coders

Peter, thank you. sub qbt_auth { my ($api , $do) = @_; my $url = $host.=$port.=$api.=$do; d "\t$url"; my @headers = $referrer; my $response_body = "$0_response_body"; open( RESPONSE, "> $response_body" ); my $easy = Net::Curl::Easy->new(); $easy->setopt( CURLOPT_VERBOSE...
by harryb382003
Tue Sep 12, 2023 10:28 pm
Forum: Cafe lounge
Topic: Perl coders
Replies: 6
Views: 1913

Re: Perl coders

I get that I am doing it wrong, I am just confused that it is rewarding me with a cookie while doing so.
by harryb382003
Tue Sep 12, 2023 3:19 pm
Forum: Cafe lounge
Topic: Perl coders
Replies: 6
Views: 1913

Re: Perl coders

I have been working on coding something up to work with the WebUI in perl, with limited successes. Currently I am having an issue that I cannot wrap my head around regarding authentication/method. I do not understand how/why it is that I am getting a cookie while also getting a method not allowed. t...
by harryb382003
Mon Aug 21, 2023 12:18 am
Forum: Cafe lounge
Topic: Perl coders
Replies: 6
Views: 1913

Perl coders

Do we have anyone in here that codes in perl?