DataError: value too long for type character varying(200) #65

Closed
opened 2020-09-01 09:20:49 +02:00 by sonny · 1 comment
sonny commented 2020-09-01 09:20:49 +02:00 (Migrated from gitlab.fudiggity.nl)

Sentry Issue: NEWSREADER-12

StringDataRightTruncation: value too long for type character varying(200)

  File "django/db/backends/utils.py", line 86, in _execute
    return self.cursor.execute(sql, params)

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

(10 additional frame(s) were not displayed)
...
  File "django/db/backends/utils.py", line 68, in execute
    return self._execute_with_wrappers(sql, params, many=False, executor=self._execute)
  File "django/db/backends/utils.py", line 77, in _execute_with_wrappers
    return executor(sql, params, many, context)
  File "django/db/backends/utils.py", line 86, in _execute
    return self.cursor.execute(sql, params)
  File "django/db/utils.py", line 90, in __exit__
    raise dj_exc_value.with_traceback(traceback) from exc_value
  File "django/db/backends/utils.py", line 86, in _execute
    return self.cursor.execute(sql, params)
Sentry Issue: [NEWSREADER-12](https://sentry.fudiggity.nl/organizations/sentry/issues/37/?referrer=gitlab_integration) ``` StringDataRightTruncation: value too long for type character varying(200) File "django/db/backends/utils.py", line 86, in _execute return self.cursor.execute(sql, params) DataError: value too long for type character varying(200) (10 additional frame(s) were not displayed) ... File "django/db/backends/utils.py", line 68, in execute return self._execute_with_wrappers(sql, params, many=False, executor=self._execute) File "django/db/backends/utils.py", line 77, in _execute_with_wrappers return executor(sql, params, many, context) File "django/db/backends/utils.py", line 86, in _execute return self.cursor.execute(sql, params) File "django/db/utils.py", line 90, in __exit__ raise dj_exc_value.with_traceback(traceback) from exc_value File "django/db/backends/utils.py", line 86, in _execute return self.cursor.execute(sql, params) ```
sonny commented 2020-09-01 19:48:11 +02:00 (Migrated from gitlab.fudiggity.nl)

mentioned in commit 0d9163d363

mentioned in commit 0d9163d363f871f3b843202a1be6716b71a22d67
sonny (Migrated from gitlab.fudiggity.nl) closed this issue 2020-09-01 20:20:29 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: sonny/newsreader#65
No description provided.