sugarlabs / readetexts

Read Etexts Activity -- Read Plain Text books published by Project Gutenberg.
GNU General Public License v2.0
2 stars 7 forks source link

Fix tube channel state #16

Closed Aniket21mathur closed 5 years ago

Aniket21mathur commented 5 years ago

The download_document expects a LOCAL_PENDING tube state(value 0) but gets a OPEN state(value 1).

Add a check to verify that the tube state is LOCAL_PENDING.

Fixes https://github.com/sugarlabs/readetexts/issues/15

quozl commented 5 years ago

Thanks. Reviewed.