Re: [Django] #28487: runserver crashes with UncodeDecodeError as of Django 1.11.4

2017-08-31 Thread Django
#28487: runserver crashes with UncodeDecodeError as of Django 1.11.4
-+-
 Reporter:  newerBkl |Owner:  Mark
 |  Rogaski
 Type:  Bug  |   Status:  closed
Component:  Core (Management |  Version:  1.11
  commands)  |
 Severity:  Normal   |   Resolution:  fixed
 Keywords:   | Triage Stage:  Ready for
 |  checkin
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-

Comment (by Tim Graham <timograham@…>):

 In [changeset:"11cd46930e893a9cb28f7e05c7e221ed5d40f8e0" 11cd4693]:
 {{{
 #!CommitTicketReference repository=""
 revision="11cd46930e893a9cb28f7e05c7e221ed5d40f8e0"
 Refs #28487 -- Forwardported 1.11.5 release note.
 }}}

-- 
Ticket URL: <https://code.djangoproject.com/ticket/28487#comment:11>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/066.9d7da57834539000b29fd9c86e1fffb3%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #28487: runserver crashes with UncodeDecodeError as of Django 1.11.4

2017-08-31 Thread Django
#28487: runserver crashes with UncodeDecodeError as of Django 1.11.4
-+-
 Reporter:  newerBkl |Owner:  Mark
 |  Rogaski
 Type:  Bug  |   Status:  closed
Component:  Core (Management |  Version:  1.11
  commands)  |
 Severity:  Normal   |   Resolution:  fixed
 Keywords:   | Triage Stage:  Ready for
 |  checkin
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Tim Graham <timograham@…>):

 * status:  assigned => closed
 * resolution:   => fixed


Comment:

 In [changeset:"80a0016c49331bf0a14ef76e714acbff6c6640bd" 80a0016]:
 {{{
 #!CommitTicketReference repository=""
 revision="80a0016c49331bf0a14ef76e714acbff6c6640bd"
 [1.11.x] Fixed #28487 -- Fixed runserver crash with non-Unicode system
 encodings on Python 2 + Windows.
 }}}

-- 
Ticket URL: <https://code.djangoproject.com/ticket/28487#comment:10>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/066.b4ce1efce677a2f63370595b418c8bb6%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #28487: runserver crashes with UncodeDecodeError as of Django 1.11.4

2017-08-30 Thread Django
#28487: runserver crashes with UncodeDecodeError as of Django 1.11.4
-+-
 Reporter:  newerBkl |Owner:  Mark
 |  Rogaski
 Type:  Bug  |   Status:  assigned
Component:  Core (Management |  Version:  1.11
  commands)  |
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Ready for
 |  checkin
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Claude Paroz):

 * stage:  Accepted => Ready for checkin


-- 
Ticket URL: <https://code.djangoproject.com/ticket/28487#comment:9>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/066.3b0d5d311ed30a3fb0a26edbd53dc5c6%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #28487: runserver crashes with UncodeDecodeError as of Django 1.11.4

2017-08-29 Thread Django
#28487: runserver crashes with UncodeDecodeError as of Django 1.11.4
-+-
 Reporter:  newerBkl |Owner:  Mark
 |  Rogaski
 Type:  Bug  |   Status:  assigned
Component:  Core (Management |  Version:  1.11
  commands)  |
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-

Comment (by Tim Graham):

 [https://github.com/django/django/pull/8985 New PR] that only touches the
 autoreloader instead of changing `force_bytes()`.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/28487#comment:8>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/066.aafbb03aa4757d8a6e74ec8d7cb8c3fc%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #28487: runserver crashes with UncodeDecodeError as of Django 1.11.4

2017-08-26 Thread Django
#28487: runserver crashes with UncodeDecodeError as of Django 1.11.4
-+-
 Reporter:  newerBkl |Owner:  Mark
 |  Rogaski
 Type:  Bug  |   Status:  assigned
Component:  Core (Management |  Version:  1.11
  commands)  |
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Tim Graham):

 * has_patch:  0 => 1


Comment:

 [https://github.com/django/django/pull/8969 PR]

-- 
Ticket URL: <https://code.djangoproject.com/ticket/28487#comment:7>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/066.ab75eea87379bb9ccd9a9fc4d0d6d561%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #28487: runserver crashes with UncodeDecodeError as of Django 1.11.4

2017-08-22 Thread Django
#28487: runserver crashes with UncodeDecodeError as of Django 1.11.4
-+-
 Reporter:  newerBkl |Owner:  Mark
 |  Rogaski
 Type:  Bug  |   Status:  assigned
Component:  Core (Management |  Version:  1.11
  commands)  |
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Accepted
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Tim Graham):

 * stage:  Unreviewed => Accepted


-- 
Ticket URL: <https://code.djangoproject.com/ticket/28487#comment:6>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/066.7c454de232f7b591f1fd3b570071c50d%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #28487: runserver crashes with UncodeDecodeError as of Django 1.11.4

2017-08-22 Thread Django
#28487: runserver crashes with UncodeDecodeError as of Django 1.11.4
-+-
 Reporter:  newerBkl |Owner:  Mark
 |  Rogaski
 Type:  Bug  |   Status:  assigned
Component:  Core (Management |  Version:  1.11
  commands)  |
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:
 |  Unreviewed
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Mark Rogaski):

 * owner:  nobody => Mark Rogaski
 * status:  new => assigned


-- 
Ticket URL: <https://code.djangoproject.com/ticket/28487#comment:5>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/066.2d24bdf36473aa9c077d77cf6b3604ed%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #28487: runserver crashes with UncodeDecodeError as of Django 1.11.4

2017-08-20 Thread Django
#28487: runserver crashes with UncodeDecodeError as of Django 1.11.4
-+-
 Reporter:  newerBkl |Owner:  nobody
 Type:  Bug  |   Status:  new
Component:  Core (Management |  Version:  1.11
  commands)  |
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:
 |  Unreviewed
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Jacek Kałucki):

 * Attachment "encoding.diff" added.


-- 
Ticket URL: <https://code.djangoproject.com/ticket/28487>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/066.cfdaaa8d263207bb2027335cecd865e9%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #28487: runserver crashes with UncodeDecodeError as of Django 1.11.4

2017-08-12 Thread Django
#28487: runserver crashes with UncodeDecodeError as of Django 1.11.4
-+-
 Reporter:  newerBkl |Owner:  nobody
 Type:  Bug  |   Status:  new
Component:  Core (Management |  Version:  1.11
  commands)  |
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:
 |  Unreviewed
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-

Comment (by newerBkl):

 Replying to [comment:3 Tim Graham]:
 > You can add `print(key, new_environ[key])` before the line with
 `force_bytes(new_environ[key], encoding=encoding)` to see the problematic
 value.
 **Thanks , here is the output**

 {{{
 ('TMP', 'C:\\Users\\10\\AppData\\Local\\Temp')
 ('PSMODULEPATH',
 'C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules\\')
 ('PROCESSOR_LEVEL', '6')
 ('_OLD_VIRTUAL_PATH', 'C:\\Program Files (x86)\\Common
 
Files\\NetSarang;C:\\Python27\\;C:\\Python27\\Scripts;C:\\Windows\\system32;C:\\Windows
 
;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;C:\\Program
 Files (x86)\\\xb8\xbb\xbb\xf9\xd0\xfd\xb7\xe7\xbf\xc
 6\xbc\xbc\\appSys01;C:\\Program Files
 (x86)\\\xb8\xbb\xbb\xf9\xd0\xfd\xb7\xe7\xbf\xc6\xbc\xbc\\appSys02;C:\\Program
 Files (x86)\\\xb8\xbb\xbb\
 xf9\xd0\xfd\xb7\xe7\xbf\xc6\xbc\xbc\\appSys01;C:\\Program Files
 (x86)\\\xb8\xbb\xbb\xf9\xd0\xfd\xb7\xe7\xbf\xc6\xbc\xbc\\appSys02;C:\\Program
 Files
 (x86)\\\xb8\xbb\xbb\xf9\xd0\xfd\xb7\xe7\xbf\xc6\xbc\xbc\\appSys03;C:\\Program
 Files\\TortoiseSVN\\bin;;C:\\Program Files\\Microsoft VS C
 ode\\bin')
 Traceback (most recent call last):
 }}}
 **
 there was a path with Chinese in my system_path.After removing ,it works
 well**

-- 
Ticket URL: <https://code.djangoproject.com/ticket/28487#comment:4>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/066.5c82a8885864d1186f2417f377cc3585%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #28487: runserver crashes with UncodeDecodeError as of Django 1.11.4

2017-08-12 Thread Django
#28487: runserver crashes with UncodeDecodeError as of Django 1.11.4
-+-
 Reporter:  newerBkl |Owner:  nobody
 Type:  Bug  |   Status:  new
Component:  Core (Management |  Version:  1.11
  commands)  |
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:
 |  Unreviewed
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-

Comment (by Tim Graham):

 You can add `print(key, new_environ[key])` before the line with
 `force_bytes(new_environ[key], encoding=encoding)` to see the problematic
 value.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/28487#comment:3>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/066.c5ef3643d393dd67c778af3ffae04247%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #28487: runserver crashes with UncodeDecodeError as of Django 1.11.4

2017-08-12 Thread Django
#28487: runserver crashes with UncodeDecodeError as of Django 1.11.4
-+-
 Reporter:  newerBkl |Owner:  nobody
 Type:  Bug  |   Status:  new
Component:  Core (Management |  Version:  1.11
  commands)  |
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:
 |  Unreviewed
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-

Comment (by newerBkl):

 Replying to [comment:1 Tim Graham]:
 > What's the key/value of the environment variable that's causing the
 crash?

 I have no idea, it's just a new project without my own code and the
 traceback doesn't give me any ideas about the cause.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/28487#comment:2>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/066.c2d42fd5312fb9f98922e03881c28d5f%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #28487: runserver crashes with UncodeDecodeError as of Django 1.11.4 (was: Django1.11.4 Cannot run `manage.py runserver` on Windows (UnicodeDecodeError:))

2017-08-11 Thread Django
#28487: runserver crashes with UncodeDecodeError as of Django 1.11.4
-+-
 Reporter:  newerBkl |Owner:  nobody
 Type:  Bug  |   Status:  new
Component:  Core (Management |  Version:  1.11
  commands)  |
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:
 |  Unreviewed
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Tim Graham):

 * cc: Mark Rogaski (added)


Comment:

 What's the key/value of the environment variable that's causing the crash?

-- 
Ticket URL: <https://code.djangoproject.com/ticket/28487#comment:1>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/066.07daf2aa8874ac215cee7fe90b1f992e%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.