fxcm / ForexConnectAPI

Designed to trade, retrieve live/history price. Intended to be used to build auto-trading robots, custom trading on FXCM accounts.
132 stars 47 forks source link

got the same error again #12

Closed crescentjanus closed 3 years ago

crescentjanus commented 3 years ago

"Login error: ORA-499: Unable to obtain station descriptor. HTTP request failed object='/Hosts.jsp?ID=285031859&PN=Demo&SN=ForexConnect&MV=5&LN=701050936&AT=PLAIN' errorCode=52"

Run the getoffer sample project, then got this error message, need help.

Thanks.

fxcm-dhalpert commented 3 years ago

please update Forex Connect API with the latest version 1.6.4 http://fxcodebase.com/bin/forexconnect/1.6.4/ForexConnectAPI-1.6.4-win32.exe http://fxcodebase.com/bin/forexconnect/1.6.4/ForexConnectAPI-1.6.4-win64.exe

for Python please update to 1.6.43 version: https://pypi.org/project/forexconnect/1.6.43/

crescentjanus commented 3 years ago

Problem solved ^_^ sorry to bother you. Thank you very much. Wondering can you give me the FIX api credentials ?
Here is my login, D103435662 Thank you!

meb21uk commented 1 year ago

please update Forex Connect API with the latest version 1.6.4 http://fxcodebase.com/bin/forexconnect/1.6.4/ForexConnectAPI-1.6.4-win32.exe http://fxcodebase.com/bin/forexconnect/1.6.4/ForexConnectAPI-1.6.4-win64.exe

for Python please update to 1.6.43 version: https://pypi.org/project/forexconnect/1.6.43/

Hello,

Hoping you can help please. I seem to be getting the following message when using the forexconnect api;

"Trading session status: CONNECTING Trading session status: DISCONNECTED Exception: ORA-499: Unable to obtain station descriptor. HTTP request failed object='/Hosts.jsp?ID=16....&PN=Live&SN=ForexConnect&MV=5&LN=m....&AT=PLAIN' errorCode=503"

I am currently using the forexconnect version 1.6.43 on python.

Thanks

fxcm-dhalpert commented 1 year ago

Please check the URL it should be www.fxcorporate.com/Hosts.jsp (for all account types), the connection should be "Demo" or "Real" for demo or real account.

meb21uk commented 1 year ago

Hi,

Thank you for your reply. I think the error was in someway related to being on an older OS version(Big Sur). Having swapped to Ubuntu and replaced Live for Demo as you highlighted; the error has resolved itself.

No further support required.

Thanks