mirror of
https://github.com/alpkeskin/mosint.git
synced 2026-04-26 11:35:51 +03:00
[GH-ISSUE #62] open /root/mosint-config.json: no such file or directory #53
Labels
No labels
bug
duplicate
enhancement
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/mosint#53
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Aboudertyu on GitHub (Jan 23, 2023).
Original GitHub issue: https://github.com/alpkeskin/mosint/issues/62
When i run the command go run main. Go and email Reply to me
open /root/mosint-config.json: no such file or directory
@DeveloperBlue commented on GitHub (Jan 24, 2023):
I ran into the same issue on both Windows and on another attempt using WSL.
My workaround was just to create a
mosint-config.jsonfile in the expected location, and filled it with this data:@Aboudertyu commented on GitHub (Jan 24, 2023):
thank you The best programmer
@naheenwaqas789 commented on GitHub (Apr 22, 2023):
open /root/mosint-config.json: no such file or directory
exit status
How to solve this,plz guide??
@RokeJulianLockhart commented on GitHub (May 22, 2023):
@naheenwaqas789, https://github.com/alpkeskin/mosint/issues/62#issuecomment-1401750287:
@RokeJulianLockhart commented on GitHub (May 22, 2023):
1st Question
Issue
@DeveloperBlue, where is the “expected location”? I ask because
doesn't work:
Solution
The expected location is
I should have read my own logs.
https://github.com/alpkeskin/mosint/issues/62#issuecomment-1557416366
2nd Question
Issue
@DeveloperBlue, https://github.com/alpkeskin/mosint/issues/43#issuecomment-1557481567. Think that that's relevant to your config template, or a separate issue?
Resolution
https://github.com/alpkeskin/mosint/issues/43
@alpkeskin commented on GitHub (Sep 19, 2023):
Bugs have been fixed in the new version (v3.0.0). Ensure the config file is configured correctly for Mosint to work properly.
@nathaliejennings commented on GitHub (Oct 23, 2023):
Hi! I'm new to programming so I don't know much... How do I config file
@RokeJulianLockhart commented on GitHub (Oct 24, 2023):
@nathaliejennings,
github.com/alpkeskin/mosint@dd331ba3df/README.md (configuration-file)should inform you.@ElSombreritoo commented on GitHub (Dec 15, 2023):
hi guys i'm having an issue, it says "package mosint: no Go files in /usr/lib/go-1.21/src/mosint" when i try to execute the program, can someone give me a hand ? Idk what i did wrong
@RokeJulianLockhart commented on GitHub (Dec 15, 2023):
@ElSombreritoo, isn't that a different issue?
@JPR300 commented on GitHub (May 1, 2024):
It really isn't clear how you set the config file to neewbies. Can someone please explain exactly what you have to type to get this to work?
@RokeJulianLockhart commented on GitHub (May 1, 2024):
@JPR300, does https://github.com/alpkeskin/mosint/issues/62#issuecomment-1401750287 not work? Regardless, https://github.com/alpkeskin/mosint/issues/81#issuecomment-1823555422 might be useful too.