I don’t understand why this pops up or what part of the blueprint is messing up, it doesn’t specify where it’s located
I am fairly new to unreal engine, and I have a deadline to get this done. TravelFailure: ClientTravelFailure, Reason for Failure: ‘Invalid URL: /Game/FirstPersonBP/Maps/FirstPersonExampleMap’. Shutting down PIE. Keeps popping up whenever I try to play my level. How can I get my level working without an error and into my “Save the Animals” level instead of the first person starter level.
Probably you renamed the map but forgot to update your Open Level references.
Look into this other thread. It contains possible solutions to your issue:
0
It did not work the level name has not changed, but the error is still happening, and I have no idea what is wrong with my coding. The URL has apparently been named this the whole time but does not work. I am just trying to create a main menu and a killzone if they fall off. I have copied step by step tutorials, using my projects name, is there anything else that can help?
Few ideas:
-
Clean your project (delete Intermediate, Saved, Build folder - make a full backup first) and see if it helps.
-
Start with a brand new project and migrate your old project assets to it (Migrate… function).
when you press the play button are you trying to open the save the animals level or the firstperson level? seeing your blueprint would help. also if your loading into the firstperson level have you moved or deleted the level? that error looks like the level cant be found like its been moved to a different folder. i would also check your maps settings in the project settings to make sure those are correct
It still hasn’t worked
Can you show something about your project, like the levels in the browser and the code that tries to open the new level?