Jimmy Miao He

Results 8 comments of Jimmy Miao He

这段代码在cfs-aliyun之外的store上会报错吗?看起来应该是cfs-core的问题。

stack里那个[Object object]看起来是老版本才会出现的问题吧。 另外cfs-gridfs和cfs-filesystem至少要加一个。 发自我的 iPhone > 在 2016年8月13日,下午1:52,diegobona [email protected] 写道: > > 项目启动后报错,内容如下: > > 我按照“阿里云OSS配置“中内容在阿里云上配置过了,还买了存储空间。我的代码如下,看起来没问题啊。是不是阿里云上还要配什么?或者有什么packages没add吗,CFS相关的包我都add过了啊。 > if (Meteor.isServer) { > var imageStore = new FS.Store.OSS("images", { > accessKeyId:"9P37zZZ66WYrHMWW", >...

理论上没问题,但是你的代码上为什么定义了一个server-only collection… 虽然这个好像还是解释不通为什么会prevent from startup… 启动就动手存文件而且还报undefined很奇怪,我建议你看一下load order,以及是不是有些定义代码被你写成了执行,再不行用node debugger挂上去单步看一下 ps:不要把accesskey发上来!很不安全。快去换key 发自我的 iPhone > 在 2016年8月13日,下午4:11,diegobona [email protected] 写道: > > @wxhemiao 两个包我都加过了。阿里云只需要配置accessKey、bucket、开通OSS服务就可以吗? > > — > You are receiving this because you...

@yyang 没法重现。我觉得他的代码有问题

Out of urgency and a last-ditch attempt I was actually able to work around and restore the cluster but I don't understand what's happening... Here are my steps: - Remove...

Hi, is there any word on this issue? It sure looks like the problem persists with Ubuntu 16 and Python 3.4.

@vitormorales It turns out that prepending `LC_ALL=C.UTF-8` fixes the issue on English-based linux systems anyhow. It's a default locale issue. On my Mac (which defaults to Unicode) this should never...

Got the same thing! Anyone knows how to port over? Tried the official migration tool on the libs folder with no luck