console log has an extra "/" in the URL of the tweet with the tweet-ID

Support / help / discussion forum for twitter bot
Post Reply
bitcoin
Posts: 924
Joined: Tue Jul 04, 2017 1:25 am

console log has an extra "/" in the URL of the tweet with the tweet-ID

Post by bitcoin »

Example:
Retweet all new: https://twitter.com/ftbankofficial with: Account
Get TwitterUser: ftbankofficial using: Account
Found new tweet: 918136075104739328 : 918136075104739328
Retweet: 918136075104739328 using: Account
Retweeting: https://twitter.com//statuses/918278990296645633
* SUCCESS: 918136075104739328
Pause for: 1829 secs
https://twitter.com//statuses/918278990296645633 should be https://twitter.com/statuses/918278990296645633
User avatar
martin@rootjazz
Site Admin
Posts: 34360
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: console log has an extra "/" in the URL of the tweet with the tweet-ID

Post by martin@rootjazz »

is actually just a built URL log from a tweet object from the API where the user object is not defined. Doesn't effect the action are all, will update the log for next update
bitcoin
Posts: 924
Joined: Tue Jul 04, 2017 1:25 am

Re: console log has an extra "/" in the URL of the tweet with the tweet-ID

Post by bitcoin »

martin@rootjazz wrote: Thu Oct 12, 2017 8:42 pm is actually just a built URL log from a tweet object from the API where the user object is not defined. Doesn't effect the action are all, will update the log for next update
Thanks, it's a small one and I ignored it up to now but when AB testing... It's convenient to quickly double check the tweet in question and see what www.twitter.com has to say.

Thanks!
Post Reply