Nerixyz / instagram_mqtt

Realtime and Push Notification (FBNS) support for the instagram-private-api
MIT License
252 stars 50 forks source link

Realtime not working #80

Closed sreza78 closed 3 years ago

sreza78 commented 3 years ago

Hi I'm using instagram-private-api to make an app, that needs to get new direct messages. For that i'm using this package for getting realtime direct messages. It works fine on ubuntu18.04 but when i'm running my app in ubuntu 20.04 realtime not working. it doesn't throw any errors, it just not working. By the way when i'm installing it via npm, it gives me this kind of error.

No fix available
  node_modules/instagram-private-api
    instagram_mqtt  *
    Depends on vulnerable versions of instagram-private-api
    node_modules/instagram_mqtt

1 high severity vulnerabilities

Some issues need review, and may require choosing
a different dependency.

Please help me about this issue.

sreza78 commented 3 years ago

Problem was with the node version, i upgraded it to last stable version and it fixed.