<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>torajirousan</author_name>
  <author_url>https://blog.hatena.ne.jp/torajirousan/</author_url>
  <blog_title>diadia</blog_title>
  <blog_url>https://torajirousan.hatenadiary.jp/</blog_url>
  <categories>
    <anon>Django</anon>
    <anon>エラー対処</anon>
  </categories>
  <description>エラー内容 TypeError: unhashable type: 'set' 上記のエラーが出てきた。unhashable typeって出てきた。 エラー発生箇所 以下のコードがエラーの発生源だった。 print(type({{ cart_obj.subtotal }})) 他にもこのコードも同様なエラーが出た。 charge = stripe.Charge.create( amount = {{ cart_obj.subtotal }}, currency = &quot;usd&quot;, description ='Example charge', source=token, ) 原因 テンプレート上で…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftorajirousan.hatenadiary.jp%2Fentry%2F2019%2F02%2F12%2F230640&quot; title=&quot;TypeError: unhashable type: &amp;#39;set&amp;#39; エラー対処 - diadia&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2019-02-12 23:06:40</published>
  <title>TypeError: unhashable type: 'set' エラー対処</title>
  <type>rich</type>
  <url>https://torajirousan.hatenadiary.jp/entry/2019/02/12/230640</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
