Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

האפליקציה עברה למצב אופליין בגלל שהתחלתי מחיקה של הקלטה #2034

Open
1 of 2 tasks
zstadler opened this issue Sep 29, 2024 · 1 comment
Labels

Comments

@zstadler
Copy link
Member

What happened?

  1. מה קרה?
    • האפליקציה עברה למצב אופליין בגלל שהתחלתי מחיקה של הקלטה, למרות שההיתי מחובר לרשת אלחוטית מהירה. בשני המקרים האפליקציה חזרה למצב מקוון כאשר ניסיון המחיקה הסתיים.
    • ניסיון המחיקה השני לא הצליח אבל לא היתה שום הודעת שגיאה על המסך. ראה הקלטת מסך מצורפת.
  2. באיזה תאריך ובאיזו שעה?
2024-09-28 11:32:40

2024-09-28 11:32:53 |  INFO | [Connection] Online state changed, online is: true
2024-09-28 11:32:53 | ERROR | [Traces] Unable to get user's traces. Timeout has occurred
2024-09-28 11:32:42 |  INFO | [POIs] Connection status changed to: false
2024-09-28 11:32:42 |  INFO | [Connection] Online state changed, online is: false
2024-09-28 11:32:40 |  INFO | [Traces] Deleting a trace with name Recorded_using_IHM_at_2024_09_28_11_24.gpx and id 11470966, visibility: trackable

2024-09-28 11:33:09

2024-09-28 11:33:49 |  INFO | [POIs] Connection status changed to: true
2024-09-28 11:33:49 |  INFO | [Connection] Online state changed, online is: true
2024-09-28 11:33:49 | ERROR | Http failure response for https://israelhiking.osm.org.il/api/osm/trace/11470968: 500 OK
2024-09-28 11:33:24 |  INFO | [POIs] Connection status changed to: false
2024-09-28 11:33:24 |  INFO | [Connection] Online state changed, online is: false
2024-09-28 11:33:09 |  INFO | [Traces] Deleting a trace with name Recorded_using_IHM_at_2024_09_28_11_25.gpx and id 11470968, visibility: trackable
  1. מה עשיתם מיד לפני שהבעיה קרתה?
    התחלתי מחיקה של הקלטה
  2. האם זו הפעם הראשונה שהבעיה קרתה?
    לא. מדי פעם אני רואה שהאפליקציה עוברת למצב אופליין בזמן שמשהו אחר שדורש משאבים או תקשורת מתבצע

What steps will reproduce the bug?

להקליט מסלולים ולמחוק אותם?!

What I expect to happen

האפליקציה תמשיך להציג חיבור לאתר בעת ביצוע משימות קשות או התקשרויות מתארכות עם האתר

Platform

  • Israel Hiking Map app
  • Israel Hiking Map site in a browser

OS Name and Version

Android 12, App version 9.18.98

Browser Name and Version

N/A

Additional information

No response

@zstadler zstadler added the bug label Sep 29, 2024
@HarelM
Copy link
Member

HarelM commented Sep 29, 2024

There are a few options here:

  1. Increase timeout
  2. Add retries
  3. Both

The main question that comes to my mind though is what's causing this, so it might be that we need to add some logs first in the connection service (the one that checks that the app is connected) to better understand what makes the app thinks it goes offline.

Let me know which course you would like to take.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants