I’ve encountered two strange errors in a short period of time.
Space: Aidapal Space - a Hugging Face Space by ejschwartz
First problem
I created a new space. I committed app.py
and pushed, and got an error that was roughly “Unable to find app.py” in the runtime logs.
Second problem
I just added and committed requirements.txt and received the following build error.
Conclusion
Both problems seem to be related to not finding a recently committed file. Manually doing a factory rebuild seems to mitigate the problem.
1 Like
It might be the same rollback bug that occurred in Dev mode before.
I was not using DEV mode.
I’ll report if I run into any more problems today.
1 Like
Whether it will be fixed or not, it’s an unknown issue…
It seems that it’s OK to report the hub issue below.
1 Like
Still an issue.
Here the space fails to parse a JSON file that is committed to the repository.
I will report to HF.
Disregard this message This was my mistake. The file I was loading was jsonl but was labeled as json. I have not seen any problems since yesterday.
1 Like
Hi! I’m glad to hear the issue is now resolved 
1 Like