These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

EVE Technology Lab

 
  • Topic is locked indefinitely.
 

crest help

Author
Kubi Asanari
Perkone
Caldari State
#1 - 2016-02-08 15:37:19 UTC
Hi!

I'm learning the crest api and I'm getting mad....

Simple test script:
fetching market types list and then fetching each market type to get detailed information (volume, description etc). One query at a time.

- sometimes I got SSL: Connection reset by peer
- somtimes I got {"message": "Unexpected exception thrown of type type 'exceptions.AttributeError'", "key": "unexpectedException", "exceptionType": "InternalServerError", "refID": "038e0d0a-bdea-4591-8b1b-c790899fc239"}
- It's take ages, to load one page (20sec min)
- and very rarely its working fine, but 150request per sec? I got 1 request / sec and im happy

I'm banned or what?
Its unreachable now...
Black Pedro
Mine.
#2 - 2016-02-08 15:52:30 UTC
Kubi Asanari wrote:
Hi!

I'm learning the crest api and I'm getting mad....

Simple test script:
fetching market types list and then fetching each market type to get detailed information (volume, description etc). One query at a time.

- sometimes I got SSL: Connection reset by peer
- somtimes I got {"message": "Unexpected exception thrown of type type 'exceptions.AttributeError'", "key": "unexpectedException", "exceptionType": "InternalServerError", "refID": "038e0d0a-bdea-4591-8b1b-c790899fc239"}
- It's take ages, to load one page (20sec min)
- and very rarely its working fine, but 150request per sec? I got 1 request / sec and im happy

I'm banned or what?
Its unreachable now...

CREST was just down.

It's back up now so try again.
Kubi Asanari
Perkone
Caldari State
#3 - 2016-02-08 16:28:47 UTC
I got the some problem yesturday and the whole weekend. Its always down for some hour?
Black Pedro
Mine.
#4 - 2016-02-08 16:55:01 UTC
Kubi Asanari wrote:
I got the some problem yesturday and the whole weekend. Its always down for some hour?
I don't know, I have been only recently playing with it myself. But it has definitely been unreliable the last week or so.

Makes it a little annoying when you aren't sure the problem is with your code or with the server. But to my knowledge, it is not suppose to have any regular downtime, except perhaps when tranquility is down each day.
Kubi Asanari
Perkone
Caldari State
#5 - 2016-02-08 16:58:11 UTC
and no, its not working :( unstable. Sometimes fine, but I got:

wget https://public-crest.eveonline.com/market/types/
HTTP request sent, awaiting response... Read error (Success.) in headers.

I will try the authenticadet crest.
Black Pedro
Mine.
#6 - 2016-02-08 17:02:00 UTC
Kubi Asanari wrote:
and no, its not working :( unstable. Sometimes fine, but I got:

wget https://public-crest.eveonline.com/market/types/
HTTP request sent, awaiting response... Read error (Success.) in headers.

I will try the authenticadet crest.

It's down again for me as well.

Oh well, at least all this instability has forced me to add robust error handling handling to my code.
Kubi Asanari
Perkone
Caldari State
#7 - 2016-02-08 17:26:18 UTC
Black Pedro wrote:
Kubi Asanari wrote:
and no, its not working :( unstable. Sometimes fine, but I got:

wget https://public-crest.eveonline.com/market/types/
HTTP request sent, awaiting response... Read error (Success.) in headers.

I will try the authenticadet crest.

It's down again for me as well.

Oh well, at least all this instability has forced me to add robust error handling handling to my code.


https://forums.eveonline.com/default.aspx?g=posts&t=467941&_ga=1.126504462.2067871336.1453543007

CREST has some hardware issue, they will fix it. Nice.