packages
packages copied to clipboard
There was no response when building
Hello developer, when everything is set up, you click build, but there has been no response, and there has been no response for a long time
Mac version: 11.1
Mac configuration: MacBook Pro (15-inch, 2018) / 2.2 GHz 6 Intel Core i7 / 16 GB 2400 MHz DDR4 / Radeon Pro 555X 4 GB
I'm really worried, but I'm not sure what caused no response. Today, I re installed the MAC system. After the re installation, I conducted a test and succeeded. However, when I built it again, it still had no response, And then there was no success. @packagesdev
Do note that the response may be delayed, they're not the most active on github
I'm really worried, but I'm not sure what caused no response. Today, I re installed the MAC system. After the re installation, I conducted a test and succeeded. However, when I built it again, it still had no response, And then there was no success. @packagesdev
I also have this problem. Have you solved it?
This looks like an issue whose origin is difficult to track. This might be related to the launchd daemon having been disabled for instance.
For the record, contacting me via [email protected] is better if you're reporting an issue that blocks you because I don't check the github issues page on a regular basis.
Offtopic but:
For the record, contacting me via [email protected] is better if you're reporting an issue that blocks you because I don't check the github issues page on a regular basis.
You could set up github notifications to be sent to that address. :thinking:
I will look into this notification thing.
Regarding the issue, it's quite possible that the launchd plist for Packages has been disabled.
Running the following command in Terminal.app may solve the issue:
/usr/bin/sudo /bin/launchctl load -w /Library/LaunchDaemons/fr.whitebox.packages.build.dispatcher.plist
I will look into this notification thing.
Regarding the issue, it's quite possible that the launchd plist for Packages has been disabled.
Running the following command in Terminal.app may solve the issue:
/usr/bin/sudo /bin/launchctl load -w /Library/LaunchDaemons/fr.whitebox.packages.build.dispatcher.plist
I also have this problem. I tried this method, but it didn't work
I will look into this notification thing. Regarding the issue, it's quite possible that the launchd plist for Packages has been disabled. Running the following command in Terminal.app may solve the issue: /usr/bin/sudo /bin/launchctl load -w /Library/LaunchDaemons/fr.whitebox.packages.build.dispatcher.plist
I also have this problem. I tried this method, but it didn't work
I successfully solved the problem. I restarted the computer and rerun the command: sudo launchctl load -w /Library/LaunchDaemons/fr.whitebox.packages.build.dispatcher.plist
Perfect solution to my problem.