[web2py] Re: Dropzone app thumbnail error in web2py appliances

2019-10-09 Thread villas
Clearly you are mixing character sets somewhere. This can happen when saving *utf8* characters into a *latin-1* database, for example (or vice versa). Look for any unusual characters (with accents or symbols) in your app, data or even filenames. You can inadvertently introduce the problem by

[web2py] Re: Dropzone app thumbnail error in web2py appliances

2019-10-07 Thread dirman
'utf8' codec can't decode byte 0xa0 in position 0: invalid start byteVersion web2py™ Version 2.18.5-stable+timestamp.2019.04.08.04.22.03 Python Python 2.7.12: /usr/local/bin/uwsgi (prefix: /usr)Traceback 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15. 16. 17. 18. 19. 20. Traceback (most

[web2py] Re: Dropzone app thumbnail error in web2py appliances

2019-10-07 Thread dirman
'utf8' codec can't decode byte 0xa0 in position 0: invalid start byteVersion web2py™ Version 2.18.5-stable+timestamp.2019.04.08.04.22.03 Python Python 2.7.12: /usr/local/bin/uwsgi (prefix: /usr)Traceback 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15. 16. 17. 18. 19. 20. Traceback (most

[web2py] Re: Dropzone app thumbnail error in web2py appliances

2019-10-07 Thread dirman
https://github.com/mdipierro/web2py-appliances/tree/master/DropZone On Monday, October 7, 2019 at 8:11:52 AM UTC+1, Dave S wrote: > > > > On Saturday, October 5, 2019 at 9:41:47 AM UTC-7, dirman wrote: >> >> i really need help on this >> >> On Wednesday, October 2, 2019 at 10:15:37 AM UTC, dirman

[web2py] Re: Dropzone app thumbnail error in web2py appliances

2019-10-07 Thread dirman
The Dropzone app in web2py appliances link https://github.com/mdipierro/web2py-appliances/tree/master/DropZone On Saturday, October 5, 2019 at 5:41:47 PM UTC+1, dirman wrote: > > i really need help on this > > On Wednesday, October 2, 2019 at 10:15:37 AM UTC, dirman wrote: >> >> 'utf8' codec

[web2py] Re: Dropzone app thumbnail error in web2py appliances

2019-10-07 Thread dirman
On Wednesday, October 2, 2019 at 11:15:37 AM UTC+1, dirman wrote: > > 'utf8' codec can't decode byte 0xb7 > in position 0: invalid start byte > > Getting the above error as thumbnails are not showing. what could be the > issue? > -- Resources: - http://web2py.com - http://web2py.com/book

[web2py] Re: Dropzone app thumbnail error in web2py appliances

2019-10-07 Thread Dave S
On Saturday, October 5, 2019 at 9:41:47 AM UTC-7, dirman wrote: > > i really need help on this > > On Wednesday, October 2, 2019 at 10:15:37 AM UTC, dirman wrote: >> >> 'utf8' codec can't decode byte >> 0xb7 in position 0: invalid start byte >> >> Getting the above error as thumbnails are not

[web2py] Re: Dropzone app thumbnail error in web2py appliances

2019-10-05 Thread dirman
i really need help on this On Wednesday, October 2, 2019 at 10:15:37 AM UTC, dirman wrote: > > 'utf8' codec can't decode byte 0xb7 > in position 0: invalid start byte > > Getting the above error as thumbnails are not showing. what could be the > issue? > -- Resources: - http://web2py.com -