G-Node / G-Node/g-node-portal

can't adapt type 'US/Eastern' at signup with PostgreSQL

Open
#64 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
4
Forks
2
PR merge metrics
No merged PRs in 30d

Description

query
'INSERT INTO "account_account" ("user_id", "timezone", "language") VALUES (%s, %s, %s)'
self

args
(4, , u'en')
e
ProgrammingError("can't adapt type 'US/Eastern'",)

Contributor guide

No contributing guide indexed for this repository

Research direction

Start at the signup path and the INSERT into account_account shown in the report, then trace how the timezone value reaches the PostgreSQL adapter. Reproduce signup with US/Eastern and inspect the account timezone handling. Done means signup persists that timezone without the ProgrammingError and existing timezone behavior remains intact.

Written by the indexing model from the issue text.

Assessment

Tech stack
postgresql, python
Domain
backend, databases
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
32/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.