-
I can not install tmi.js. I am using this command: 'npm install tmi.js --save'
I get this error:
`npm WARN prefer global tmi@1.0.3 should be installed with -g
npm WARN unmet dependency /opt/tbot/node…
-
I'm not sure is this is a bug, or undesired problem with meteor, but I have used previous versions of twitch-irc and tmi.js without issue.
the ` is throwiing SyntaxError: Unexpected token ILLEGAL t…
-
I updated my development code to the latest tmi.js and I am getting this error every few seconds:
Uncaught TypeError: undefined is not a function url: https://localhost:3000/static/js/tmi.min.js line…
-
Is there a way to check the connection status (timed out, connected, etc)?
Can i do something like this:
``` javascript
client = new irc.client({..})
//...
if (client.status == "timed_out")
clie…
-
Spent an hour trying to figure out what was wrong with my app, but turns out it also happens with this really simple demo
Steps to reproduce:
- Load the html page and open dev tools
- Trigger a disco…
-
When trying to use the timeout function I'm getting this error
```
[12:50pm] info: [#matax91] : google.com
/Users/jordanriser/workspace/twitch_bot/routes/api/bot.js:85
chatBot.timeout("matax91"…
-
I need beta testers for the current version of tmi.js. There is a [documentation with all the important changes](http://www.tmijs.org/docs/Upgrading.html). **Make a backup of your application**!
I am…