FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login
    1. Home
    2. xan
    3. Best
    X
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 18
    • Best 5
    • Controversial 0
    • Groups 0

    Best posts made by xan

    • RE: Trying to install into docker, but getting permission error.

      Here is the full log if it helps.

      % Total % Received % Xferd Average Speed Time Time Time Current
      Dload Upload Total Spent Left Speed
      100 1585 100 1585 0 0 68913 0 --:--:-- --:--:-- --:--:-- 68913
      % Total % Received % Xferd Average Speed Time Time Time Current
      Dload Upload Total Spent Left Speed
      100 418 100 418 0 0 3834 0 --:--:-- --:--:-- --:--:-- 3834
      Traceback (most recent call last):
      File "/snap/docker/471/bin/docker-compose", line 11, in <module>
      load_entry_point('docker-compose==1.25.5', 'console_scripts', 'docker-compose')()
      File "/snap/docker/471/lib/python3.5/site-packages/compose/cli/main.py", line 72, in main
      command()
      File "/snap/docker/471/lib/python3.5/site-packages/compose/cli/main.py", line 125, in perform_command
      project = project_from_options('.', options)
      File "/snap/docker/471/lib/python3.5/site-packages/compose/cli/command.py", line 47, in project_from_options
      environment = Environment.from_env_file(override_dir or project_dir, environment_file)
      File "/snap/docker/471/lib/python3.5/site-packages/compose/config/environment.py", line 77, in from_env_file
      instance = _initialize()
      File "/snap/docker/471/lib/python3.5/site-packages/compose/config/environment.py", line 72, in _initialize
      return cls(env_vars_from_file(env_file_path))
      File "/snap/docker/471/lib/python3.5/site-packages/compose/config/environment.py", line 43, in env_vars_from_file
      with contextlib.closing(codecs.open(filename, 'r', 'utf-8-sig')) as fileobj:
      File "/snap/docker/471/usr/lib/python3.5/codecs.py", line 895, in open
      file = builtins.open(filename, mode, buffering)
      PermissionError: [Errno 13] Permission denied: './.env'

      posted in General Discussion
      X
      xan
    • RE: Problems logging in user through C# API call

      Yep, I wasn't assigning the values correctly for the service. All fixed!

      posted in Q&A
      X
      xan
    • RE: Trying to install into docker, but getting permission error.

      For anyone interested I got this running by one installing docker-compose from the actual docker tutorial on how to do it, and then giving docker permission to run commands as root. There is a tutorial on how to do it on. On top of those I moved it to a server with 2gb of ram, as I noticed a few out of memory errors when it was trying to start up.
      https://docs.docker.com/engine/install/linux-postinstall/

      posted in General Discussion
      X
      xan
    • RE: Problems logging in user through C# API call

      @dan

      @dan said in Problems logging in user through C# API call:

      e

      The ultimate help ended up being this
      https://github.com/FusionAuth/fusionauth-netcore-client/blob/master/fusionauth-netcore-client-test/fusionauth-netcore-client-test/test/io/fusionauth/FusionAuthClientTest.cs
      which went over each functionality which was nice. Otherwise comments of functions on the API would be nice as at points it is a bit unclear. Honestly this was the only problem I have faced so far(and it was just my fault in the end), and it has been an amazing tool.

      posted in Q&A
      X
      xan