[web2py] Re: Padding Error...

2013-06-16 Thread Auden RovelleQuartz
More Information: It seems that this error occurs when using PostgreSQL - when using the native SQLite database, it does not happen... The file seems to be OK (as in not corrupted) because for both cases (PostgreSQL and SQLite) I am using the same png images -- --- You received this

[web2py] Re: Padding Error...

2013-06-14 Thread Derek
It means your Base64 has incorrect padding. Those equals signs at the end are important. You can try adding some or subtracting some to get the correct padding. Chances are, your data is corrupted. On Friday, June 14, 2013 10:15:49 AM UTC-7, Auden RovelleQuartz wrote: Does anyone here know

[web2py] Re: Padding Error...

2013-06-14 Thread Auden RovelleQuartz
what do you mean by: Those equals signs at the end are important. ? Please elaborate - many thanks On Friday, June 14, 2013 3:12:56 PM UTC-5, Derek wrote: It means your Base64 has incorrect padding. Those equals signs at the end are important. You can try adding some or subtracting some

[web2py] Re: Padding Error...

2013-06-14 Thread Derek
https://en.wikipedia.org/wiki/Base64 look at those equals signs at the end. They line it up every 4 bytes... On Friday, June 14, 2013 1:45:58 PM UTC-7, Auden RovelleQuartz wrote: what do you mean by: Those equals signs at the end are important. ? Please elaborate - many thanks On