-
-
Notifications
You must be signed in to change notification settings - Fork 66
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
Issue with client.apps being undefined #57
Comments
The MacOS build for Apple Silicon processors it's in an older version of |
@ceifa Ah! I see! Is there any way I can build the dist for it myself? I have a m1 Mac and don’t mind running a build for it and putting the dist in manually. You have some great work here. I can of course contribute it as well, if there’s an interest, but I don’t mind a manual process for myself. |
I've gone ahead and completed a build. I was able to figure it out. Pull request has been added if you'd like to include an updated build for macs. |
Thanks for it! Just released the version 0.0.26 for you. |
Hi there!
I'm currently running into an issue with trying to access the functions in client.apps. For some reason, it doesn't seem to include those functions when I print it out, nor when I try them. I just get a client.apps is undefined. Here is an example of what I am trying to do.
As you can see in the image below, I'm not seeing apps either in that list.
Here is the error:
Version: 0.0.25
OS: Mac
Any help here? I can't seem to find documentation on it, so I can't tell if it's a bug or if it's an issue on my end. I typically think it's an issue on my end. I kind of wonder if it's due to me being on a Mac. Maybe the dist for Mac wasn't built yet?
The text was updated successfully, but these errors were encountered: