orangeadam3 / terra121

A Minecraft Terrain Generating Mod for Cubic Chunks 1.12.2. attempting to generate real terrain, biomes, and features on a 1:1 scale
MIT License
280 stars 40 forks source link

No Trees Spawning #152

Open SlavThatSquats opened 4 years ago

SlavThatSquats commented 4 years ago

No trees are spawning, I believe that the databases either were moved or are down.

I get this error message on repeat:

[03:00:43] [Server thread/ERROR] [terra121]: Failed to get tree cover data 2460 1188 : java.io.IOException: Server returned HTTP response code: 503 for URL: https://gis-treecover.wri.org/arcgis/rest/services/TreeCover2000/ImageServer/exportImage?f=image&bbox=-79.2384,41.33951999999999,-79.19743999999999,41.298559999999995&imageSR=4152&bboxSR=4152&format=tiff&adjustAspectRatio=false&&interpolation=RSP_CubicConvolution&size=256,256

orangeadam3 commented 4 years ago

So.... turns out http works just not https so if you replace https with http in the wri link it will hopefully work. http://gis-treecover.wri.org/arcgis/rest/services/ instead of https://gis-treecover.wri.org/arcgis/rest/services/

orangeadam3 commented 4 years ago

Did it work? Haven't tested it yet.

TheJewishET commented 4 years ago

So.... turns out http works just not https so if you replace https with http in the wri link it will hopefully work. http://gis-treecover.wri.org/arcgis/rest/services/ instead of https://gis-treecover.wri.org/arcgis/rest/services/

How do you change the link?

orangeadam3 commented 4 years ago

In the forge mod menus there are various links and options you can change. change the tree one.

SlavThatSquats commented 4 years ago

Sorry for the late response but it does work, I also tried the mirror and that works as well

On Mon, Sep 28, 2020 at 2:26 AM orangeadam3 notifications@github.com wrote:

Did it work? Haven't tested it yet.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/orangeadam3/terra121/issues/152#issuecomment-699801273, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEX7JXH4FYARCKZ54LZRN2TSIAUBRANCNFSM4RLHQ44A .

saemideluxe commented 3 years ago

Using HTTP instead of HTTPS I get now:

[10:12:23] [Server thread/ERROR] [terra121]: Failed to get tree cover data 4596 1039 : java.io.IOException: Server returned HTTP response code: 500 for URL: http://gis-treecover.wri.org/arcgis/rest/services/TreeCover2000/ImageServer/exportImage?f=image&bbox=################&imageSR=4152&bboxSR=4152&format=tiff&adjustAspectRatio=false&&interpolation=RSP_CubicConvolution&size=256,256

So HTTP 500 instead of 503. Maybe there was an API change? @SlavThatSquats Where can I get the mirror URL?

@orangeadam3 This mod is a great work btw.

SlavThatSquats commented 3 years ago

@saemideluxe Here's the mirror: http://ec2-50-18-182-188.us-west-1.compute.amazonaws.com:6080/arcgis/rest/services/

balaramsudip commented 3 years ago

So.... turns out http works just not https so if you replace https with http in the wri link it will hopefully work. http://gis-treecover.wri.org/arcgis/rest/services/ instead of https://gis-treecover.wri.org/arcgis/rest/services/

10:16:36.611 [10:16:36] [Server thread/ERROR] [terra121]: Failed to get tree cover data 4394 2197 : java.io.IOException: Server returned HTTP response code: 500 for URL: http://gis-treecover.wri.org/arcgis/rest/services/TreeCover2000/ImageServer/exportImage?f=image&bbox=-0.021759999999972024,0.010879999999986012,0.019200000000012096,-0.03008000000001232&imageSR=4152&bboxSR=4152&format=tiff&adjustAspectRatio=false&&interpolation=RSP_CubicConvolution&size=256,256 10:16:36.612 [10:16:36] [Server thread/ERROR] [terra121]: Failed too many times, trees will not spawn.

Mr-Smarty commented 3 years ago

Hey! Anyone have an update on this issue? It's been a few months and the problem hasn't changed 😅

Mr-Smarty commented 3 years ago

Nevermind... just saw the latest release

RudeYeti commented 3 years ago

The latest release should fix it all.