Open rngadam opened 11 years ago
I did a backup of the redis database, then run the following script to overrite the data under echidna account with my version. This action fixed this access token expired issue, and ensure the spider under echidna account runs with a dedicated Tencent Weibo account agent0xff8
.
#!/usr/bin/env ruby
require 'redis'
Redis.current.keys('e:echidna:p:*').each do |key|
Redis.current.del(key)
end
Redis.current.keys('e:rainux:p:*').each do |key|
Redis.current.rename key, key.gsub(/^e:rainux:/, 'e:echidna:')
end
Since the master branch of echidna-streaming has a bug that prevent us get correct data, I've redid the migration with the backup data, and running z-score branch of echidna-streaming under echidna account. But the pull requests for both the z-score and rainux branches are not reviewed and merged to master.
I have merged your branch to echidna-streaming, but we need to add tests to you code
Restarting the spider service and I'm seeing this:
full log: