-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Graphene Testing: Error when running makeairdropfile command #187
Comments
I can confirm getting the same error when running makeairdropfile on the cli-wallet:
OS: Ubuntu 20.04 Best regards |
Same issue here, different error (mac osx 11.5 - Phore 1.7.1): |
Running the following command in the console of the TEST release of v.1.7.1 (v1.7.1-rc4) results in an error and no file is created as expected: makeairdropfile "my_bsc_address_here" 1 "airdrop.txt" The error returned is: regex_error (code -1) |
We'll investigate. For those experiencing the issue, please make sure your BSC address is correct, and I'd suggest at least trying the filename without the quotes just to see if that helps (it may not). |
Ok thanks. We'll look into it. |
Same here . |
Please give this new build a try and let me know if it resolves the issue for you: https://github.com/phoreproject/Phore/releases/tag/v1.7.1-rc5 |
Yes nothing changes |
For me, the airdrop file is now successfully created with the new build. |
Okay! Thanks |
I used the updated build that was dropped. When I ran the first makeairdrop file, it was successful but no out put. The myusername command also brought error as output. I would like the team to fix this and give an indepth explanation and guidelines precept by precept on how to complete this without error. I would also like to have the discord or telegram handle for Graphene |
If the makeairdropfile command is successful, it would not give you any output in the debug console. It should create a file in the location you provided. If you are referring to output in the debug console then that is the expected behavior for a successful file generation.
I'm not familiar with the "myusername command". Would you please provide more context around this?
Here's a link to the Graphene Discord: https://discord.gg/P93uSjGugA There will be a Graphene Telegram but it has not been launched yet. |
Hi, I've downloaded Phore Core 1.7.1 rc5 for osx Catalina Pasted this phrase in de debug console of Phore Core wallet: I get this response: What i'm doing wrong? Kind regards |
Running the following command in the console of the TEST release of v.1.7.1 (v1.7.1-rc4) results in an error and no file is created as expected:
makeairdropfile "my_bsc_address_here" 1 "airdrop.txt"
The error returned is:
regex_error (code -1)
A screenshot is attached.
This is happening with the GUI and the CLI wallets (CLI error:
error: {"code":-1,"message":"regex_error"}
)I am using a newly downloaded copy of the TEST release of v1.7.1 of the Phore Core wallet (v1.7.1-rc4, expanded from phore-1.7.1-win64.zip).
The text was updated successfully, but these errors were encountered: