惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

S
Secure Thoughts
Security Latest
Security Latest
Simon Willison's Weblog
Simon Willison's Weblog
O
OpenAI News
GbyAI
GbyAI
L
LINUX DO - 最新话题
A
Arctic Wolf
T
Tor Project blog
G
GRAHAM CLULEY
I
InfoQ
博客园_首页
IT之家
IT之家
The Register - Security
The Register - Security
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
P
Proofpoint News Feed
The GitHub Blog
The GitHub Blog
Blog — PlanetScale
Blog — PlanetScale
N
Netflix TechBlog - Medium
K
Kaspersky official blog
博客园 - 三生石上(FineUI控件)
S
SegmentFault 最新的问题
U
Unit 42
PCI Perspectives
PCI Perspectives
量子位
P
Palo Alto Networks Blog
S
Securelist
T
Troy Hunt's Blog
博客园 - 【当耐特】
Recorded Future
Recorded Future
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
S
Security Affairs
Engineering at Meta
Engineering at Meta
T
The Blog of Author Tim Ferriss
博客园 - 聂微东
罗磊的独立博客
N
News and Events Feed by Topic
人人都是产品经理
人人都是产品经理
B
Blog RSS Feed
NISL@THU
NISL@THU
C
Cisco Blogs
T
Threatpost
有赞技术团队
有赞技术团队
Forbes - Security
Forbes - Security
Hugging Face - Blog
Hugging Face - Blog
Last Week in AI
Last Week in AI
T
The Exploit Database - CXSecurity.com
Cloudbric
Cloudbric
Cyberwarzone
Cyberwarzone
Google DeepMind News
Google DeepMind News
C
Cyber Attacks, Cyber Crime and Cyber Security

Project Picky

有没有开源的 P2P 网贷系统 - V2EX Upgrade Twitter API 可以将Project Picky改为Google Cloud SQL作为数据存储 Picky.olivida.com访问不了了 - V2EX 关于更新picky blog版本的问题 - V2EX 分享Picky朴素主题一个 - V2EX 用picky搭了一个blog,给hotot用。 - V2EX 如何往博客里粘贴github代码啊,就是让github里的那代码显示在picky博客里,贴地址好像不行啊 求助,Picky搭建的blog,日志发布时间不准确。。。 - V2EX 部署Project Picky后无法进入后台的解决办法 - V2EX 刚部署完,登录出现问题 - V2EX 请问github上picky的代码是否最新,是否保持更新? 新建了一个Project Picky,请问左边的那个google ads在那么删除? - V2EX 圣诞团购:仅售100元!原价300元独立博客,送66元顶级域名 - V2EX 几个问题 - V2EX 问一个index和article问题 - V2EX 发现Picky加上Disqus的评论是不错的搭配。 - V2EX 我想了解一下Rework首页是不是用V2EX Minisite功能生成的? - V2EX writer/save 时提醒 global name 'user' is not defined - V2EX 给Picky添加了PubSubHubbub支持。 - V2EX Project Picky是否可能在VPS上运行? - V2EX 如何绑定自己的顶级域名 - V2EX 进入后台出现如下的错误 - V2EX 请教Livid如何批量修改Picky的title_url和title_link,后缀htm改成html - V2EX 请问在Picky上如何截短文章? 页面显示“hello world”,沮丧... - V2EX GAE上的程序如何Down下來 - V2EX 关于提交按钮上的文字 - V2EX 想做个Picky的主题模板,用什么编辑好呢 - V2EX Picky对Markdown语法支持到什么程度? - V2EX project picky后台无法进入,我已经注释掉了那几行代码了啊,求高手指示 if len(mentions_twitter['results']) > 0:不知道问题在哪 - V2EX 关于picky - V2EX 大家晒晒你们的Picky站吧 - V2EX 在picky中插入代码段 - V2EX Picky 的 twitter 同步 - V2EX Contingency plan for GAE+Picky/Babel ? - V2EX TypeError: cannot concatenate 'str' and 'NoneType' objects - V2EX 安装Picky时遇到的两个问题 1) GAE, 2) 配置文件 - V2EX 给Picky添加自动保存草稿功能(HTML 5特性) - V2EX picky的tweets中的账户链接是错误的 - V2EX 安装报错 - V2EX 你最期待Project Picky的新功能 - V2EX 如果能从WordPress导入数据就好了 - V2EX Project Picky的twitter问题 - V2EX 在Picky中应用Markdown编辑器--wmd - V2EX 关于最近的后台错误 - V2EX 关于 rss 文章显示顺序的问题 - V2EX 使用第三方Comment System的人多吗? - V2EX
进入Picky Writer提示错误 - V2EX
deepice · 2010-11-21 · via Project Picky
deepice

3

deepice      2010 年 11 月 21 日

@xinzhi 现在Writer可以访问了. 但是Twitter还是提示错误
Traceback (most recent call last):
File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/webapp/__init__.py", line 511, in __call__
handler.get(*groups)
File "/base/data/home/apps/deepice-picky/7.346374760088569714/twitter.py", line 42, in get
lists = api.GetLists()
File "/base/data/home/apps/deepice-picky/7.346374760088569714/v2ex/picky/ext/twitter.py", line 1546, in GetLists
json = self._FetchUrl(url)
File "/base/data/home/apps/deepice-picky/7.346374760088569714/v2ex/picky/ext/twitter.py", line 2180, in _FetchUrl
url_data = opener.open(url, encoded_post_data).read()
File "/base/python_runtime/python_dist/lib/python2.5/urllib2.py", line 387, in open
response = meth(req, response)
File "/base/python_runtime/python_dist/lib/python2.5/urllib2.py", line 498, in http_response
'http', request, response, code, msg, hdrs)
File "/base/python_runtime/python_dist/lib/python2.5/urllib2.py", line 425, in error
return self._call_chain(*args)
File "/base/python_runtime/python_dist/lib/python2.5/urllib2.py", line 360, in _call_chain
result = func(*args)
File "/base/python_runtime/python_dist/lib/python2.5/urllib2.py", line 506, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
HTTPError: HTTP Error 404: Not Found