-
Active Member
Originally Posted by
muoibeo
yeah i put full path, just post shorten path in forum. And my worker work just fine for 2 hours, catching rare poke by hands atm. 2 worker now at 270% already
do you see found location count? if you see that means your database works fine
i just did another update maybe it was about parsing double string
re download it
if not working still go step by step after Logger.Write("Location found count " + vrList.Count, LogLevel.Self, ConsoleColor.DarkGray); line and tell us what did you figure out 
for step by step moving first click f9 to add a debug stop that line
than click f11 to go forward
-
Member
Ok, I changed the new SQLiteConnection(@"Data Source=C:\Python27\db.sqlite;Version=3;"); by new SQLiteConnection(@"Data Source=sqlite:///db.sqlite;");
Now I have this :
You can translate the first line by : the path`s format is not recognized
-
Member
Monster can you help me after you're done
-
Active Member
Originally Posted by
redsector
any solution for this ?
Could not resolve mscorlib for target framework '.NETFramework,Version=v4.5'. This can happen if the target framework is not installed or if the framework moniker is incorrectly formatted.
wont open settings for me 
you have to use visual studio 2015
i suggest community edition which is free
-
Active Member
Originally Posted by
yrul
Ok, I changed the new SQLiteConnection(@"Data Source=C:\Python27\db.sqlite;Version=3;"); by new SQLiteConnection(@"Data Source=sqlite:///db.sqlite;");
Now I have this :
http://puu.sh/qeapP/dffdd24122.png You can translate the first line by : the path`s format is not recognized
where did you install your db file
your new connection is also invalid
find out in which folder you have db
-
Elite User
Originally Posted by
MonsterMMORPG
ok i guess it is about localization
just did another update redownload
your case correctly connects database since it founds locations

Still the same
(you can see that it increases the locations over time though)
-
Post Thanks / Like - 2 Thanks
-
Member
stupid question about python
I have installed python and have folder for bot on desktop but after I open command window in folder of bot and type first command it gives me this
'pip' is not recognized as an internal or external command,
operable program or batch file.
how do I link the python folder to be read all over ??
-
Member
i got that fixed thanks
where can i specify the db?
-
Active Member
Originally Posted by
godwisper
stupid question about python

I have installed python and have folder for bot on desktop but after I open command window in folder of bot and type first command it gives me this
'pip' is not recognized as an internal or external command,
operable program or batch file.
how do I link the python folder to be read all over ??
actually i also didnt solve it
so i have copy pasted entire miner into python installed folder :d
-
Active Member
Originally Posted by
Crazyhead
Still the same

(you can see that it increases the locations over time though)

do you have teamviewer? i can check if you want
or else you have to go and see step by step what happens after printed location found count
i think u can solve easily
-
Member
Oh I am stupid, it was using the db file inside poke miner folder.
So now :
-
Member
[21:47:59] (SELF) Error SQL logic error or missing database
no such table: sightings
thats the error i am getting i guess i missed where to connect to the db
-
Active Member
Originally Posted by
yrul
Oh I am stupid, it was using the db file inside poke miner folder.
So now :

yep you have the same error
any chance i can check by teamviewer?
-
Active Member
Originally Posted by
redsector
[21:47:59] (SELF) Error SQL logic error or missing database
no such table: sightings
thats the error i am getting i guess i missed where to connect to the db
that is correct
find the db installed folder
-
Member
@redsector I think you had the same issue as me.
inside the Logic.cs : new SQLiteConnection(@"Data Source=C:\path_to_your_pokemonMiner\db.sqlite;Version=3;");
-
Post Thanks / Like - 1 Thanks
uagain (1 members gave Thanks to yrul for this useful post)