mygpo icon indicating copy to clipboard operation
mygpo copied to clipboard

DataError: value too long for type character varying(128)

Open sentry-io[bot] opened this issue 4 years ago • 0 comments

Sentry Issue: GPODDERNET-FG

PodcastList.DoesNotExist: PodcastList matching query does not exist.
  File "django/db/models/query.py", line 559, in get_or_create
    return self.get(**kwargs), False
  File "django/db/models/query.py", line 417, in get
    self.model._meta.object_name

DataError: value too long for type character varying(128)

  File "django/db/backends/utils.py", line 86, in _execute
    return self.cursor.execute(sql, params)
  File "psycopg2cffi/_impl/cursor.py", line 30, in check_closed_
    return func(self, *args, **kwargs)
  File "psycopg2cffi/_impl/cursor.py", line 263, in execute
    self._pq_execute(self._query, conn._async)
  File "psycopg2cffi/_impl/cursor.py", line 696, in _pq_execute
    self._pq_fetch()
  File "psycopg2cffi/_impl/cursor.py", line 757, in _pq_fetch
    raise self._conn._create_exception(cursor=self)

DataError: value too long for type character varying(128)

(20 additional frame(s) were not displayed)
...
  File "django/db/backends/utils.py", line 86, in _execute
    return self.cursor.execute(sql, params)
  File "psycopg2cffi/_impl/cursor.py", line 30, in check_closed_
    return func(self, *args, **kwargs)
  File "psycopg2cffi/_impl/cursor.py", line 263, in execute
    self._pq_execute(self._query, conn._async)
  File "psycopg2cffi/_impl/cursor.py", line 696, in _pq_execute
    self._pq_fetch()
  File "psycopg2cffi/_impl/cursor.py", line 757, in _pq_fetch
    raise self._conn._create_exception(cursor=self)

sentry-io[bot] avatar Jun 09 '20 07:06 sentry-io[bot]