{"id":2312,"date":"2022-08-30T15:23:49","date_gmt":"2022-08-30T15:23:49","guid":{"rendered":"https:\/\/unknownerror.org\/index.php\/2014\/01\/05\/problem-about-android-spinner-collection-of-common-programming-errors\/"},"modified":"2022-08-30T15:23:49","modified_gmt":"2022-08-30T15:23:49","slug":"problem-about-android-spinner-collection-of-common-programming-errors","status":"publish","type":"post","link":"https:\/\/unknownerror.org\/index.php\/2022\/08\/30\/problem-about-android-spinner-collection-of-common-programming-errors\/","title":{"rendered":"problem about android-spinner-Collection of common programming errors"},"content":{"rendered":"<ul>\n<li>\n<img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/e840b5a758e9cbd9e629f38542503132?s=32&amp;d=identicon&amp;r=PG&amp;f=1\" \/><br \/>\nuser2807197<br \/>\nandroid sharedpreferences android-edittext android-spinner<br \/>\nI have four edittext in Activity. Then i used SharedPreferences for storing edittext values. I m passing only first edittext values to Activity1 spinner. But when click the save button app closing.code:Save:et=(EditText)findViewById(R.id.meal);et1=(EditText)findViewById(R.id.pieces);et2=(EditText)findViewById(R.id.portions);et3=(EditText)findViewById(R.id.ml);save.setOnClickListener(new OnClickListener(){@Overridepublic void onClick(View v) {\/\/ TODO Auto-generated method stubfinal Map&lt;String,<\/li>\n<li>\n<img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/3afe1cfb9fb1cff2de17ed2583a4ae8f?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nKhaled Ben Aissa<br \/>\nandroid android-spinner<br \/>\nI&#8217;m trying to get the position (number) of the spinner when selected to use it in another Activity that will display a different map each time depending on the item selected. when I run the application it crashes. this is the first Activity code: public class TestProjectActivity extends Activity {public Spinner spinner1;public Integer number;private Button valideButton;public void onCreate(Bundle savedInstanceState) {super.onCreate(savedInstanceState);setContentView(R.layout.main);MySpinner();va<\/li>\n<li>\n<img decoding=\"async\" src=\"http:\/\/i.stack.imgur.com\/X7D9k.jpg?s=32&amp;g=1\" \/><br \/>\nDash<br \/>\nandroid android-4.0 android-spinner android-datepicker<br \/>\nI&#8217;m trying to get a text box that looks like a spinner to activate a date picker dialog. This is done in both the Google Calendar app and the Contacts app (for birthdate) on ICS. Do I need to use a spinner, and if so how do I change it&#8217;s input view to be a date picker? Or if not, how do I get a text view to have the little triangle that usually indicates a spinner?<\/li>\n<li>\n<img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/19b61e94b09e359174fc3c9b27a06959?s=128&amp;d=identicon&amp;r=PG\" \/><br \/>\nSam<br \/>\nandroid android-edittext android-spinner android-button sqlitedatabase<br \/>\nI have 1 Spinner, 4 Edittext and a Button. The save button saves the information into a SQLite database. Oh, I get &#8220;force close&#8221; message.I need help thanks. Below are the codes of 2 classes.PersonalInfo classpublic class PersonalInfo extends Activity {Button btnSave, btnBack;EditText txtLikes, txtDislikes, txtDate, txtType;Spinner nameSpinner;@Overridepublic void onCreate(Bundle savedInstanceState){super.onCreate(savedInstanceState);setContentView(R.layout.main);\/*try{String destPath = &#8220;\/data\/da<\/li>\n<li>\n<img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/fab76a17da486c15907226415f222711?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nJon Egerton<br \/>\nandroid android-spinner<br \/>\nI want to fetch data from database and display in spinner.but it is not work properly and crash my application.So i kindly request to u , if u have good solution then send to me plz.<\/li>\n<li>\n<img decoding=\"async\" src=\"http:\/\/i.stack.imgur.com\/VmiBw.jpg?s=32&amp;g=1\" \/><br \/>\nAbhishek Patel<br \/>\nandroid fonts android-edittext android-spinner classcastexception<br \/>\nIn my app I have an EditText, a Button and a Spinner. When the button is clicked it has to show the spinner. The Spinner shows various fonts and when a font is selected the font has to be applied to the text in the EditText. I have written the code but I am getting NullPointerException and I am not able to solve it. Please help me asap.Here is the Code:public class FlipCardActivity extends Activity implements OnItemSelectedListener {ImageButton btn_from,btn_msg_tap,btn_font; EditText edt_aroundM<\/li>\n<li>\n<img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/4ed6731b5adb6687923e962e437c3ce1?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nAamir<br \/>\nandroid android-layout android-listview android-spinner<br \/>\nIn one of my Activity, i have used the Spinner. i populate it with an array of SpinnerCountry class objects &#8230; its defined as following:class SpinnerCounry {public SpinnerCounry(String spinnerText, String value) {this.spinnerText = spinnerText;this.value = value;}public String getSpinnerText() {return spinnerText;}public String getValue() {return value;}public String toString() {return spinnerText;}String spinnerText;String value; }I am binding the Spinner in a function that is below:private vo<\/li>\n<li>\n<img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/df3bc71a0362406b7d9384c03f346520?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nfmjaguar3<br \/>\nandroid android-webview alertdialog tabview android-spinner<br \/>\nI have a WebView in one of the tabs in TabView. The webView loads a specific url which contains a spinner. The action listener and spinner is triggered from the server side embedded in the url.webview = (WebView) findViewById(R.id.webview); &#8230;. &#8230;. webview.loadUrl(locationUrl); My App is developed on Android 2.2. It is working fine in a device with OS 2.2 but When I click the Spinner my app is crashing in a device with OS 2.3.Below is the log11-24 13:44:24.878: ERROR\/AndroidRuntime(2684): a<\/li>\n<li>\n<img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/d0a61cb41fb7557c5455e3a7156c7512?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\ndorbt12<br \/>\nandroid android-spinner<br \/>\nI&#8217;m using a spinner and text view near it when the text View is in the right side the work properly but when I switch them the app crash in the line below in the java classspinner= (Spinner) findViewById(R.id.spinner) my xml code is &lt;LinearLayoutandroid:layout_width=&#8221;fill_parent&#8221;android:layout_height=&#8221;wrap_content&#8221;android:layout_marginLeft=&#8221;10dp&#8221;android:layout_marginTop=&#8221;5dp&#8221;android:orientation=&#8221;horizontal&#8221;android:weightSum=&#8221;100&#8243; &gt;&lt;TextViewandroid:id=&#8221;@+id\/tv&#8221;android:layout_width=&#8221;matc<\/li>\n<li>\n<img decoding=\"async\" src=\"http:\/\/i.stack.imgur.com\/0vhup.jpg?s=32&amp;g=1\" \/><br \/>\ncodeMagic<br \/>\nandroid android-edittext android-textview android-spinner<br \/>\nI&#8217;m creating an Android app that takes in basic user input (from keyboard) via an EditText widget. I&#8217;m getting some stubborn behavior from a line I call within the OnItemSelected function for my Activity&#8217;s Spinners. I am gathering the double value from my EditText (doing appropriate type conversions), and the app crashes. My logcat&#8217;s report that the error is that &#8220;&#8221; is not an appropriate double value, which means that this function is being called while the EditText is still empty (I&#8217;m guessing<\/li>\n<li>\n<img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/b7465e2caf3209d7999067909682ce2e?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nuser1480742<br \/>\njava android android-arrayadapter android-spinner<br \/>\nin android application, i&#8217;m filling my spinner with some data coming from EditText object. And when i&#8217;m trying to add it with adapter.add(somestring) method it crashes, so i need help. &#8230;here&#8217;s the codepublic class OptionsMenu extends Activity implements View.OnClickListener{Spinner users;EditText input;Button add,remove;public static String filename = &#8220;savedData&#8221;;SharedPreferences sharedData;String stringUsers;ArrayAdapter&lt;CharSequence&gt; adapter;public void onCreate(Bundle savedInstanceS<\/li>\n<li>\n<img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/1f8779a8b9295afee1caafc6e36d1c0f?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nan1ket<br \/>\nandroid spinner android-spinner<br \/>\nI have defined a spinner in my app that loads on start of the main activity. The activity loads successfully and also loads the spinner with the values from a String array from another class.protected void onCreate(Bundle savedInstanceState) {super.onCreate(savedInstanceState);setContentView(R.layout.main);Spinner spinner = (Spinner) findViewById(R.id.spinner);AnotherClass ac = new AnotherClass();ArrayAdapter&lt;String&gt; adapter = new ArrayAdapter&lt;String&gt;(this,android.R.layout.simple_spi<\/li>\n<li>\n<img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/352fd243b80e91fca20945c31117b95f?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nKanika<br \/>\nandroid google-maps android-fragments android-spinner android-maps-v2<br \/>\nI am using map fragment to show the user current location on maps.. and also the spinner at the top bar..Refer below image:Here all of the view is in the tab activity. Now whenever I clicked on spinner to expand, it crashes the app and shows the error as:android.view.WindowManager$BadTokenException: Unable to add window &#8212; token android.app.LocalActivityManager$LocalActivityRecord@40643d88 is not valid; is your activity running?Refer the below code for populating spinner with items:ArrayAdapter&amp;<\/li>\n<li>\n<img decoding=\"async\" src=\"http:\/\/i.stack.imgur.com\/qLnAN.jpg?s=32&amp;g=1\" \/><br \/>\nSahil Mahajan Mj<br \/>\nandroid android-layout android-spinner<br \/>\nI am trying to make my Spinner1 change visibility on spinner2.My code compiles ok, but app crashes on opening.@Override public void onCreate(Bundle savedInstanceState) {super.onCreate(savedInstanceState);setContentView(R.layout.activity_main);Spinner spinner = (Spinner)findViewById(R.id.spinner2);spinner.setOnItemSelectedListener(new AdapterView.OnItemSelectedListener(){public void onNothingSelected(AdapterView&lt;?&gt; arg0) {}public void onItemSelected(AdapterView&lt;?&gt; arg0, View arg1,int<\/li>\n<li>\n<img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/78a0a4bb106d07b6c6f33a51988155e3?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nPeter Mortensen<br \/>\nandroid android-intent android-edittext android-spinner<br \/>\nWhen I pass values directly from a string to another activity, it works. But if I retrieve the same values from an EditText and a Spinner and I click on a button (which starts the new activity), the app crashes.With this my app works:String key;String para;Button btnViewProducts;@Overridepublic void onCreate(Bundle savedInstanceState) {super.onCreate(savedInstanceState);setContentView(R.layout.main_screen);\/\/StrictMode.enableDefaults();\/\/ ButtonsbtnViewProducts = (Button) findViewById(R.id.btnVi<\/li>\n<li>\n<img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/4a6c65160d6e3a7f4133d527fec58be4?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nzeokila<br \/>\nandroid arraylist xml-parsing android-spinner<br \/>\nI have a problem, very annoying problem, and I have absolutely no idea what is causing it! I am trying to make an Android application capable of reading an XML file, adding some data from the XML file to an ArrayList, and then putting the ArrayList in a Spinner. Here is part of my Shortcuts class.Shortcuts.javaSpinner selection = (Spinner) findViewById(R.id.shortcutsSpinner); \/\/Defining the Spinner\/*ArrayAdapter&lt;CharSequence&gt; adapter = ArrayAdapter.createFromResource(this, R.array.shortcut<\/li>\n<li>\n<img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/77b5ef49f057962489651d253d19108f?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nJuiCe<br \/>\nandroid android-spinner<br \/>\nI am trying to populate a spinner, but am getting an error. Here is my code&#8230;private ArrayList&lt;String&gt; ctRatioList = new ArrayList&lt;String&gt;(); private ArrayList&lt;String&gt; rVoltsList = new ArrayList&lt;String&gt;();@Override public void onCreate( Bundle savedInstanceState ) {super.onCreate( savedInstanceState );setContentView( R.layout.parameters );ctRatioList.add( &#8220;800:5&#8221; );ctRatioList.add( &#8220;1200:5&#8221; );ctRatioList.add( &#8220;1600:5&#8221; );ctRatioList.add( &#8220;2000:5&#8221; );ctRatioList.add( &#8220;2500:<\/li>\n<li>\n<img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/2bee3c9de1ba102e2c6295813717851e?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nKrishna Veni<br \/>\njava android web-services android-spinner android-ksoap2<br \/>\nHi i have to develop the app is insert the database from spinner in mysql database via soap webserices in android application&#8230; i have use below webservice code:public class Insertion {public String insertData(String userName,String userPassword){try{Class.forName(&#8220;com.mysql.jdbc.Driver&#8221;);Connection con = DriverManager.getConnection(&#8220;jdbc:mysql:\/\/localhost:3306\/androidlogin&#8221;,&#8221;root&#8221;,&#8221;&#8221;);PreparedStatement statement = con.prepareStatement(&#8220;INSERT INTO user(status) VALUES (&#8216;&#8221;+userName+&#8221;&#8216;);&#8221;);int r<\/li>\n<li>\n<img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/7486200d56dabef8fe079d8c24b0c2b4?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nuser2527992<br \/>\nandroid json android-spinner<br \/>\nI am trying to populate an Android drop list using json array like thisvoid createMarkersFromJson(String json) throws JSONException {String INFO;list=(Spinner)findViewById(R.id.spinner1);JSONArray jsonArray = new JSONArray(json);for (int i = 0; i &lt; jsonArray.length(); i++) {JSONObject jsonObject = jsonArray.getJSONObject(i);INFO=jsonObject.getString(&#8220;info&#8221;);String title = jsonArray.getJSONObject(i).getString(&#8220;info&#8221;);ArrayList&lt;String&gt; Title = new ArrayList&lt;String&gt;();Title.add(title<\/li>\n<li>\n<img decoding=\"async\" src=\"http:\/\/graph.facebook.com\/100000295003008\/picture?type=large\" \/><br \/>\nfacebook-100000295003008<br \/>\njava android sharedpreferences android-spinner<br \/>\nSorry,this is my first time to put questions in this siteMy Function: I set two Buttons to restore and save the information in the Spinner and EditText with the function Sharedpreferences.I execute the program at the first time. The program will appear the error state,if I click the Button &#8220;restore&#8221; to restore the information in Spinner. But I haven&#8217;t met the problem when I restore the information in EditText.This is the code in Spinner private Spinner.OnItemSelectedListener getfeet = new OnItem<\/li>\n<li>\n<img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/19f0a11bdd9323f99d723bf9f718be3d?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nAhmad<br \/>\nandroid android-arrayadapter android-spinner android-adapter<br \/>\nI have 3 Spinner dependent. But send me switch regions Exception THE FOLLOWING: Invalid IndexOutOfBoundException Location 0 Size is 0The burden is always Spinner Region. The other two previous dependent. Example: I select a region Show Cities. And if I select a city associated districts shows that CityThe firs Time run ok but when i selectItem On Spinner Region the spinner Ciudad Launch an Exception public void onCreate(Bundle savedInstanceState) {super.onCreate(savedInstanceState);setContentVie<\/li>\n<li>\n<img decoding=\"async\" src=\"http:\/\/i.stack.imgur.com\/rcryn.jpg?s=32&amp;g=1\" \/><br \/>\nNikola Despotoski<br \/>\nandroid android-spinner<br \/>\nI have an activity that contains a TextView, a ListView and a Spinner. The spinner contains 4 items. onCreate, the spinner is assigned with one of the values that matches the current activity. When user clicks on another Item a new Intent must be started (a new activity with the same layout). However, I get an error when I leave uncommented the code regarding the spinner. My Activity works fine without the &#8220;implements OnItemSelectedListener&#8221; and the implementation of the event.So my code for the<\/li>\n<li>\n<img decoding=\"async\" src=\"http:\/\/graph.facebook.com\/1453063258\/picture?type=large\" \/><br \/>\nK M Dilshan Udara<br \/>\njava android android-listview android-spinner<br \/>\nHi i &#8216;m creating app that will select data from spinners(in a list view ) and want values to be selected. so this is my log cat info08-25 09:13:28.786: W\/dalvikvm(580): threadid=1: thread exiting with uncaught exception (group=0x40015560)08-25 09:13:28.892: E\/AndroidRuntime(580): FATAL EXCEPTION: main08-25 09:13:28.892: E\/AndroidRuntime(580): java.lang.NullPointerException08-25 09:13:28.892: E\/AndroidRuntime(580): at com.example.dcsd.Result$1.onClick(Result.java:44)08-25 09:13:28.892: E\/Andr<\/li>\n<li>\n<img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/cf726252703322c63b79f938d5090e15?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nnico<br \/>\nandroid android-spinner<br \/>\nOn the start of the programm, the Spinner is created bySpinner spinner = (Spinner) findViewById(R.id.spinner);spinnerAdapter = ArrayAdapter.createFromResource(this, R.array.IDs, android.R.layout.simple_spinner_item);spinnerAdapter.setDropDownViewResource(android.R.layout.simple_spinner_dropdown_item);spinner.setAdapter(spinnerAdapter);spinner.setOnItemSelectedListener(new MyOnItemSelectedListener());at a later Point, all entrys should be replaced by Items out of an ArrayList. When using the Spin<\/li>\n<li>\n<img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/c19e930c5727930f876e7162f7134810?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nuser2581829<br \/>\njava android android-arrayadapter android-spinner onclicklistener<br \/>\nI am trying to make a GPA calculator. I have a bunch of spinners in two columns. 7 in each. I have put in an array of strings to be displayed in the drop down list. Now, I want to write code in java for saying if the user selects &#8220;four&#8221; from the drop down list, then the input should be considered as number 4 later to multiply it with for example if the user chose grade A, then to multiply with 4. How do I do this? I created an array adapter but it&#8217;s not working. i am getting &#8220;Nan&#8221; as the answer.<\/li>\n<li>\n<img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/f28262b01dda42f1afbdf3c97f591b09?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nsiva<br \/>\nandroid android-spinner simplecursoradapter<br \/>\nI am populating a spinner with cursor adapter but my problem here is I am unable to understand how to give &#8220;from&#8221; and &#8220;to&#8221; of &#8220;SimpleCusorAdapter&#8221;.From examples available I could understand that FROM is the column name and To is the column ID, My table code goes as below where I am dynamically creating columns so in this case how can I use column name and column ID. Below is the code.String Tablename = &#8220;table 1&#8221;;String Column1 = &#8220;RegionID&#8221;;String Column2 = &#8220;RegionName&#8221;;String Column3 = &#8220;Currency<\/li>\n<li>\n<img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/7dd731d0c97e334d726f740a710904a9?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nJakob<br \/>\njava android xml android-layout android-spinner<br \/>\nI have a spinner with images as items, the problem is that they&#8217;re pushed to the left. A common problem with spinners i think. I&#8217;ve worked this out before but only with textviews, not images. How can I move the images to the center of the dropdown spinner menu?Here&#8217;s my custom spinner xml:&lt;?xml version=&#8221;1.0&#8243; encoding=&#8221;utf-8&#8243;?&gt; &lt;LinearLayout xmlns:android=&#8221;http:\/\/schemas.android.com\/apk\/res\/android&#8221;android:layout_width=&#8221;wrap_content&#8221;android:layout_height=&#8221;50dp&#8221;android:orientation=&#8221;horizo<\/li>\n<li>\n<img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/3ceb74e0e78bcf7cf40d2235af0ed87c?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nBenjamin Gilbert<br \/>\nandroid-spinner onclicklistener android-adapterview aide-ide<br \/>\nHi I&#8217;m completely new to android programming and use AIDE via tablet. I&#8217;m trying to create a very basic program with a Spinner box that gives output on the selection Ive made via an TextView or System.Out.printIn. (Perhaps the next step up from Hello world &#8211; if you will)For some reason that I cannot fathom,the compiler refuses to recognise the OnClickListener and gives the error message &#8216;Unknown method OnClickListener in Android.Widget.Spinner&#8217; When I have already checked this in the imports.As<\/li>\n<\/ul>\n<p id=\"rop\"><small>Originally posted 2014-01-05 10:08:42. <\/small><\/p>","protected":false},"excerpt":{"rendered":"<p>user2807197 android sharedpreferences android-edittext android-spinner I have four edittext in Activity. Then i used SharedPreferences for storing edittext values. I m passing only first edittext values to Activity1 spinner. But when click the save button app closing.code:Save:et=(EditText)findViewById(R.id.meal);et1=(EditText)findViewById(R.id.pieces);et2=(EditText)findViewById(R.id.portions);et3=(EditText)findViewById(R.id.ml);save.setOnClickListener(new OnClickListener(){@Overridepublic void onClick(View v) {\/\/ TODO Auto-generated method stubfinal Map&lt;String, Khaled Ben Aissa android android-spinner I&#8217;m trying to [&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-2312","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/2312","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=2312"}],"version-history":[{"count":0,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/2312\/revisions"}],"wp:attachment":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/media?parent=2312"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/categories?post=2312"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/tags?post=2312"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}