ESOUI

ESOUI (https://www.esoui.com/forums/index.php)
-   Minion (https://www.esoui.com/forums/forumdisplay.php?f=183)
-   -   [BUG]Stuck at Fetching Global Config - SOLVED (https://www.esoui.com/forums/showthread.php?t=510)

Morrosis 04/02/14 05:11 PM

[BUG]Stuck at Fetching Global Config - SOLVED
 
I SOLVED THIS
Remove the xML doc



Quote:

<?xml version="1.0" encoding="windows-1252" standalone="no"?>
<!DOCTYPE log SYSTEM "logger.dtd">
<log>
<record>
<date>2014-04-03T08:59:53</date>
<millis>1396479593577</millis>
<sequence>0</sequence>
<logger>com.zam.minion.Minion</logger>
<level>FINE</level>
<class>com.zam.minion.Minion</class>
<method>start</method>
<thread>14</thread>
<message>Font: Font[name=Interstate Mono, family=Interstate Mono, style=Regular, size=20.0]</message>
</record>
<record>
<date>2014-04-03T08:59:54</date>
<millis>1396479594069</millis>
<sequence>1</sequence>
<logger>com.zam.minion.controller.MinionController</logger>
<level>FINE</level>
<class>com.zam.minion.controller.MinionController</class>
<method>initWindowControls</method>
<thread>14</thread>
<message>Controls initialized.</message>
</record>
<record>
<date>2014-04-03T08:59:55</date>
<millis>1396479595511</millis>
<sequence>2</sequence>
<logger>com.zam.minion.controller.MinionController</logger>
<level>FINE</level>
<class>com.zam.minion.controller.MinionController</class>
<method>initBuildAndVersion</method>
<thread>14</thread>
<message>Build: ab4ed94d55c4fe7f26bcac68d485c1d0e428f109</message>
</record>
<record>
<date>2014-04-03T08:59:55</date>
<millis>1396479595512</millis>
<sequence>3</sequence>
<logger>com.zam.minion.controller.MinionController</logger>
<level>FINE</level>
<class>com.zam.minion.controller.MinionController</class>
<method>initBuildAndVersion</method>
<thread>14</thread>
<message>Version: 2.0.0-SNAPSHOT</message>
</record>
<record>
<date>2014-04-03T08:59:57</date>
<millis>1396479597770</millis>
<sequence>4</sequence>
<logger>org.apache.http.impl.execchain.RetryExec</logger>
<level>INFO</level>
<class>org.apache.http.impl.execchain.RetryExec</class>
<method>execute</method>
<thread>25</thread>
<message>I/O exception (org.apache.http.NoHttpResponseException) caught when processing request: The target server failed to respond</message>
</record>
<record>
<date>2014-04-03T08:59:57</date>
<millis>1396479597771</millis>
<sequence>5</sequence>
<logger>org.apache.http.impl.execchain.RetryExec</logger>
<level>INFO</level>
<class>org.apache.http.impl.execchain.RetryExec</class>
<method>execute</method>
<thread>25</thread>
<message>Retrying request</message>
</record>
Quote:

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<minion>
<version>2.0.0-SNAPSHOT</version>
<build>ab4ed94d55c4fe7f26bcac68d485c1d0e428f109</build>
<client>
<concurrent-updates>2</concurrent-updates>
<game-scan-depth>4</game-scan-depth>
</client>
<user>
<ga-user-id>a7731944-36c9-45dd-ba29-76fee5b3a293</ga-user-id>
<login-id>Guest</login-id>
</user>
<games>
<game addon-path="C:\Users\Ghostdog\Documents\Elder Scrolls Online\live\AddOns" auto-update="false" game-id="ESO" unique-game-id="ESO-1">
<addons>

<addon md5="fc78865259646736d2142e6035620d20" ui-version="0.23" uid="28"/>
<addon md5="be02b893bc06f05806403f37afbc0b04" ui-version="0.1.6" uid="2"/>
<addon md5="73f3d7b6734277db4ff42f3e8a580186" ui-version="1.2" uid="57"/>
<addon md5="45dcf5fc44a4af7ed10eb43075cc7b80" ui-version="0.21" uid="65"/>
<addon md5="bdb176a968b654886e045aa63e165064" ui-version="1.0" uid="92"/>
<addon md5="78a8f9bcf62a9f83c977c2dfd10a3279" ui-version="1.3.25.1" uid="13"/>
<addon md5="19050015f5b0d50f81cd26a322473333" ui-version="1.4.2" uid="35"/>
</addons>
</game>
</games>
</minion>
Os= Windows 7 64 bit.

Dolby 04/02/14 05:16 PM

Looks like the internet connection was interrupted while Minion was loading. What happens if you close Minion and start it again? Is your firewall blocking the communication?

Code:

<record>
<date>2014-04-03T08:59:57</date>
<millis>1396479597770</millis>
<sequence>4</sequence>
<logger>org.apache.http.impl.execchain.RetryExec</logger>
<level>INFO</level>
<class>org.apache.http.impl.execchain.RetryExec</class>
<method>execute</method>
<thread>25</thread>
<message>I/O exception (org.apache.http.NoHttpResponseException) caught when processing request: The target server failed to respond</message>
</record>
<record>
<date>2014-04-03T08:59:57</date>
<millis>1396479597771</millis>
<sequence>5</sequence>
<logger>org.apache.http.impl.execchain.RetryExec</logger>
<level>INFO</level>
<class>org.apache.http.impl.execchain.RetryExec</class>
<method>execute</method>
<thread>25</thread>
<message>Retrying request</message>
</record>


Morrosis 04/02/14 05:19 PM

Quote:

Originally Posted by Dolby (Post 2412)
Looks like the internet connection was interrupted while Minion was loading. What happens if you close Minion and start it again? Is your firewall blocking the communication?

Code:

<record>
<date>2014-04-03T08:59:57</date>
<millis>1396479597770</millis>
<sequence>4</sequence>
<logger>org.apache.http.impl.execchain.RetryExec</logger>
<level>INFO</level>
<class>org.apache.http.impl.execchain.RetryExec</class>
<method>execute</method>
<thread>25</thread>
<message>I/O exception (org.apache.http.NoHttpResponseException) caught when processing request: The target server failed to respond</message>
</record>
<record>
<date>2014-04-03T08:59:57</date>
<millis>1396479597771</millis>
<sequence>5</sequence>
<logger>org.apache.http.impl.execchain.RetryExec</logger>
<level>INFO</level>
<class>org.apache.http.impl.execchain.RetryExec</class>
<method>execute</method>
<thread>25</thread>
<message>Retrying request</message>
</record>


After I removed the xml file it's been working no issue.

Holmen 04/02/14 05:28 PM

Where is this xml?

KiriX 04/03/14 11:51 AM

I have same error. Where is this xml?

Seerah 04/03/14 04:15 PM

http://www.esoui.com/forums/showthread.php?t=236

mackeh 04/03/14 08:52 PM

I have the same problem .. no idea how to get past it either (even doesn't work after complete auto & manual uninstall and reinstall, which makes no sense). Shame really .. it looked and worked great until recently.


All times are GMT -6. The time now is 07:57 AM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2014 - 2022 MMOUI