Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content
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

Can't run fbs release #170

Open
KiFi85 opened this issue Jan 23, 2020 · 15 comments
Open

Can't run fbs release #170

KiFi85 opened this issue Jan 23, 2020 · 15 comments

Comments

@KiFi85
Copy link

KiFi85 commented Jan 23, 2020

OS==Windows 10 Home.
Python==3.6.7
fbs==0.8,4
PyInstaller==3.4
PyQt5==5.9.2

I've frozen my app and everything works. I ran pip install fbs[upload] and registered an fbs account. When I run fbs release it tells me that:

GPG key for code signing is not configured. You might want to either 1) run `fbs gengpgkey` or 2) set "gpg_key" and "gpg_pass" in src/build/settings/.

When I try 1 (after installing Docker and adding to PATH) it can't find it. So I generated a gpg key and password using Kleopatra and performed 2)

Now it tells me:
This command is not supported on this platform.

I've read and re-read the manual but I'm getting error messages I don't know how to deal with

@bitmorse
Copy link

bitmorse commented Aug 18, 2020

I am getting this same error message on Python 3.7.7 on Mac OS 10.15.6 (Catalina).
The same error appears on Python 3.6.

@proftc
Copy link

proftc commented Jul 26, 2021

I have the same issue with fbs pro 1.0.0 on Mac OS 10.14.6 Mojave with Python 3.7.7

@mherrmann
Copy link
Owner

mherrmann commented Jul 26, 2021

I'm sorry but I can't reproduce the issue. I tried on several macOS and Python versions. The latest was with macOS Catalina and Python 3.7.

Firstly, nobody on Windows or Mac should get the messages GPG key not configured or This command is not supported. These messages should only appear on Linux.

To anybody interested in a fix, can you please provide me with the exact steps you can use to reproduce the issue? Ideally, you would send a list of fbs commands, such as:

fbs startproject
fbs login
fbs release

As well as the associated output.

@proftc
Copy link

proftc commented Jul 27, 2021 via email

@mherrmann
Copy link
Owner

Sorry, there is no output attached. Please post it to GitHub instead of replying to the email.

Further, I won't have time to read through long histories of output. The only thing I can use to fix the problem is a clear and minimal set of steps that can be used to reproduce the issue. As I wrote above, I expect this to be of the form

fbs startproject
fbs login
fbs release

I need an example without any custom code. Just the bare-bones app you get from fbs startproject.

@proftc
Copy link

proftc commented Jul 27, 2021 via email

@proftc
Copy link

proftc commented Jul 28, 2021 via email

@mherrmann
Copy link
Owner

Thanks. It's a cryptic message but the 401 means that you didn't enter the correct user name / password.

@proftc
Copy link

proftc commented Jul 28, 2021 via email

@mherrmann
Copy link
Owner

I don't know why that would be, sorry. I would try restarting the computer.

@proftc
Copy link

proftc commented Jul 28, 2021 via email

@mherrmann
Copy link
Owner

mherrmann commented Jul 28, 2021

I would again ask for the output including fbs startproject. Your output starts at fbs login.

I would also be interested in the fbs version you are using here. Are you using the latest version of fbs? What does pip freeze say?

Finally, what do you get when you type the following into the command prompt where you had fbs:

python
>>> from fbs_runtime.platform import linux_distribution
>>> linux_distribution()

@proftc
Copy link

proftc commented Jul 29, 2021 via email

@mherrmann
Copy link
Owner

I have a hunch that the problem was resolved in fbs 0.9.4. Does the problem persist when you use the latest version of fbs (0.9.8)?

@proftc
Copy link

proftc commented Jul 30, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants