Advertisement
mikofski

pvapi_tmy_duplicate_integrity_error

Mar 23rd, 2017
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. IntegrityError at /weather/
  2. duplicate key value violates unique constraint "simengapi_app_weather_lat_long_2793d6d873f9d45_uniq"
  3. DETAIL: Key (lat_long, data_type, header)=(46.350 103.050, 9, 00000 N45E100 -- 8 N 46 21 E 103 3 1796) already exists.
  4. Request Method: POST
  5. Request URL: https://pvapi.test.sunpower.com/weather/
  6. Django Version: 1.8.5
  7. Exception Type: IntegrityError
  8. Exception Value:
  9. duplicate key value violates unique constraint "simengapi_app_weather_lat_long_2793d6d873f9d45_uniq"
  10. DETAIL: Key (lat_long, data_type, header)=(46.350 103.050, 9, 00000 N45E100 -- 8 N 46 21 E 103 3 1796) already exists.
  11. Exception Location: /home/applmgr/.local/lib/python2.7/site-packages/django/db/backends/utils.py in execute, line 64
  12. Python Executable: /usr/bin/python
  13. Python Version: 2.7.5
  14. Python Path:
  15. ['/home/applmgr/SimEngAPI',
  16. '/usr/lib64/python27.zip',
  17. '/usr/lib64/python2.7',
  18. '/usr/lib64/python2.7/plat-linux2',
  19. '/usr/lib64/python2.7/lib-tk',
  20. '/usr/lib64/python2.7/lib-old',
  21. '/usr/lib64/python2.7/lib-dynload',
  22. '/home/applmgr/.local/lib/python2.7/site-packages',
  23. '/usr/lib64/python2.7/site-packages',
  24. '/usr/lib64/python2.7/site-packages/gtk-2.0',
  25. '/usr/lib/python2.7/site-packages']
  26. Server time: Thu, 23 Mar 2017 18:10:54 +0000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement