Florian DEHE
-
2021-01-16
- status: open --> closed
Environment :
- NodeJS 15.4
- Windows 10 / Fedora 33
Commands used :
import ./donneesSujetA
tweetcount informbot 2018-09-22T15:00:00 2021-01-01T00:00:00
Description :
La commande déclenche une erreur.
Error Message :
node:readline:1188
throw err;
^
TypeError: topTweets.getTweetCountFromHashtagInTimeInterval is not a function
at Object.getTweetCountWrapper [as func] (D:\Florian\UTT\ISI-01\GL02\Projet\Phase_test\SujetA_Les_Javascripteurs_De_Lombre_l2\Index.js:53:26)
at Object.executeCommand (D:\Florian\UTT\ISI-01\GL02\Projet\Phase_test\SujetA_Les_Javascripteurs_De_Lombre_l2\CommandParser\CommandParser.js:47:36)
at haveInteraction (D:\Florian\UTT\ISI-01\GL02\Projet\Phase_test\SujetA_Les_Javascripteurs_De_Lombre_l2\Index.js:210:37)
at Interface._onLine (node:readline:361:5)
at Interface._line (node:readline:699:8)
at Interface._ttyWrite (node:readline:1044:14)
at ReadStream.onkeypress (node:readline:234:10)
at ReadStream.emit (node:events:376:20)
at emitKeys (node:internal/readline/utils:358:14)
at emitKeys.next (<anonymous>)