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

Issue with crashing while running on iPad #330

Open
yllssnospinning opened this issue Jan 14, 2025 · 6 comments
Open

Issue with crashing while running on iPad #330

yllssnospinning opened this issue Jan 14, 2025 · 6 comments

Comments

@yllssnospinning
Copy link

yllssnospinning commented Jan 14, 2025

I have to use scratchattach on a mobile device for school use and this issue impacts my use case severely. I hope the scratchattach team can help me find some solution on the issue, preferably free.
Python iOS app used: Juno
Device used: iPad Pro 9.7' (2016)
How to reproduce:
Open Juno on iPad and create a new .py file
Input and run the following code segment

import scratchattach as sa
import time
cloud = sa.get_tw_cloud('my_project_id')
i = 0
while True:
    cloud.set_var('test', i)
    i += 1
    time.sleep(0.1)

The application should crash after some time (within a minute in my case)

@htmlcoder1562

This comment has been minimized.

@TheCommCraft
Copy link
Collaborator

Do you have a traceback?

@DagriffpatchfanHosting
Copy link

Seems like a problem with your hardware, not scratchattach

@TheCommCraft
Copy link
Collaborator

I have to use scratchattach on a mobile device for school use and this issue impacts my use case severely. I hope the scratchattach team can help me find some solution on the issue, preferably free.
Python iOS app used: Juno
Device used: iPad Pro 9.7' (2016)
How to reproduce:
Open Juno on iPad and create a new .py file
Input and run the following code segment

import scratchattach as sa
import time
cloud = sa.get_tw_cloud('my_project_id')
i = 0
while True:
    cloud.set_var('test', i)
    i += 1
    time.sleep(0.1)

The application should crash after some time (within a minute in my case)

Does the program work otherwise?

@yllssnospinning
Copy link
Author

The program works otherwise, such as on my computer. However after trying it with both of my iPads the problem still presists. Also put in mind that the crash usually happens after some running time of the problem, and the program function normally up to the point of the crash.

@TheCommCraft
Copy link
Collaborator

TheCommCraft commented Jan 23, 2025 via email

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

No branches or pull requests

4 participants