2
$\begingroup$

I am using the following procedure to analyze twitters, which was working correctly yesterday, but today I am facing some problems. Did Wolfram change something?

Thanks

twitter = ServiceConnect["Twitter", "New"] twitter["TweetSearch", "Query" -> "#falconheavy", MaxItems -> 25] 

enter image description here

$\endgroup$
6
  • $\begingroup$ What version are you using? Looks like something went sideways with DateObject. On the other hand for me this works: DateObject[{"2020 Mar 23 15:25:10", {"Year", " ", "MonthNameShort", " ", "Day", " ", "Time"}}, TimeZone -> 0] and so I'm not sure what would be breaking. Try doing a Quit? $\endgroup$ Commented Mar 23, 2020 at 21:24
  • $\begingroup$ 12.0 I did, but no avail! $\endgroup$ Commented Mar 23, 2020 at 21:45
  • $\begingroup$ Try evaluating DateObject[{"2020 Mar 23 15:25:10", {"Year", " ", "MonthNameShort", " ", "Day", " ", "Time"}}, TimeZone -> 0] if that's not working that you might need some form of PacletUpdate but I'm not sure which paclet $\endgroup$ Commented Mar 23, 2020 at 21:46
  • $\begingroup$ DateObject::str: String 2020 Mar 23 15:25:10 cannot be interpreted as a date. $\endgroup$ Commented Mar 23, 2020 at 21:51
  • $\begingroup$ That's a pretty fundamental issue. I'm not sure where it's coming from, to be honest. Maybe you can try PacletUpdate["Interpreter"] to see if it's using the Interpreter package under the hood? $\endgroup$ Commented Mar 23, 2020 at 23:29

1 Answer 1

2
$\begingroup$

I had the same problem. It was some kind of localisation issue here. I changed the language in the preferences to English and deactivated the "natural language detection". Now it works.

screenshot attached

$\endgroup$

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.