stopipv / isdi

ISDi (IPV Spyware Discovery) tool for Android and iOS.
MIT License
175 stars 43 forks source link

I can't find the blocklist file: 'static_data/app-flags.csv~test'. #28

Closed willemkuijpers closed 2 years ago

willemkuijpers commented 2 years ago

I can't find the blocklist file: 'static_data/app-flags.csv~test'.

willemkuijpers commented 2 years ago

can been closed

lanamorgan commented 2 years ago

This happens when isdi is run in test mode--when I got this error, I had to manually copy the app-flags.csv to a file called app-flags.csv~test. Not sure if there's another way to run this in test mode to ensure the correct file is created automatically or if we should have a permanent fix for it.

rchatterjee commented 2 years ago

You can create a symlink: ln -s ./data/app-flags.csv ./data/app-flags.csv~test.

On Thu, Mar 3, 2022 at 3:35 PM lanamorgan @.***> wrote:

This happens when isdi is run in test mode--when I got this error, I had to manually copy the app-flags.csv to a file called app-flags.csv~test. Not sure if there's another way to run this in test mode to ensure the correct file is created automatically or if we should have a permanent fix for it.

— Reply to this email directly, view it on GitHub https://github.com/stopipv/isdi/issues/28#issuecomment-1058516939, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACCEW465Y5KSBPAPON4MSLU6EWDHANCNFSM5P2BW42A . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you are subscribed to this thread.Message ID: @.***>

lanamorgan commented 2 years ago

Ah yeah, apologies if my prior comment is unclear--I'm aware of how to fix it locally, but we should probably push a commit that fixes it so it runs out of the box (adding the symlink command to a script or less cleanly duplicating the file) or update the instructions for running in test mode to make it clear.

On Thu, Mar 3, 2022 at 5:56 PM Rahul Chatterjee @.***> wrote:

You can create a symlink: ln -s ./data/app-flags.csv ./data/app-flags.csv~test.

On Thu, Mar 3, 2022 at 3:35 PM lanamorgan @.***> wrote:

This happens when isdi is run in test mode--when I got this error, I had to manually copy the app-flags.csv to a file called app-flags.csv~test. Not sure if there's another way to run this in test mode to ensure the correct file is created automatically or if we should have a permanent fix for it.

— Reply to this email directly, view it on GitHub https://github.com/stopipv/isdi/issues/28#issuecomment-1058516939, or unsubscribe < https://github.com/notifications/unsubscribe-auth/AACCEW465Y5KSBPAPON4MSLU6EWDHANCNFSM5P2BW42A

. Triage notifications on the go with GitHub Mobile for iOS < https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675

or Android < https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub .

You are receiving this because you are subscribed to this thread.Message ID: @.***>

— Reply to this email directly, view it on GitHub https://github.com/stopipv/isdi/issues/28#issuecomment-1058603795, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABFFWI3ZJGYISHXYEWKATILU6E7QLANCNFSM5P2BW42A . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you commented.Message ID: @.***>

lanamorgan commented 2 years ago

Closing because addressed in issue #31