Author Topic: MFP shut down  (Read 9790 times)

Tags:
  • All members
  • Posts: 163
MFP shut down
« on: 14 Oct 2013, 11:30 »
Hi, just logged on this morning and all loaded fine as normal, MFP then shut itself down twice, just checked the program log and have red error messages, API ERROR;INTERNAL ERROR;INTERNAL ERROR WHILE GETTING FUNDS AT BF....then the next error states Error while updating the account statement;API ERROR;NO SESSION... finally The program was shut down because of the need to repetitively log in to Betfair...

The same messages are appearing again on the 3rd restart, so I'm expecting it to go down again in a minute, is anyone else having this problem? I don't know if it's a MFP bug or an API glitch? Can't see anything on the Betfair website... ???

Hope someone can help,

Thanks.

  • Desenvolvedores de trigger
  • Posts: 919
  • Gender: Male
*
Re: MFP shut down
« Reply #1 on: 14 Oct 2013, 11:59 »
Hi friend

Yes, someting was wrong whith betfair today.

Have same problems and know more people whith same.

pcal72
Desenvolvedor de triggers oficial Market Feeder pro

Também faço:
Cursos sobre Market Feeder pro (gratuitos)
Triggers (gratuitos para sempre)

Para saber informações contacte-me!

NOTA: TESTE SEMPRE OS SEUS TRIGGERS ANTES DE OS USAR COM FUNDOS REAIS!

  • All members
  • Posts: 163
Re: MFP shut down
« Reply #2 on: 14 Oct 2013, 12:02 »
Thanks for the reply, glad it's not just me! I always get a bit 'twitchy' when the api starts playing up, it's cost me a lot of money before...

  • All members
  • Posts: 829
Re: MFP shut down
« Reply #3 on: 14 Oct 2013, 12:10 »
Yes same here for myself and another member from another posting.
Glad you are confirming our suspicions re a Betfair problem.
R
My grandma taught me not to run downstairs and never back odds on.

  • All members
  • Posts: 163
Re: MFP shut down
« Reply #4 on: 14 Oct 2013, 12:53 »
still playing up during live UK racing, just glad I'm at home today...  :(

  • All members
  • Posts: 163
Re: MFP shut down
« Reply #5 on: 14 Oct 2013, 13:38 »
I am getting a MFP pop up message giving me 60 seconds to answer "no" to closing MFP  down due to this api error, how can I switch this off, as I am constantly having to watch it, so it doesn't close down mid trade... >:(

  • All members
  • Posts: 829
Re: MFP shut down
« Reply #6 on: 14 Oct 2013, 15:27 »
All is good now.
The downtime was between  5.45am to 2.43pm UK time
R
My grandma taught me not to run downstairs and never back odds on.

  • All members
  • Posts: 163
Re: MFP shut down
« Reply #7 on: 14 Oct 2013, 16:02 »
Thanks Racepro... :)

  • All members
  • Posts: 365
Re: MFP shut down
« Reply #8 on: 14 Oct 2013, 16:15 »
....my MFP-application had shut down to!

  • Nerd
  • Élite
  • Posts: 462
  • Gender: Male
  • I think I could be on to something here!
*
Re: MFP shut down
« Reply #9 on: 15 Oct 2013, 21:39 »
First .. get encrtyptd login details

second create a short with encrypted login details. You can hide it in a hidden folder if there are other users. Mine is on the desktop (VPS).

next create a .bat file and add the code below (if using a hidden folder you can also put the .bat file in there)


Code: [Select]
TASKKILL /F /T /FI "STATUS eq NOT RESPONDING"

tasklist /FI "IMAGENAME eq feeder7.exe" 2>NUL | find /I /N "feeder7.exe">NUL
IF "%ERRORLEVEL%"=="0" echo Programm is running

IF NOT "%ERRORLEVEL%"=="0" start "" "C:\Users\Administrator\Desktop\feeder7.lnk"

you can then schedule the .bat file to be run by windows every x minutes
Fortune favors the brave!

  • All members
  • Posts: 365
Re: MFP shut down
« Reply #10 on: 16 Oct 2013, 03:57 »
Hi 1oser,

God Idea to handle this kind of situation! I will definitely make that bat-file.

I see that you are using a VPS, I am looking for that kind of service, but the one I tested had US-ip (which not working as all know) so I still running my computer from home.

  • Nerd
  • Élite
  • Posts: 462
  • Gender: Male
  • I think I could be on to something here!
*
Re: MFP shut down
« Reply #11 on: 16 Oct 2013, 09:46 »
You can always use hidemayass $10 a month.

or get a UK based one .. especially when running in play triggers .. the difference is huge.
Fortune favors the brave!

  • All members
  • Posts: 141
Re: MFP shut down
« Reply #12 on: 05 Dec 2013, 08:55 »
Hi 1oser,

Almost every night I leave MFP running to test a trigger on the AUS/USA markets to find in the morning MFP has either logged out or crashed! I'm 99.9% sure there isn't an error with my trigger, it's so simple and works on the UK markets all day with no problems.

Please could you explain this a little further:

First .. get encrtyptd login details

How do I get these? I know my username and password, but how do I get them encrypted?

second create a short with encrypted login details. You can hide it in a hidden folder if there are other users. Mine is on the desktop (VPS).

next create a .bat file and add the code below (if using a hidden folder you can also put the .bat file in there)

Code: [Select]
TASKKILL /F /T /FI "STATUS eq NOT RESPONDING"

tasklist /FI "IMAGENAME eq feeder7.exe" 2>NUL | find /I /N "feeder7.exe">NUL
IF "%ERRORLEVEL%"=="0" echo Programm is running

IF NOT "%ERRORLEVEL%"=="0" start "" "C:\Users\Administrator\Desktop\feeder7.lnk"

you can then schedule the .bat file to be run by windows every x minutes

I guess the .bat automatically knows where to find feeder7.exe and the encrypted login details are in the .lnk file?

Thanks,

Whitey
Yeah! :p

  • Élite
  • Posts: 3698
  • Gender: Male
*
Re: MFP shut down
« Reply #13 on: 05 Dec 2013, 09:12 »
hi
if this only happens at night, then there is some software/windows that updates and maybe restarts the computer or does a full virus/malware scan etc.
check all the update and scan times for software on your computer.


mcbee
Please read the following  disclaimer with regards to the information you may request and obtain on our forum. This specifically concerns trigger files and various instructions as to how to implement a strategy.

  • Moderator
  • Posts: 3597
*
Re: MFP shut down
« Reply #14 on: 05 Dec 2013, 09:15 »
Hi
Generate the encrypted command line using:
Settings > General Options > Command Line Settings
Please read the following disclaimer with regards to the information you may request and obtain on our forum. This specifically concerns trigger files and various instructions as to how to implement a strategy.

 

Please note, BetFair is seems to be currently OFFLINE