Metaplex V2 CandyMachine failed to mint - solana

I upload my assets to arweave successfully and and also verify the upload successfully. My candymachine has been initialised and already gone live but I can't mint through terminal. I get the following error:
https://i.stack.imgur.com/Uo7DX.png
Can someone please help.

Related

Error: Could not determine active Firebase project directory in firebase while switching account with firebase login:use

I used Firebase CLI to create a new firebase project for my flutter app. now, my client wants to use another email with it's own firebase project. That project already has the datas (production data) that I need. However after doing firebase login:add I have added both the emails, now when I do firebase login:use , I'm getting
Error: Could not determine active Firebase project directory
Having trouble? Try firebase [command] --help
in my cli. I hope my question was clear. thank you for reading this far.
Use this command: firebase login --reauth
It generates a link on the terminal which redirects you to Google Sign In on the web, where you can choose an new account to log in with.

Laravel Srmklive paypal certificate issue

I am using srmklive paypal package in one of my laravel project and it is working on my localhost but when i upload the same project and run composer update it gies me below error.
Can someone please tell what is this error it is asking me certificate but i do not know where i can get this certificate if any one know how to solve this issue please let me know i have looked in to the sandbox paypal dashboard but i do not see any option to get the certificate.

"Failed to load owners" error in Xcode using GitHub

I am just starting out trying to connect Xcode to Github. I keep getting this peculiar error, saying "Failed to load owners" whenever I try to create a remote repository from within Xcode under the Source Control Manager. See the error here
If I ignore the warning, the upload then fails with this error.
I cannot seem to find anything online regarding this, and I cannot for the world notice anything being wrong with my GitHub account. The account itself is also accepted by Xcode (successfully added under the Accounts pane in Preferences).
Any help will be greatly appreciated.
In your GitHub account, when you are creating a personal access token to connect your Xcode to GitHub, you have to check off repo, write:packages, and read:packages.
Shown by the image here: https://i.stack.imgur.com/NUiiC.png
Then, you should be able to create the repo without any problems! Hope this helped.
I deleted my GitHub-Profile in the XCode Preferences and setted up again. After that it worked smoothly.
After having had a chat with a kind representative from GitHub Developer Support, it seems like it in my case had to do with my old username and password credentials that was saved on my machine. I quote:
Sometimes applications can use these old credentials, even if you
replace it with the personal access token.
Credentials for git authentication are stored in the Keychain App, and
git passes these onto GitHub when pushing changes to a Repository.
I'd suggest checking in the Keychain App for any records with the name
GitHub.
If they exist, delete those and try the push again.
Git should ask you to enter your username and password and once you
re-enter them, the correct credentials should be stored in your
Keychain app for future use.
So there you have it. This in fact solved my problem. It could also have had something to do with the personal access token that might not be set up with the proper permissions. If you have the same problem as I had you could also check out the scopes on your personal access token to verify it has access to everything you need. Step 7 on the help guide below has a screenshot of what that looks like:
https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line
For anyone who's looking for another way. What happened to me is that my personal access token expired, and I needed to generate a new one in Github / setting/ developer/ access token. After I generated a new one, I logged out of Github via Xcode, Logged back in and put in my new access code and cleared the issue!

You do not have sufficient permissions to view this page HomeGraph API

I have had access to this page for a while now. Yesterday for test I had to disable the HomeGraph API and now it is no longer available and does not even show up while searching in the api library
And when I try to access this link HomeGraph API Details I get "You do not have sufficient permissions to view this page. " error
Image to the error
Any one encountered this before?
I have tried logging out of all my devices
On top of this I starting getting the below while executing gactions -verbose test
Reading credentials from: creds.data
ERROR: Failed to test the app for the Assistant
ERROR: Internal error encountered.
2018/01/06 21:31:52 Server did not return HTTP 200
gaction update works just fine.
I just followed Creating a Smart Home App docs and went straight to Request Sync. Followed the instructions and created a new project. I made sure I was "Owner" of the project, and had no problem enabling the Home Graph API:
And here's Home Graph API being enabled:

Error while deploying Laravel app on google cloud

I get an error while deploying my laravel project on google cloud app engine.
This is the error:
ERROR: (gcloud.app.deploy) Error Response: [7] The user "service-account-email" must have permission to read the image at us.gcr.io/"my project name"/appengine/default.20170907t141350:latest
I have also created service account and also give editor's role, even tried to repair using
https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps/repair
and gave permission to create instances.
But I still keep getting this error
Anyone help me please?
Thanks

Resources