examples icon indicating copy to clipboard operation
examples copied to clipboard

Django Subscription Example

Open rezaneam opened this issue 3 years ago • 0 comments

Describe the Bug

Not sure if it's related to a misconfiguration or a valid bug. but when I try to access the GraphiQL running the Django Subscription example

UnicodeDecodeError at /graphql
'charmap' codec can't decode byte 0x8d in position 2299: character maps to <undefined>

Unicode error hint
The string that could not be encoded/decoded was: QL ���� # #

traced from template = Template(render_to_string("graphql/graphiql.html")) in api\views.py

System Information

  • Operating system: Win
  • Strawberry version 0.142.2
  • Django version: 4.1.3

rezaneam avatar Nov 25 '22 13:11 rezaneam