{"id":7271,"date":"2014-06-03T23:29:57","date_gmt":"2014-06-03T23:29:57","guid":{"rendered":"https:\/\/unknownerror.org\/index.php\/2014\/06\/03\/why-is-bundle-installing-the-wrong-version-for-bigdecimal-using-1-2-0-collection-of-common-programming-errors\/"},"modified":"2014-06-03T23:29:57","modified_gmt":"2014-06-03T23:29:57","slug":"why-is-bundle-installing-the-wrong-version-for-bigdecimal-using-1-2-0-collection-of-common-programming-errors","status":"publish","type":"post","link":"https:\/\/unknownerror.org\/index.php\/2014\/06\/03\/why-is-bundle-installing-the-wrong-version-for-bigdecimal-using-1-2-0-collection-of-common-programming-errors\/","title":{"rendered":"Why is bundle installing the wrong version for bigdecimal using 1.2.0?-Collection of common programming errors"},"content":{"rendered":"<p>I&#8217;m using Bundle to install gems in <code>d:\/cucumbertests\/cucumber\/<\/code> successfully, which installs BigDecimal v 1.1.0. This failed in <code>d:\/cucumbertests\/cucumber\/itinfix<\/code> which installed BigDecimal v 1.2.0.<\/p>\n<ol>\n<li>How do I identify the correct version of BigDecimal in my Gemfile in <code>d:\/cucumbertests\/cucumber\/itinfix<\/code>?<\/li>\n<li>Why is the version of BigDecimal correct in <code>d:\/cucumbertests\/cucumber<\/code>?<\/li>\n<li>\n<p>The latest version is 1.2.0, found by running <code>gem query --remote --name-matches bigdecimal<\/code> is:<\/p>\n<pre><code>REMOTE GEMS:\n\n   bigdecimal (1.2.0) bigdecimal-segfault-fix (1.0.1) bigdecimal_places\n   (0.1.1)\n<\/code><\/pre>\n<\/li>\n<li>\n<p>If I specify <code>\"bigdecimal\", \"1.1.0\"<\/code> in my Gemfile in <code>d:\/cucumbertests\/cucumber\/itinfix<\/code>, it installed OK, but is there any solution where I need not specify the version?<\/p>\n<\/li>\n<\/ol>\n<p>In my working directory <code>d:\/cucumbertests\/cucumber\/itinfix<\/code> I can run:<\/p>\n<pre><code>D:\\ruby\\1.9.3.bat &amp; bundle install --gemfile=Gemfile --path bundleGems\n<\/code><\/pre>\n<p>1.9.3.bat file is:<\/p>\n<pre><code>set path=D:\\ruby\\oracle\\instantclient-basic-nt-11.2.0.2.0\\instantclient_11_2;%path%\nset path=D:\\ruby\\oracle\\instantclient-sdk-nt-11.2.0.2.0\\instantclient_11_2;%path%\nset path=D:\\ruby\\1.9.3-p194\\bin;%path%\nset path=D:\\ruby\\1.9.3-p194\\lib\\ruby\\gems\\1.9.1\\bin;%path%\n<\/code><\/pre>\n<p>My logs are:<\/p>\n<pre><code>Fetching gem metadata from http:\/\/rubygems.org\/.......\nFetching gem metadata from http:\/\/rubygems.org\/..\nInstalling rake (10.0.4) \nInstalling Platform (0.4.0) \nInstalling activesupport (2.3.9) \nInstalling archive-tar-minitar (0.5.2) \nInstalling bigdecimal (1.2.0) with native extensions \nGem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension.\n\nD:\/ruby\/1.9.3-p194\/bin\/ruby.exe extconf.rb \nchecking for labs() in stdlib.h... yes\nchecking for llabs() in stdlib.h... yes\ncreating Makefile\n\nmake\ngenerating bigdecimal-i386-mingw32.def\ncompiling bigdecimal.c\nbigdecimal.c: In function 'BigDecimal_prec':\nbigdecimal.c:313:5: error: expected ')' before '[' token\nbigdecimal.c:317:5: error: 'vStack' undeclared (first use in this function)\nbigdecimal.c:317:5: note: each undeclared identifier is reported only once for each function it appears in\nbigdecimal.c: In function 'BigDecimal_hash':\nbigdecimal.c:334:5: error: expected ')' before '[' token\nbigdecimal.c:338:5: error: 'vStack' undeclared (first use in this function)\nbigdecimal.c: In function 'BigDecimal_dump':\nbigdecimal.c:363:5: error: expected ')' before '[' token\nbigdecimal.c:370:5: error: 'vStack' undeclared (first use in this function)\nbigdecimal.c: In function 'BigDecimal_load':\nbigdecimal.c:385:5: error: expected ')' before '[' token\nbigdecimal.c:401:5: error: 'vStack' undeclared (first use in this function)\nbigdecimal.c: In function 'BigDecimal_to_i':\nbigdecimal.c:659:5: error: expected ')' before '[' token\nbigdecimal.c:663:5: error: 'vStack' undeclared (first use in this function)\nbigdecimal.c: In function 'BigDecimal_to_f':\nbigdecimal.c:706:5: error: expected ')' before '[' token\nbigdecimal.c:713:5: error: 'vStack' undeclared (first use in this function)\nbigdecimal.c: In function 'BigDecimal_coerce':\nbigdecimal.c:799:5: error: expected ')' before '[' token\nbigdecimal.c:809:6: error: 'vStack' undeclared (first use in this function)\nbigdecimal.c: In function 'BigDecimal_add':\nbigdecimal.c:854:5: error: expected ')' before '[' token\nbigdecimal.c:858:5: error: 'vStack' undeclared (first use in this function)\nbigdecimal.c: In function 'BigDecimal_sub':\nbigdecimal.c:912:5: error: expected ')' before '[' token\nbigdecimal.c:916:5: error: 'vStack' undeclared (first use in this function)\nbigdecimal.c: In function 'BigDecimalCmp':\nbigdecimal.c:953:5: error: expected ')' before '[' token\nbigdecimal.c:956:5: error: 'vStack' undeclared (first use in this function)\nbigdecimal.c:1041:5: error: 'UNREACHABLE' undeclared (first use in this function)\nbigdecimal.c: In function 'BigDecimal_neg':\nbigdecimal.c:1149:5: error: expected ')' before '[' token\nbigdecimal.c:1151:5: error: 'vStack' undeclared (first use in this function)\nbigdecimal.c: In function 'BigDecimal_mult':\nbigdecimal.c:1175:5: error: expected ')' before '[' token\nbigdecimal.c:1179:5: error: 'vStack' undeclared (first use in this function)\nbigdecimal.c: In function 'BigDecimal_divide':\nbigdecimal.c:1203:5: error: expected ')' before '[' token\nbigdecimal.c:1207:5: error: 'vStack' undeclared (first use in this function)\nbigdecimal.c: In function 'BigDecimal_div':\nbigdecimal.c:1254:5: error: expected ')' before '[' token\nbigdecimal.c:1258:5: error: 'vStack' undeclared (first use in this function)\nbigdecimal.c: In function 'BigDecimal_DoDivmod':\nbigdecimal.c:1277:5: error: expected ')' before '[' token\nbigdecimal.c:1282:5: error: 'vStack' undeclared (first use in this function)\nbigdecimal.c: In function 'BigDecimal_mod':\nbigdecimal.c:1365:5: error: expected ')' before '[' token\nbigdecimal.c:1369:2: error: 'vStack' undeclared (first use in this function)\nbigdecimal.c: In function 'BigDecimal_divremain':\nbigdecimal.c:1378:5: error: expected ')' before '[' token\nbigdecimal.c:1383:5: error: 'vStack' undeclared (first use in this function)\nbigdecimal.c: In function 'BigDecimal_divmod':\nbigdecimal.c:1457:5: error: expected ')' before '[' token\nbigdecimal.c:1461:2: error: 'vStack' undeclared (first use in this function)\nbigdecimal.c: In function 'BigDecimal_div2':\nbigdecimal.c:1473:5: error: expected ')' before '[' token\nbigdecimal.c:1492:6: error: 'vStack' undeclared (first use in this function)\nbigdecimal.c: In function 'BigDecimal_add2':\nbigdecimal.c:1509:5: error: expected ')' before '[' token\nbigdecimal.c:1517:2: error: 'vStack' undeclared (first use in this function)\nbigdecimal.c: In function 'BigDecimal_sub2':\nbigdecimal.c:1539:5: error: expected ')' before '[' token\nbigdecimal.c:1547:2: error: 'vStack' undeclared (first use in this function)\nbigdecimal.c: In function 'BigDecimal_mult2':\nbigdecimal.c:1557:5: error: expected ')' before '[' token\nbigdecimal.c:1565:2: error: 'vStack' undeclared (first use in this function)\nbigdecimal.c: In function 'BigDecimal_abs':\nbigdecimal.c:1580:5: error: expected ')' before '[' token\nbigdecimal.c:1584:5: error: 'vStack' undeclared (first use in this function)\nbigdecimal.c: In function 'BigDecimal_sqrt':\nbigdecimal.c:1602:5: error: expected ')' before '[' token\nbigdecimal.c:1606:5: error: 'vStack' undeclared (first use in this function)\nbigdecimal.c: In function 'BigDecimal_fix':\nbigdecimal.c:1621:5: error: expected ')' before '[' token\nbigdecimal.c:1625:5: error: 'vStack' undeclared (first use in this function)\nbigdecimal.c: In function 'BigDecimal_round':\nbigdecimal.c:1655:5: error: expected ')' before '[' token\nbigdecimal.c:1682:5: error: 'vStack' undeclared (first use in this function)\nbigdecimal.c: In function 'BigDecimal_truncate':\nbigdecimal.c:1713:5: error: expected ')' before '[' token\nbigdecimal.c:1727:5: error: 'vStack' undeclared (first use in this function)\nbigdecimal.c: In function 'BigDecimal_frac':\nbigdecimal.c:1743:5: error: expected ')' before '[' token\nbigdecimal.c:1747:5: error: 'vStack' undeclared (first use in this function)\nbigdecimal.c: In function 'BigDecimal_floor':\nbigdecimal.c:1774:5: error: expected ')' before '[' token\nbigdecimal.c:1788:5: error: 'vStack' undeclared (first use in this function)\nbigdecimal.c: In function 'BigDecimal_ceil':\nbigdecimal.c:1822:5: error: expected ')' before '[' token\nbigdecimal.c:1835:5: error: 'vStack' undeclared (first use in this function)\nbigdecimal.c: In function 'BigDecimal_to_s':\nbigdecimal.c:1882:5: error: expected ')' before '[' token\nbigdecimal.c:1892:5: error: 'vStack' undeclared (first use in this function)\nbigdecimal.c: In function 'BigDecimal_split':\nbigdecimal.c:1973:5: error: expected ')' before '[' token\nbigdecimal.c:1979:5: error: 'vStack' undeclared (first use in this function)\nbigdecimal.c: In function 'BigDecimal_inspect':\nbigdecimal.c:2027:5: error: expected ')' before '[' token\nbigdecimal.c:2033:5: error: 'vStack' undeclared (first use in this function)\nbigdecimal.c: In function 'BigDecimal_power':\nbigdecimal.c:2173:5: error: expected ')' before '[' token\nbigdecimal.c:2183:5: error: 'vStack' undeclared (first use in this function)\nmake: *** [bigdecimal.o] Error 1\n\nGem files will remain installed in d:\/cucumbertests\/cucumber\/itinfix\/bundleGems\/ruby\/1.9.1\/gems\/bigdecimal-1.2.0 for inspection.\nResults logged to d:\/cucumbertests\/cucumber\/itinfix\/bundleGems\/ruby\/1.9.1\/gems\/bigdecimal-1.2.0\/.\/gem_make.out\nAn error occured while installing bigdecimal (1.2.0), and Bundler cannot continue.\nMake sure that `gem install bigdecimal -v '1.2.0'` succeeds before bundling.\n<\/code><\/pre>\n<p>My Gemfile in <code>d:\/cucumbertests\/cucumber<\/code> is:<\/p>\n<pre><code># gemfile, ruby 1.9.3\nsource \"http:\/\/rubygems.org\"\n\ngem \"activesupport\", \"3.2.0\"\ngem \"bigdecimal\"\ngem \"chronic\"\ngem \"cucumber\"\ngem \"elif\"\ngem \"ffi\", \"&gt;= 1.1.5\"\ngem \"highline\", \"1.6.1\"\ngem \"hoe\", \"2.8.0\"\ngem \"hpricot\", \"0.8.6\"\ngem \"httparty\"\ngem \"json\", \"1.4.6\"\ngem \"json_pure\", \"1.4.6\"\ngem \"linecache19\", \"0.5.12\"\ngem \"log4r\", \"1.0.6\"\ngem \"nokogiri\"\ngem \"ptools\", \"1.1.6\"\ngem \"rspec\"\ngem \"s4t-utils\", \"1.0.4\"\ngem \"cuporter\"\ngem \"Platform\"\ngem \"soap4r-ruby1.9\"\ngem \"watir\", \"~&gt;4.0\"\ngem \"selenium-webdriver\", \"&gt;= 2.21.2\"\ngem \"mail\", \"2.4.4\"\ngem \"sim_launcher\",\"0.4.8.pre1\"\ngem \"splunk-client\"\ngem \"webdriver-user-agent\"\ngem \"page-object\"\n\ngem \"tlb-cucumber\"\ngem \"win32-open3-19\", \"0.0.2\"\ngem \"open5\", \"0.2\"\ngem \"xml-simple\", \"1.1.1\"\n\ngroup :ie do\n  gem \"win32-api\"\n  gem \"win32-process\", \"0.6.6\"\nend\n\ngroup :database do\n  gem \"ruby-oci8\"\n  gem \"dbi\"\n  gem \"ruby-odbc\"\n  gem \"dbd-odbc\"\nend\n\ngroup :sqlserver do\n  gem \"activerecord\", \"3.2.0\"\n  gem \"activerecord-sqlserver-adapter\", \"3.2.10\"\n  gem \"ruby-odbc\"\nend\n<\/code><\/pre>\n<p>My Gemfile.lock in <code>d:\/cucumbertests\/cucumber<\/code> is:<\/p>\n<pre><code>GEM\n  remote: http:\/\/rubygems.org\/\n  specs:\n  Platform (0.4.0)\n  activemodel (3.2.0)\n    activesupport (= 3.2.0)\n    builder (~&gt; 3.0.0)\n  activerecord (3.2.0)\n    activemodel (= 3.2.0)\n    activesupport (= 3.2.0)\n    arel (~&gt; 3.0.0)\n    tzinfo (~&gt; 0.3.29)\n  activerecord-sqlserver-adapter (3.2.10)\n    activerecord (~&gt; 3.2.0)\n  activesupport (3.2.0)\n    i18n (~&gt; 0.6)\n    multi_json (~&gt; 1.0)\n  archive-tar-minitar (0.5.2)\n  arel (3.0.2)\n  bigdecimal (1.1.0)\n  builder (3.0.4)\n  childprocess (0.3.9)\n    ffi (~&gt; 1.0, &gt;= 1.0.11)\n  chronic (0.9.1)\n  commonwatir (4.0.0)\n  cucumber (1.2.5)\n    builder (&gt;= 2.1.2)\n    diff-lcs (&gt;= 1.1.3)\n    gherkin (~&gt; 2.11.7)\n    multi_json (~&gt; 1.3)\n  cuporter (0.3.14)\n    gherkin (&gt;= 1.0.0)\n    nokogiri (&gt;= 1.4.1)\n  data_magic (0.14)\n    faker (&gt;= 1.1.2)\n    yml_reader (&gt;= 0.2)\n  dbd-odbc (0.2.5)\n    dbi (&gt;= 0.4.0)\n  dbi (0.4.5)\n    deprecated (= 2.0.1)\n  deprecated (2.0.1)\n  diff-lcs (1.2.3)\n  elif (0.1.0)\n  facets (2.9.3)\n  faker (1.1.2)\n    i18n (~&gt; 0.5)\n  ffi (1.7.0)\n  ffi (1.7.0-x86-mingw32)\n  gherkin (2.11.8)\n    multi_json (~&gt; 1.3)\n  gherkin (2.11.8-x86-mingw32)\n    multi_json (~&gt; 1.3)\n  highline (1.6.1)\n  hoe (2.8.0)\n    rake (&gt;= 0.8.7)\n  hpricot (0.8.6)\n  httparty (0.11.0)\n    multi_json (~&gt; 1.0)\n    multi_xml (&gt;= 0.5.2)\n  i18n (0.6.4)\n  json (1.4.6)\n  json_pure (1.4.6)\n  linecache19 (0.5.12)\n    ruby_core_source (&gt;= 0.1.4)\n  log4r (1.0.6)\n  mail (2.4.4)\n    i18n (&gt;= 0.4.0)\n    mime-types (~&gt; 1.16)\n    treetop (~&gt; 1.4.8)\n  mime-types (1.22)\n  mini_magick (3.5.0)\n    subexec (~&gt; 0.2.1)\n  multi_json (1.7.2)\n  multi_xml (0.5.3)\n  nokogiri (1.5.9)\n  nokogiri (1.5.9-x86-mingw32)\n  open4 (1.3.0)\n  open5 (0.2)\n    open4\n  page-object (0.8.9)\n    page_navigation (&gt;= 0.7)\n    selenium-webdriver (&gt;= 2.32.1)\n    watir-webdriver (&gt;= 0.6.3)\n  page_navigation (0.7)\n    data_magic (&gt;= 0.14)\n  polyglot (0.3.3)\n  ptools (1.1.6)\n  rack (1.5.2)\n  rack-protection (1.5.0)\n    rack\n  rake (10.0.4)\n  rautomation (0.8.0)\n    ffi\n  rspec (2.13.0)\n    rspec-core (~&gt; 2.13.0)\n    rspec-expectations (~&gt; 2.13.0)\n    rspec-mocks (~&gt; 2.13.0)\n  rspec-core (2.13.1)\n  rspec-expectations (2.13.0)\n    diff-lcs (&gt;= 1.1.3, &lt; 2.0)\n  rspec-mocks (2.13.1)\n  ruby-oci8 (2.1.5)\n  ruby-oci8 (2.1.5-x86-mingw32)\n  ruby-odbc (0.99995)\n  ruby_core_source (0.1.5)\n    archive-tar-minitar (&gt;= 0.5.2)\n  rubyzip (0.9.9)\n  s4t-utils (1.0.4)\n    hoe (&gt;= 1.3.0)\n  selenium-webdriver (2.32.1)\n    childprocess (&gt;= 0.2.5)\n    multi_json (~&gt; 1.0)\n    rubyzip\n    websocket (~&gt; 1.0.4)\n  sim_launcher (0.4.8.pre1)\n    sinatra\n  sinatra (1.4.2)\n    rack (~&gt; 1.5, &gt;= 1.5.2)\n    rack-protection (~&gt; 1.4)\n    tilt (~&gt; 1.3, &gt;= 1.3.4)\n  soap4r-ruby1.9 (2.0.5)\n  splunk-client (0.8.0)\n    nokogiri\n  subexec (0.2.3)\n  tilt (1.3.7)\n  tlb-core (0.3.3)\n    open5 (&gt;= 0.2)\n    rake\n  tlb-cucumber (0.3.3)\n    cucumber (&gt;= 0.10.2)\n    rake\n    tlb-core (= 0.3.3)\n  treetop (1.4.12)\n    polyglot\n    polyglot (&gt;= 0.3.1)\n  tzinfo (0.3.37)\n  user-choices (1.1.6.1)\n    builder (&gt;= 2.1.2)\n    s4t-utils (&gt;= 1.0.3)\n    xml-simple (&gt;= 1.0.11)\n  watir (4.0.2)\n    commonwatir (~&gt; 4)\n    watir-webdriver\n  watir (4.0.2-x86-mingw32)\n    commonwatir (~&gt; 4)\n    watir-classic (~&gt; 3.2)\n    watir-webdriver\n  watir-classic (3.6.0)\n    ffi (~&gt; 1.0)\n    multi_json\n    nokogiri (&gt;= 1.5.7.rc3)\n    rautomation (~&gt; 0.7)\n    user-choices\n    win32-process (&gt;= 0.5.5)\n    win32screenshot\n    windows-pr (&gt;= 0.6.6)\n  watir-webdriver (0.6.3)\n    selenium-webdriver (&gt;= 2.18.0)\n  webdriver-user-agent (6.6.6)\n    facets\n    json\n    selenium-webdriver\n  websocket (1.0.7)\n  win32-api (1.4.8)\n  win32-api (1.4.8-x86-mingw32)\n  win32-open3-19 (0.0.2)\n  win32-process (0.6.6)\n    windows-pr (&gt;= 1.2.2)\n  win32screenshot (1.0.8)\n    ffi (~&gt; 1.0)\n    mini_magick (~&gt; 3.2)\n    rautomation (~&gt; 0.7)\n  windows-api (0.4.2)\n    win32-api (&gt;= 1.4.5)\n  windows-pr (1.2.2)\n    win32-api (&gt;= 1.4.5)\n    windows-api (&gt;= 0.3.0)\n  xml-simple (1.1.1)\n  yml_reader (0.2)\n\nPLATFORMS\n  ruby\n  x86-mingw32\n\nDEPENDENCIES\n  Platform\n  activerecord (= 3.2.0)\n  activerecord-sqlserver-adapter (= 3.2.10)\n  activesupport (= 3.2.0)\n  bigdecimal\n  chronic\n  cucumber\n  cuporter\n  dbd-odbc\n  dbi\n  elif\n  ffi (&gt;= 1.1.5)\n  highline (= 1.6.1)\n  hoe (= 2.8.0)\n  hpricot (= 0.8.6)\n  httparty\n  json (= 1.4.6)\n  json_pure (= 1.4.6)\n  linecache19 (= 0.5.12)\n  log4r (= 1.0.6)\n  mail (= 2.4.4)\n  nokogiri\n  open5 (= 0.2)\n  page-object\n  ptools (= 1.1.6)\n  rspec\n  ruby-oci8\n  ruby-odbc\n  s4t-utils (= 1.0.4)\n  selenium-webdriver (&gt;= 2.21.2)\n  sim_launcher (= 0.4.8.pre1)\n  soap4r-ruby1.9\n  splunk-client\n  tlb-cucumber\n  watir (~&gt; 4.0)\n  webdriver-user-agent\n  win32-api\n  win32-open3-19 (= 0.0.2)\n  win32-process (= 0.6.6)\n  xml-simple (= 1.1.1)\n<\/code><\/pre>\n<p>My Gemfile in <code>d:\/cucumbertests\/cucumber\/itinfix<\/code> is:<\/p>\n<pre><code>source \"http:\/\/rubygems.org\"\n\ngem \"activesupport\", \"2.3.9\"\ngem \"bigdecimal\"\ngem \"chronic\"\ngem \"diff-lcs\", \"1.1.2\"\ngem \"elif\"\ngem \"ffi\", \"1.0.9\"\ngem \"highline\", \"1.6.1\"\ngem \"hoe\", \"2.8.0\"\ngem \"hpricot\", \"0.8.6\"\ngem \"httparty\"\ngem \"json\", \"1.4.6\"\ngem \"json_pure\", \"1.4.6\"\ngem \"linecache19\"\ngem \"log4r\", \"1.0.6\"\ngem \"nokogiri\"\ngem \"ptools\", \"1.1.6\"\ngem \"s4t-utils\", \"1.0.4\"\ngem \"Platform\"\ngem \"soap4r-ruby1.9\"\ngem \"selenium-webdriver\", \"&gt;= 2.21.2\"\ngem \"watir-webdriver\", \"0.3.9\"\n\ngroup :ie do\n  gem \"watir\", \"2.0.4\"\nend\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>I&#8217;m using Bundle to install gems in d:\/cucumbertests\/cucumber\/ successfully, which installs BigDecimal v 1.1.0. This failed in d:\/cucumbertests\/cucumber\/itinfix which installed BigDecimal v 1.2.0. How do I identify the correct version of BigDecimal in my Gemfile in d:\/cucumbertests\/cucumber\/itinfix? Why is the version of BigDecimal correct in d:\/cucumbertests\/cucumber? The latest version is 1.2.0, found by running gem [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-7271","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/7271","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/comments?post=7271"}],"version-history":[{"count":0,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/7271\/revisions"}],"wp:attachment":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/media?parent=7271"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/categories?post=7271"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/tags?post=7271"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}