Tweet timeout LOGS 75251

Support / help / discussion forum for twitter bot
User avatar
martin@rootjazz
Site Admin
Posts: 37208
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: Tweet timeout LOGS 75251

Post by martin@rootjazz »

mgwbag wrote: Sun Apr 13, 2025 4:14 pm A lot of traffic is used because this keeps loading. Please optimize it. Constant loading and not being able to send out is equivalent to sending several tweets.
There are no optimisations I can make. This is what the twitter site uses. Unless your proxy company is recording incorrectly.

I Can see you are blocking media, that amount of bandwidth looks crazy!
mgwbag
Posts: 363
Joined: Sun Sep 15, 2024 9:38 am

Re: Tweet timeout LOGS 75251

Post by mgwbag »

Can this software be installed on the D drive? Must it be installed on the system drive C?
mgwbag
Posts: 363
Joined: Sun Sep 15, 2024 9:38 am

Re: Tweet timeout LOGS 75251

Post by mgwbag »

martin@rootjazz wrote: Sun Apr 13, 2025 6:38 pm
mgwbag wrote: Sun Apr 13, 2025 4:14 pm A lot of traffic is used because this keeps loading. Please optimize it. Constant loading and not being able to send out is equivalent to sending several tweets.
There are no optimisations I can make. This is what the twitter site uses. Unless your proxy company is recording incorrectly.

I Can see you are blocking media, that amount of bandwidth looks crazy!
Can this software be installed on the D drive? Must it be installed on the system drive C?
User avatar
martin@rootjazz
Site Admin
Posts: 37208
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: Tweet timeout LOGS 75251

Post by martin@rootjazz »

mgwbag wrote: Mon Apr 14, 2025 1:59 am Can this software be installed on the D drive? Must it be installed on the system drive C?
You can install it on any drive you want, but by default the program will use the path to store data:

Code: Select all

%appdata%\rootjazz\twitterdub\
which will usually resolve to c:\


You can modify this by the config file setting specifying your custom location

Code: Select all

%appdata%\rootjazz\twitterdub\config\custom_app_data.txt
In this file, specify the directory path you want to use instead.



WARNING, if you want to do this on an existing instance, you will need to copy the contents to the new path manually, otherwise the program will open empty.

Note, the config file, MUST still exist, even after you copy the data over to the new path.








--------------------------------

1) Create file to point to new directory:

Code: Select all

%appdata%\rootjazz\twitterdub\config\custom_app_data.txt
The directory must exist

2) Copy all the files / folders from:

Code: Select all

%appdata%\rootjazz\twitterdub\ 
to the new directory specified in the file (you can ignore the /logs/ folder that is not needed

3) Delete all files / folders in

Code: Select all

%appdata%\rootjazz\twitterdub\ 
except

Code: Select all

%appdata%\rootjazz\twitterdub\config\custom_app_data.txt



Regards,
Martin
Post Reply