O-KAYgorodov / TF2pdf

0 stars 1 forks source link

traceback issues #1

Open xiaohanhaowei opened 6 years ago

xiaohanhaowei commented 6 years ago

Hi, there is a issue when I use this code to downlload api_docs in tensorflow.org. I use the commond of "python main.py --url "https://www.tensorflow.org/api_docs/python/" -o "tensorflow.pdf"" to run this code, but there is a traceback with" raise IncompleteRead(b''.join(s), amt) p.client.IncompleteRead: IncompleteRead(772174 bytes read, 889 more expected)", I find many places on the Internet but failed,could you please tell me how can i solve this problem? hope your early reply scencerely

O-KAYgorodov commented 6 years ago

Try to not use quotes python main.py --url https://www.tensorflow.org/api_docs/python/ -o tensorflow.pdf (Copy this string. This must work)