hitrov/oci-arm-host-capacity

Parsing error at dotenv file.

elterrasense opened this issue · 5 comments

Hello, I was trying to run this script with all setup, but when I tried to execute it i get the following error:

WindowsTerminal_155922_25012022

Looks like an error parsing the .pem file somehow. I cloned the git less than a week ago so I don't think it's outdated. Any help?

By the way, as an important side note, I used Firefox on Windows for the process of copying the curl for the instance, and the error you have to copy is different, it's a 500 error that looks like this, also on the Network tab:
firefox_160242_25012022

Thanks!

Hey. Looks like it works a bit different on Windows, I don’t have a PC to check. Suggest you to upload inside the Object Storage and “create pre-authenticated request URL” as I mentioned in the README. Or use WSL. If I’ll reach Windows PC someday, I’ll definitely check, thanks for reporting this

Sure you double quoted the path inside .env?

Tested using the pre-authenticated request URL on buckets, unfortunately I am now getting a different type of error:

image

Sure you double quoted the path inside .env?

Yes, both the path to the .pem file and the public key string.

That’s common error on fresh dev env in Windows, just Google it

Alright I got it all working!

That’s common error on fresh dev env in Windows, just Google it

Indeed, thanks for your time!