Hey there,
Thought this would be the most appropriate place to vent my frustration.
So I've been developing my own modpack for quite some time now, and I've been running into problems left right and center with technic, stopping me from progressing. I would like to believe it's not a clientside issue, and it is a global problem. But I can't pinpoint the issue. In the console I'm getting Timeout messages whenever I attempt to load a mod in the launcher (Upon selecting a modpack it will attempt to gather information regarding the modpack) It will print this in the console, and then shortly after will shoot out an error referring to 'timeout'.
[B#238] Starting download of http://cdn.technicpack.net/platform2/pack-icons/571415.png?1422066092, with 3 tries remaining
[B#238] net.technicpack.rest.RestfulAPIException: Timed out accessing URL [http://api.technicpack.net/modpack/attack-of-the-bteam]
[B#238] at net.technicpack.rest.RestObject.getRestObject(RestObject.java:102)
[B#238] at net.technicpack.platform.http.HttpPlatformApi.getPlatformPackInfo(HttpPlatformApi.java:55)
[B#238] at net.technicpack.platform.http.HttpPlatformApi.getPlatformPackInfoForBulk(HttpPlatformApi.java:49)
[B#238] at net.technicpack.platform.cache.ModpackCachePlatformApi.pullAndCache(ModpackCachePlatformApi.java:132)
[B#238] at net.technicpack.platform.cache.ModpackCachePlatformApi.getPlatformPackInfo(ModpackCachePlatformApi.java:96)
[B#238] at net.technicpack.launcher.ui.components.modpacks.ModpackSelector$6.run(ModpackSelector.java:301)
[B#238] Caused by: java.net.SocketTimeoutException: Read timed out
[B#238] at java.net.SocketInputStream.socketRead0(Native Method)
[B#238] at java.net.SocketInputStream.read(Unknown Source)
[B#238] at java.net.SocketInputStream.read(Unknown Source)
[B#238] at java.io.BufferedInputStream.fill(Unknown Source)
[B#238] at java.io.BufferedInputStream.read1(Unknown Source)
[B#238] at java.io.BufferedInputStream.read(Unknown Source)
[B#238] at sun.net.www.http.HttpClient.parseHTTPHeader(Unknown Source)
[B#238] at sun.net.www.http.HttpClient.parseHTTP(Unknown Source)
[B#238] at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
[B#238] at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
[B#238] at net.technicpack.rest.RestObject.getRestObject(RestObject.java:88)
[B#238] ... 5 more
[B#238] net.technicpack.rest.RestfulAPIException: Timed out accessing URL [http://api.technicpack.net/modpack/attack-of-the-bteam]
[B#238] at net.technicpack.rest.RestObject.getRestObject(RestObject.java:102)
[B#238] at net.technicpack.platform.http.HttpPlatformApi.getPlatformPackInfo(HttpPlatformApi.java:55)
[B#238] at net.technicpack.platform.http.HttpPlatformApi.getPlatformPackInfoForBulk(HttpPlatformApi.java:49)
[B#238] at net.technicpack.platform.cache.ModpackCachePlatformApi.pullAndCache(ModpackCachePlatformApi.java:132)
[B#238] at net.technicpack.platform.cache.ModpackCachePlatformApi.getPlatformPackInfo(ModpackCachePlatformApi.java:96)
[B#238] at net.technicpack.launcher.ui.components.modpacks.ModpackSelector$6.run(ModpackSelector.java:301)
[B#238] Caused by: java.net.SocketTimeoutException: Read timed out
[B#238] at java.net.SocketInputStream.socketRead0(Native Method)
[B#238] at java.net.SocketInputStream.read(Unknown Source)
[B#238] at java.net.SocketInputStream.read(Unknown Source)
[B#238] at java.io.BufferedInputStream.fill(Unknown Source)
[B#238] at java.io.BufferedInputStream.read1(Unknown Source)
[B#238] at java.io.BufferedInputStream.read(Unknown Source)
[B#238] at sun.net.www.http.HttpClient.parseHTTPHeader(Unknown Source)
[B#238] at sun.net.www.http.HttpClient.parseHTTP(Unknown Source)
[B#238] at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
[B#238] at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
[B#238] at net.technicpack.rest.RestObject.getRestObject(RestObject.java:88)
[B#238] ... 5 more
[B#238] Starting download of http://cdn.technicpack.net/platform2/pack-icons/552556.png?1419662738, with 3 tries remaining
[B#238] Starting download of http://cdn.technicpack.net/platform2/pack-icons/552556.png?1419662738, with 3 tries remaining
This is just Attack of the B-Team, the same error would print for every modpack. Only been happening today. Need access to my updated modpack, asap.
I do believe this isn't to do with my client as I can't even update my modpack on the browser. Enlighten me please.