-
```
Could not get entries for content of 98994 bytes in format "atom" for topic
u'http://blip.fm/feed/all.atomextended':
Traceback (most recent call last):
File "/base/data/home/apps/pubsubhubbub/m…
-
```
Got this after trying to parse a feed:
Traceback (most recent call last):
File
"/base/data/home/apps/pubsubhubbub/feed-ids.336557603768777282/main.py",
line 2143, in parse_feed
feed_record…
-
```
In the hub right now when the DB times out on content fetch, we'll rely on
the task queue to do the retries. This causes back-off, which is bad for
throughput. Instead, we should reschedule the ta…
-
```
For topic = http://feeds2.feedburner.com/bankref found new feed ID u''; old
feed ID was None
#
E 06-27 10:51PM 29.801
Property feed_id is required
Traceback (most recent call last):
File "/ba…
-
```
For topic = http://feeds2.feedburner.com/bankref found new feed ID u''; old
feed ID was None
#
E 06-27 10:51PM 29.801
Property feed_id is required
Traceback (most recent call last):
File "/ba…
-
```
'ascii' codec can't decode byte 0xa4 in position 9: ordinal not in range(128)
Traceback (most recent call last):
File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/webapp/__in…
-
```
Is there a way we can tell if pubsubhubbub is getting pinged with every
feed update?
Twitterfeed reports only some posts from blogger. Every other post from
blogger is not sent to Twitterfeed. Tw…
-
```
My customer's blog notification is sent out any where between 3:00 am and 3:30
am. I can find nowhere that I can set it to 11:30 am.
I had initially signed him up with Feedburner. Feedburner has…
-
```
From:
http://code.google.com/p/pubsubhubbub/wiki/HubTestSuite
"If your publish and subscribe endpoints are not /publish and
/subscribe respectively, you can specify them with the PUBLISH_PATH
and…
-
```
Make a bookmarklet that's hard-coded to search current page for Atom rel
and ping hard-coded pubsubhubbub.appspot.com.
(Ideally the bookmarklet would be generic and read the Atom feed to learn
…