Peter

Results 61 issues of 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...

比如 ![image](https://user-images.githubusercontent.com/1269898/46464109-20265500-c7f8-11e8-8816-9a0a5a3f56aa.png) 会 显示成"口",要怎么解决呢?

``` @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...

我用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系统, 谢谢! ![image](https://user-images.githubusercontent.com/1269898/44011988-a1f05c4e-9eee-11e8-92e7-fa24af3bb30b.png) ``` 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.