|
@@ -2,6 +2,36 @@
|
|
|
|
|
|
### ** http://musare.com/ **
|
|
|
|
|
|
+##Found a bug?
|
|
|
+
|
|
|
+Try these methods frist before reporting a issue:
|
|
|
+
|
|
|
+1. Refresh page or restart browser
|
|
|
+2. Turn off all extensions
|
|
|
+3. Clear cookies and cache
|
|
|
+4. Update browser or try another (Chrome, Firefox)
|
|
|
+5. Flush browser DNS/Sockets and IP DNS
|
|
|
+<hr>
|
|
|
+**Chrome**
|
|
|
+chrome://net-internals/#dns and chrome://net-internals/#sockets
|
|
|
+<hr>
|
|
|
+**Firefox**
|
|
|
+about:config then change network.dnsCacheExpiration to 0 and back to 60
|
|
|
+<hr>
|
|
|
+**Windows 7, 8, 10**
|
|
|
+ipconfig /flushdns
|
|
|
+<hr>
|
|
|
+**Linux (latest versions)**
|
|
|
+sudo /etc/init.d/nscd restart
|
|
|
+<hr>
|
|
|
+**Mac OS X Yosemite**
|
|
|
+sudo discoveryutil mdnsflushcache
|
|
|
+<hr>
|
|
|
+
|
|
|
+This did not fix your issue? or you're still not satisfied? Just create a issue ticket at:
|
|
|
+https://github.com/AkiraLaine/musare/issues
|
|
|
+Be sure to be as detailed as possible!
|
|
|
+
|
|
|
##Get started with development!
|
|
|
|
|
|
First download Meteor: https://www.meteor.com/
|