playMaker

Author Topic: Ecosystem Json Parsing Error  (Read 2858 times)

N00basaurus

  • Playmaker Newbie
  • *
  • Posts: 8
Ecosystem Json Parsing Error
« on: August 01, 2016, 06:50:45 PM »
Trying to run Ecosystem 0.4.8 on Unity 5.4.0f3 with Playmaker 1.8.1

The ecosystem editor window opens but when "search" is pressed, I get this error:
 
Json parsing error Object reference not set to an instance of an object
UnityEngine.Debug:LogWarning(Object)
Net.FabreJean.PlayMaker.Ecosystem.EcosystemBrowser:ParseSearchResult(String) (at Assets/net.fabrejean/Editor/PlayMaker/Ecosystem/EcosystemBrowser.cs:2459)
Net.FabreJean.PlayMaker.Ecosystem.EcosystemBrowser:OnInspectorUpdate() (at Assets/net.fabrejean/Editor/PlayMaker/Ecosystem/EcosystemBrowser.cs:2388)
UnityEditor.HostView:OnInspectorUpdate()

And the following is posted to the debug log:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
      <title>Error 500 - Internal server error</title>
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
      <meta http-equiv="cache-control" content="no-cache" />
   </head>
   <body style="font-family:arial;">
     <h1 style="color:#0a328c;font-size:1.0em;">Error 500 - Internal server error</h1>
   <p style="font-size:0.8em;">An internal server error has occured!<br/>Please try again later.</p>
   </body>
  </html>

UnityEngine.Debug:Log(Object)
Net.FabreJean.PlayMaker.Ecosystem.EcosystemBrowser:ParseSearchResult(String) (at Assets/net.fabrejean/Editor/PlayMaker/Ecosystem/EcosystemBrowser.cs:2460)
Net.FabreJean.PlayMaker.Ecosystem.EcosystemBrowser:OnInspectorUpdate() (at Assets/net.fabrejean/Editor/PlayMaker/Ecosystem/EcosystemBrowser.cs:2388)
UnityEditor.HostView:OnInspectorUpdate()


djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7616
    • jinxtergames
Re: Ecosystem Json Parsing Error
« Reply #1 on: August 01, 2016, 07:02:27 PM »
Hi,
jean (the maker from Ecosystem) is trying to find the problem,
for now you will have to spam the search untill you get a result.
With me it usually works after 8-10 times

N00basaurus

  • Playmaker Newbie
  • *
  • Posts: 8
Re: Ecosystem Json Parsing Error
« Reply #2 on: August 02, 2016, 03:04:54 PM »
Hi,
jean (the maker from Ecosystem) is trying to find the problem,
for now you will have to spam the search untill you get a result.
With me it usually works after 8-10 times

Mashing the search button worked! Thank you!