auto delete tweets - token support

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

Re: auto delete tweets - token support

Post by martin@rootjazz »

coucan wrote: Mon Jun 15, 2020 4:25 pm Oh sorry, there was a misunderstanding, you fixed the "Post RSS" option only (the option with the Twitter Bird and RSS sign).

You did not fix the "Post Media RSS" (the option with the Chain and RSS sign).

Could you please fix the "Post Media RSS" option also?
That is what I tested above and confirmed working correctly.

According to the logs, you are not setting the delete token correctly, nor have you specified the correct element to extract the link for the media, instead it is returning the date element.

So please, as above, provide how you are setting the RSS meta details so I can see how the action is setup, as when I set it up, it is working perfectly.
coucan
Posts: 107
Joined: Mon Jan 06, 2014 10:25 am

Re: auto delete tweets - token support

Post by coucan »

Hi,

It is still not working for me.

I have tested it with this config:

- Item tag:

<item>

- URL:

<link>

- Tweet Body Tag:

<title>

%del__h1m30%


I have sent you the log: 21137
User avatar
martin@rootjazz
Site Admin
Posts: 34696
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: auto delete tweets - token support

Post by martin@rootjazz »

Again there is a problem with the encoding of how you enter the delete token
) �l__h1m30%
How are you entering the token? Are you typing it in? Pasting it in?

Where are you from? If your native language is not English (and your computer is not in English) what language / character set is used? Although I don't understand why the first %del is being corrupted, but the last 30% is appearing fine.

But this is the issue, the program cannot detect %del_h1m30% because the %del part is encoded differently.


But this time, the media URL is pulled properly and not the date, so that is one issue solved, one togo.
coucan
Posts: 107
Joined: Mon Jan 06, 2014 10:25 am

Re: auto delete tweets - token support

Post by coucan »

Keyboard is US. I don't know the encoding... but It's not a problem of encoding, because the auto-delete feature is working when I place the token for TD to post a simple tweet (not RSS)...

I have tried to copy and paste, or typing it manually, it's still not working..

I still have this error: �l__h1m30%
User avatar
martin@rootjazz
Site Admin
Posts: 34696
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: auto delete tweets - token support

Post by martin@rootjazz »

coucan wrote: Tue Jun 16, 2020 1:58 pm Keyboard is US. I don't know the encoding... but It's not a problem of encoding,
ok so it isn't a language / character set issue.


Can you try a test please

Clear logs: HELP > LOGS > DELETE

Set the RSS action up, but for the body, just set - so no rss element and copy it from here:
%del_h1m30%
Then submit logs
coucan
Posts: 107
Joined: Mon Jan 06, 2014 10:25 am

Re: auto delete tweets - token support

Post by coucan »

I sent you logs: 42565
User avatar
martin@rootjazz
Site Admin
Posts: 34696
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: auto delete tweets - token support

Post by martin@rootjazz »

can you confirm you copy and pasted the token from above? Not type it, not copy from somewhere else, but copied from the code box where I included it above
coucan
Posts: 107
Joined: Mon Jan 06, 2014 10:25 am

Re: auto delete tweets - token support

Post by coucan »

Yes, i copy and paste it according to your instructions
User avatar
martin@rootjazz
Site Admin
Posts: 34696
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: auto delete tweets - token support

Post by martin@rootjazz »

then I am stumped why this is happening to you. I'll need to add some debugging to the next build to try and figure out where the %del part of the token gets corrupted.

I'll have it ready for you today



Regards,
Martin
coucan
Posts: 107
Joined: Mon Jan 06, 2014 10:25 am

Re: auto delete tweets - token support

Post by coucan »

Thanks!

Is there a simple way around this , to solve the issue?

Maybe we could change the token? and rename it for example as: [del_h1m30]

or %_del_h1m30_%
Post Reply