Skip to content Skip to sidebar Skip to footer

Invalid Literal For Int() With Base 10: '

I recently added sentry for error tracking in my project and configure raven according to documentation here but getting the error shown below. settings.py import raven INSTALLED

Solution 1:

It's a bug with a Django version. I had Django 1.10 installed and was seeing this error. Upgrading to 1.10.8 as mentioned in the issue solved the problem.

Solution 2:

It's a bug in Django not in raven which is solved in Django 1.10.8, by just upgrading django-1.10 to django-1.10.8 it works fine.

Post a Comment for "Invalid Literal For Int() With Base 10: '"