factordb-python
factordb-python copied to clipboard
unable to retrieve factors of 2**(2**20)-1
While the factors of 2**(2**20)-1 are present in http://factordb.com/index.php?query=2%5E%282%5E20%29-1 factordb-python is unable to retrieve them. .connect() returns <Response [414]>.
Oh?
http://factordb.com/api/?query=2%5E%282%5E20%29-1
So, it looks fine at the server side and must be an issue with factordb-python.
I see. I will investigate source code.
Any update?