dirkpetersen / froster

Froster is a user-friendly archiving tool for teams that move data between Posix file systems and S3 like object storage systems such as AWS Glacier
Apache License 2.0
16 stars 1 forks source link

Error message when installing Froster 0.14.1 #86

Closed dirkpetersen closed 3 months ago

dirkpetersen commented 3 months ago

@victormachadoperez on a new RHEL9 VM I get this:

curl -s https://raw.githubusercontent.com/dirkpetersen/froster/main/install.sh?$(date +%s) | bash

Uninstalling existing froster installation...
...froster uninstalled

Installing latest version of froster...
  Installing from PyPi package repository
...froster installed

Installing third-party dependency: pwalk...
    Downloading pwalk files
    Compiling pwalk
    Moving pwalk to froster's binaries folder
    Cleaning up pwalk installation files
...pwalk installed

Installing third-party dependency: rclone...
    Downloading rclone files
    Extracting rclone files
    Moving rclone to froster's binaries folder
    Cleaning up rclone installation files
...rclone installed

froster

froster.py
__init__
1483
code:

you

v0.14.1 has been successfully installed!

You will need to open a new terminal or refresh your current terminal session by running command:
  source ~/.bashrc

and then it does not allow me to finalize the config

froster config

Error
  File: froster.py
  Function: __init__
  Line: 1483
  Error code: 'ConfigManager' object has no attribute 'profile'

If you thing this is a bug, please report this to froster developers at: https://github.com/dirkpetersen/froster/issues

*****************************
*** FROSTER CONFIGURATION ***
*****************************

*** SET USER ***

[?] Enter your full name: Dirk Petersen

*** SET EMAIL ***

Error
  File: froster.py
  Function: match
  Line: 917
  Error code: expected string or bytes-like object

If you thing this is a bug, please report this to froster developers at: https://github.com/dirkpetersen/froster/issues
victormachadoperez commented 3 months ago

Solved in froster v0.14.9