fahrgemeinschaft / FredEddisonMetaSearch

It's a collector of ride sharing trips.
GNU Affero General Public License v3.0
1 stars 4 forks source link

Missing rides from besser-mitfahren and mifaz #11

Open yncyrydybyl opened 4 years ago

yncyrydybyl commented 4 years ago

Searching for Hamburg -> Berlin on 25.9. return less results?

image

bessermitfahren ![image](https://user-images.githubusercontent.com/104430/94229977-3ce65680-ff01-11ea-8056-78e475953612.png)
mifaz ![image](https://user-images.githubusercontent.com/104430/94235282-9784b000-ff0b-11ea-9192-9fd64f3f9461.png) ![image](https://user-images.githubusercontent.com/104430/94235318-a8cdbc80-ff0b-11ea-8800-1ed9af9aa22a.png) ![image](https://user-images.githubusercontent.com/104430/94235356-b5eaab80-ff0b-11ea-822a-4429d4cec67c.png)
merlinro commented 4 years ago

to find out why not all trips are shown, I have now added a log.

Can you please set in the .env LOG_CHANNELto dailyinstead of stack?

then you can see here the logged answers from the APIS and the corresponding searches: https://frededdison-metasearch-r2g-api-dev.apps.prod.rd2g.de/log-viewer/logs

I used this: https://github.com/ARCANEDEV/LogViewer

lukeelten commented 4 years ago

Can you please set in the .env LOG_CHANNELto dailyinstead of stack?

Done

yncyrydybyl commented 4 years ago

Hier nochmal der Vergleich von https://pendlernetz.de/ Bonn->Köln 8.11. image image

curl 'https://frededdison-metasearch-r2g-api-dev.apps.prod.rd2g.de/api/trip/search/27876ffe-61e5-454b-b976-8dfb671d47b4' \
  -H 'Connection: keep-alive' \
  -H 'Pragma: no-cache' \
  -H 'Cache-Control: no-cache' \
  -H 'Accept: application/json, text/plain, */*' \
  -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36' \
  -H 'Origin: https://live.pendlernetz.de' \
  -H 'Sec-Fetch-Site: cross-site' \
  -H 'Sec-Fetch-Mode: cors' \
  -H 'Sec-Fetch-Dest: empty' \
  -H 'Referer: https://live.pendlernetz.de/' \
  -H 'Accept-Language: en,de;q=0.9' \
  --compressed