PteroPackages / Eyrie

Pterodactyl Module Manager (addons and themes)
MIT License
7 stars 0 forks source link

Problem after run command (make) #4

Open mrc4tt opened 1 year ago

mrc4tt commented 1 year ago

Hi.

I got problems with running the command make

rystal build src/eyrie.cr -o bin/eyrie -p --release
Showing last frame. Use --error-trace for full trace.

In src/eyrie.cr:3:1

 3 | require "cli"
     ^
Error: can't find file 'cli'

If you're trying to require a shard:
- Did you remember to run `shards install`?
- Did you make sure you're running the compiler in the same directory as your shard.yml?

I'm using Ubuntu 22.04 & Pterodactyl v1.11.3

mrc4tt commented 1 year ago

@devnote-dev - sorry for tagging.

Could you let me know if you are planning to update this? ^

devnote-dev commented 1 year ago

No worries, unfortunately the issue is bigger than this. The internal file operations used in Eyrie are no longer valid, so even if you were able to build it, the application wouldn't work as expected.

For now I have no plans to work on Eyrie because it wasn't well received within the Pterodactyl modding community. One of the big issues with Eyrie is that it only works for public projects, you wouldn't be able to use it for private addons/themes because there is no concept of an authentication system. I'm open to discussing workarounds for this, and maybe a solution can be found for Eyrie.