Post
Topic
Board Marketplace
Re: Get 0.10 BTC for debugging Ubitex!
by
smartazz
on 19/05/2011, 03:59:06 UTC
1. I found an order under the "Sellers near me" Tab, but when I clicked on it and tried to comment on it, I get this error, presumbely from the fact that an admin blocked access.:

Code:
IOError at /orders/comment/82467774/

sys.stdout access restricted by mod_wsgi

Request Method: POST
Request URL: http://zode.ubitex.org/orders/comment/82467774/
Django Version: 1.3
Exception Type: IOError
Exception Value:

sys.stdout access restricted by mod_wsgi

Exception Location: /usr/local/lib/python2.6/dist-packages/Django-1.3-py2.6.egg/django/core/mail/backends/console.py in send_messages, line 26
Python Executable: /usr/bin/python
Python Version: 2.6.5
Python Path:

['/usr/local/lib/python2.6/dist-packages/Django-1.3-py2.6.egg',
 '/usr/local/lib/python2.6/dist-packages/django_socialregistration-0.4.3-py2.6.egg',
 '/usr/local/lib/python2.6/dist-packages/python_openid-2.2.5-py2.6.egg',
 '/usr/local/lib/python2.6/dist-packages/oauth2-1.5.170-py2.6.egg',
 '/usr/local/lib/python2.6/dist-packages/googlemaps-1.0.2-py2.6.egg',
 '/usr/local/lib/python2.6/dist-packages/Embedly-0.2.0-py2.6.egg',
 '/usr/local/lib/python2.6/dist-packages/httplib2-0.6.0-py2.6.egg',
 '/usr/lib/python2.6',
 '/usr/lib/python2.6/plat-linux2',
 '/usr/lib/python2.6/lib-tk',
 '/usr/lib/python2.6/lib-old',
 '/usr/lib/python2.6/lib-dynload',
 '/usr/lib/python2.6/dist-packages',
 '/usr/lib/pymodules/python2.6',
 '/usr/lib/pymodules/python2.6/gtk-2.0',
 '/usr/local/lib/python2.6/dist-packages',
 '/var/django/Ubitex',
 '/var/django']

Server time: Wed, 18 May 2011 22:57:24 -0500

2. At first, I rated the transaction as positive, then when I pressed negative, I got this error:

Code:
IntegrityError at /orders/close/82467774/

duplicate key value violates unique constraint "orders_rating_rater_id_key"

Request Method: POST
Request URL: http://zode.ubitex.org/orders/close/82467774/
Django Version: 1.3
Exception Type: IntegrityError
Exception Value:

duplicate key value violates unique constraint "orders_rating_rater_id_key"

Exception Location: /usr/local/lib/python2.6/dist-packages/Django-1.3-py2.6.egg/django/db/backends/postgresql_psycopg2/base.py in execute, line 44
Python Executable: /usr/bin/python
Python Version: 2.6.5
Python Path:

['/usr/local/lib/python2.6/dist-packages/Django-1.3-py2.6.egg',
 '/usr/local/lib/python2.6/dist-packages/django_socialregistration-0.4.3-py2.6.egg',
 '/usr/local/lib/python2.6/dist-packages/python_openid-2.2.5-py2.6.egg',
 '/usr/local/lib/python2.6/dist-packages/oauth2-1.5.170-py2.6.egg',
 '/usr/local/lib/python2.6/dist-packages/googlemaps-1.0.2-py2.6.egg',
 '/usr/local/lib/python2.6/dist-packages/Embedly-0.2.0-py2.6.egg',
 '/usr/local/lib/python2.6/dist-packages/httplib2-0.6.0-py2.6.egg',
 '/usr/lib/python2.6',
 '/usr/lib/python2.6/plat-linux2',
 '/usr/lib/python2.6/lib-tk',
 '/usr/lib/python2.6/lib-old',
 '/usr/lib/python2.6/lib-dynload',
 '/usr/lib/python2.6/dist-packages',
 '/usr/lib/pymodules/python2.6',
 '/usr/lib/pymodules/python2.6/gtk-2.0',
 '/usr/local/lib/python2.6/dist-packages',
 '/var/django/Ubitex',
 '/var/django']

Server time: Wed, 18 May 2011 23:00:01 -0500