Peter
Peter
self.keepalive().catch 有时会出现:Error: Network Error 就会退出了掉线了, 如果不主动掉线,等下也会发不出消息 要怎么解决呢?
遇到过几次, 要怎么修复呢? https://github.com/moontide/WeChatBotEngine/commit/4993c3becc424d8c1bd4e039a025767c6ec1e87e ``` var loop = async() => { // Start detect timeout self.checkTimeout(); //console.log("session loop after checkTimeout; before synccheck") var response = await axios.get(`${host}cgi-bin/mmwebwx-bin/synccheck`, { cancelToken: new CancelToken(exe...
比如  会 显示成"口",要怎么解决呢?
``` @action async getContats() { self.loading = true; var auth = await storage.get('auth'); var me = session.user.User; var seq=0; var response; for (let i=0;i helper.isContact(e) && !helper.isOfficial(e) && !helper.isBrand(e)).concat(me); self.memberList.map(e...
92% chunk asset optimization BabelMinifyPlugin
我用react-scripts start mobx报错: ``` Syntax error: C:/Users/gz000069/weweChat/src/js/pages/Contacts/index.js: Unexpected token (9:0) 7 | import classes from './style.css'; 8 | > 9 | @inject(stores => ({ ```
为什么我几台电脑试了都不能弹出消息提示框, 也没有闪烁, win10系统, 谢谢!  ``` if (!helper.isMuted(user) && !sync && settings.showNotification) { let notification = new window.Notification(title, { icon: user.HeadImgUrl, body: helper.getMessageContent(message), vibrate: [200, 100, 200], }); notification.onclick =...
``` movies = pd.read_table('C:\Users\a\recommend\Personalized-recommend\dl_re_web\re_sys\recommend\data\movies.dat', sep='::', header=None, names=movies_title, engine='python') ^ SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position 2-3: truncated \UXXXXXXXX escape ```
Is there a link to download the module, I don't know how to compile it.