View unanswered posts | View active topics It is currently Sat Apr 27, 2024 3:02 pm



Post new topic Reply to topic  [ 19 posts ]  Go to page Previous  1, 2
 Can't get it to load. 
Author Message

Joined: Fri Jan 29, 2010 11:48 pm
Posts: 4
Post Re: Can't get it to load.
thanks again all. ive since had to spend the time and put all my images on photobucket, not a big deal really.

i guess to simplify what my train of thought was...

if OpenRPG goes to location A and loads image x.jpg why cant it go to location B and load image x.jpg. im obviously not computer savey enough to answer that question. but to me if it can go to one location (webpage/computer hardrive/internal server/etc) and get images, i dont see why it cant go to another location and add it.

its been explained, i just need to read about the procedure and find the missing link on why it works one way and not the other. websights host the image and it works fine, so if my computer hosts the image, it should work fine too...in common sense theory heh (without having to eat some cherry pie :))


Fri Feb 05, 2010 4:07 pm
Profile
User avatar

Joined: Wed Dec 09, 2009 9:39 pm
Posts: 712
Post Re: Can't get it to load.
I will tell you why. It is a security measure. The CherryPy plugin opens a folder to the internet. The folder is pretty much wide open and anyone can read the data from that folder if they know your IP, Port, and the data they are looking for. If CherryPy opened your entire HD to the internet in this manner you would have a serious security problem.

_________________
I ate your Death Knell.
The Traipse Movement
Please show your support for Traipse OpenRPG http://www.facebook.com/MadMathLabs
Send me Traipse OpenRPG Ideas, Bugs, Complaints, Praises here: https://getsatisfaction.com/mml


Fri Feb 05, 2010 4:26 pm
Profile YIM WWW

Joined: Thu Dec 10, 2009 6:37 am
Posts: 335
Post Re: Can't get it to load.
Yep.
Otherwise you could just say the location was webpage/../../../hardrive/internal server/etc
The code has to go out of its way to STOP that sort of thing or you'd be wide open.


Fri Feb 05, 2010 5:24 pm
Profile

Joined: Thu Dec 10, 2009 4:16 pm
Posts: 89
Post Re: Can't get it to load.
Actually the oenrpg map never accesses your hard drive for the image.

When you use browse and add an image your really sending that image to the temp image server that is hosted at a website ( http://openrpg.digitalxero.net ) you then get a direct link back and that goes to the map and the map uses that from then on whenever it needs that image.

It's sort of a quick version of what you just did to host your images.

There is a limit to the amount of images that can be hosted this way since everyone who is using openrpg and adding images that way would soon add up to a lot of memory. So the system has a limit and it drops older images first freeing up space for newer images.

At least this is my understanding of it.


Fri Feb 05, 2010 11:10 pm
Profile
User avatar

Joined: Wed Dec 09, 2009 9:39 pm
Posts: 712
Post Re: Can't get it to load.
If you are using Remote in your settings, yes Paul but not when you are using Local in your settings.

_________________
I ate your Death Knell.
The Traipse Movement
Please show your support for Traipse OpenRPG http://www.facebook.com/MadMathLabs
Send me Traipse OpenRPG Ideas, Bugs, Complaints, Praises here: https://getsatisfaction.com/mml


Sat Feb 06, 2010 12:20 am
Profile YIM WWW

Joined: Thu Dec 10, 2009 4:16 pm
Posts: 89
Post Re: Can't get it to load.
looking at his original post it was obvious that he was set to remote.

Honestly I had forgotten that you can even set this to local.


Sat Feb 06, 2010 2:37 am
Profile
User avatar

Joined: Wed Dec 09, 2009 9:39 pm
Posts: 712
Post Re: Can't get it to load.
Not in this post.

crusifix wrote:
thanks again all. ive since had to spend the time and put all my images on photobucket, not a big deal really.

i guess to simplify what my train of thought was...

if OpenRPG goes to location A and loads image x.jpg why cant it go to location B and load image x.jpg. im obviously not computer savey enough to answer that question. but to me if it can go to one location (webpage/computer hardrive/internal server/etc) and get images, i dont see why it cant go to another location and add it.

its been explained, i just need to read about the procedure and find the missing link on why it works one way and not the other. websights host the image and it works fine, so if my computer hosts the image, it should work fine too...in common sense theory heh (without having to eat some cherry pie :))

_________________
I ate your Death Knell.
The Traipse Movement
Please show your support for Traipse OpenRPG http://www.facebook.com/MadMathLabs
Send me Traipse OpenRPG Ideas, Bugs, Complaints, Praises here: https://getsatisfaction.com/mml


Sat Feb 06, 2010 2:53 am
Profile YIM WWW

Joined: Thu Dec 10, 2009 4:16 pm
Posts: 89
Post Re: Can't get it to load.
This would be the post that I was referencing. You can tell from the image address that it is remote ( which I believe is the default setting so most users would be using that )

crusifix wrote:
im having problems getting my images from my Tree nodes to load. I get the green "fetching" avatar instead of what was there before. This was after spending a week implimenting new nodes and saving them as different tree sets. Then all of a sudden my tree's will not load and i get this error message on load up

Rooting OpenRPG at: C:/Program Files/OpenRPG/updater
Rooting OpenRPG at: C:/Program Files/OpenRPG
Logger Started
Reading Gametree file: C:\Documents and Settings\Christopher\Desktop\Nodes\Spide
r Tree.xml...
done.
Parsing Gametree Nodes
.Image refused to load or URI did not reference a valid image: http://openrpg.di
gitalxero.net/imgupload/index.php?load=true&imgId=414&imgName=/blackwidow4.jpg
.Image refused to load or URI did not reference a valid image: http://openrpg.d
igitalxero.net/imgupload/index.php?load=true&imgId=418&imgName=/TinyOrangeVietna
meseSpider.jpg
.Image refused to load or URI did not reference a valid image: http://openrpg.d
igitalxero.net/imgupload/index.php?load=true&imgId=419&imgName=/mouse-spider.jpg

.Image refused to load or URI did not reference a valid image: http://openrpg.d
igitalxero.net/imgupload/index.php?load=true&imgId=421&imgName=/tarantula+red.jp
g
done
Traceback (most recent call last):
File "C:\Program Files\OpenRPG\orpg\mapper\map.py", line 734, in takexml
self.layers[name].layerTakeDOM(c)
File "C:\Program Files\OpenRPG\orpg\mapper\miniatures.py", line 650, in layerT
akeDOM
(imgtype,j) = mimetypes.guess_type(filename[1])
NameError: global name 'mimetypes' is not defined

Image refused to load or URI did not reference a valid image: http://openrpg.dig
italxero.net/imgupload/index.php?load=true&imgId=414&imgName=/blackwidow4.jpg


i didnt change a thing, just worked all week long, then when i was about to start my online session with my group..poof it was gone. I even used these nodes to test run with 3 of my players at 3 different times each, and it worked fine. Any info on this would be prime and appreciated. Thank you


Sat Feb 06, 2010 4:19 pm
Profile

Joined: Thu Dec 10, 2009 6:37 am
Posts: 335
Post Re: Can't get it to load.
So... wait can't you load the old cherrypy plugin without switching local/remote about like you always used to be able?


Mon Feb 08, 2010 11:34 pm
Profile
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 19 posts ]  Go to page Previous  1, 2


Who is online

Users browsing this forum: No registered users and 150 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by Vjacheslav Trushkin for Free Forums/DivisionCore.